Skip to content
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

Closed
bhanukumar22 opened this issue Mar 19, 2018 · 5 comments
Closed

Comments

@bhanukumar22
Copy link

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

@bigmstone
Copy link

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

@warrenvw
Copy link
Contributor

Closing the issue since there's been no update in the last month. Please feel free to re-open if docker pull doesn't resolve the issue.

@Topher33
Copy link

I just did a fresh download of stackstorm:latest and still seeing ERROR: ('Connection aborted.', error(104, 'Connection reset by peer'))

@wilsonp
Copy link

wilsonp commented Apr 16, 2019

I changed the conf/rabbitmq.env RABBITMQ_DEFAULT_USER=guest and RABBITMQ_DEFAULT_PASS=guest ,then it 's ok

@vhristev
Copy link

vhristev commented May 5, 2019

I tried RABBITMQ_DEFAULT_USER=guest and RABBITMQ_DEFAULT_PASS=guest and its not working for me I still receive

root@df160368fa19:/# st2 action list
ERROR: ('Connection aborted.', error(104, 'Connection reset by peer'))

~/Desktop/st2-docker(master*) » cat conf/rabbitmq.env                                                                                                                                                                                                          vhristev@vhristev-a01
RABBITMQ_DEFAULT_USER=guest
RABBITMQ_DEFAULT_PASS=guest
RABBITMQ_HOST=rabbitmq
RABBITMQ_PORT=5672

Even tried pulling latest image without success:
docker pull stackstorm/stackstorm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants