-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
install fails at trying to setup rabbitmq users #53
Comments
Looks like rabbitmq-server isn't started. timabbott@f2248d2 is what I needed to do in order to get Travis CI (based on docker) installing a development type environment, which may be helpful for debugging (e.g. I did have to run a rabbitmq restart in the middle of the install process there) |
I tired the above fix and I am still having the install fail. |
Try starting epmd explicitly (one of rabbitmq's dependencies) and then starting rabbitmq -- another development mentioned that worked for them in an environment where they were getting this sort of failure... (Also the .travis.yml is now merged into master) |
Starting epmd with Error log below:
|
Update, purging and reinstall rabbitmq seems to "fix" the issue. Followed the steps outlined here. It seems to be an issue related to the install process not going through clean on the first try. |
Cool, thanks for posting the fix. I'm not sure I see an easy way to fix this for future users, but we should probably at least document this in a README.prod.md troubleshooting section... |
An option would be to have start/finish detection for the install and if it gets messed up mid-way through to either roll back or purge and start fresh. |
As well when using the default docker image for ubuntu you need to the modify the Note: This also appears to have implications for postgres during the installation as well preventing it from starting. |
we had an issue with rabbitmq not working because the hostname was not set in the |
Just to verify you are setting it to your FQDN, yes? |
I was just using whatever |
Fix npm-test (xo code style)
This occurs with the following Dockerfile:
The text was updated successfully, but these errors were encountered: