You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
The weave container process starts up asynchronously, so when weave launch returns, weave may not actually be ready to accept the next command.
This has been observed when the next command uses http, e.g. a weave status or weave connect. The symptom in this case is a silent exit with exitcode 7, which comes from the curl command when it cannot contact weave's http port.
One option would be to call weave status at the end of weave launch, looping a few times until we get an answer. This would also give better error reporting in the case that weave launch has failed, e.g. due to an error in the command-line syntax.
The text was updated successfully, but these errors were encountered:
The weave container process starts up asynchronously, so when
weave launch
returns, weave may not actually be ready to accept the next command.This has been observed when the next command uses http, e.g. a
weave status
orweave connect
. The symptom in this case is a silent exit with exitcode 7, which comes from thecurl
command when it cannot contact weave's http port.One option would be to call
weave status
at the end ofweave launch
, looping a few times until we get an answer. This would also give better error reporting in the case thatweave launch
has failed, e.g. due to an error in the command-line syntax.The text was updated successfully, but these errors were encountered: