-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: ('Connection aborted.', error(104, 'Connection reset by peer')) #115
Comments
This is likely due to a sync issue with our latest image. Can you perform a ‘docker pull‘ of the StackStorm image? That should resolve the issue. Details are in #112 |
Closing the issue since there's been no update in the last month. Please feel free to re-open if |
I just did a fresh download of stackstorm:latest and still seeing ERROR: ('Connection aborted.', error(104, 'Connection reset by peer')) |
I changed the conf/rabbitmq.env RABBITMQ_DEFAULT_USER=guest and RABBITMQ_DEFAULT_PASS=guest ,then it 's ok |
I tried RABBITMQ_DEFAULT_USER=guest and RABBITMQ_DEFAULT_PASS=guest and its not working for me I still receive
Even tried pulling latest image without success: |
Hi All,
Im getting below error when I'm trying to run any command on st2.
root@784fdededd7:/# st2 action list
ERROR: ('Connection aborted.', error(104, 'Connection reset by peer'))
I see from the logs that, st2 is able to communicate to mongo, postgres and rabbitmq. No issues with that. Im cloning st2-docker on to my machine. The only change I do is, in docker-compose file I will be giving path to stackstorm dockerfile for building image.
Please help, im stuck with the error from last 1 week and I'm not able to proceed with this.
Im adding the stackstorm dockerfile for reference.
ae.txt
The text was updated successfully, but these errors were encountered: