-
Notifications
You must be signed in to change notification settings - Fork 135
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
started galaxy_web: ERROR (abnormal termination) #76
Comments
Don't restart Docker until we found the root cause for this issue: #64 |
Ok thanks, for notifying that this is not issue from something I did wrong, but if I do not restart Docker I cannot access anymore my Galaxy from the browser and cannot do anything, as probably the error is related to the web service? |
Ok, ok maybe it understood something wrong. Restarting Galaxy should work. Restarting Docker can result in some missing files in your config folder. |
I'm restarting Galaxy like this: Than I can only fix this to normal after restert Docker and run a new Galaxy-stable container. |
Can you give us more logging informations? /var/log/supervisord/* for example. Or try to start your container with this: https://github.com/bgruening/docker-galaxy-stable#advanced-logging |
Hi,
The Galaxy was started with: And as I mention before it is fixed when I stop, remove the container, restart Docker and run a new container with the line above. |
I have checked and the error is the same each time |
Hi, any news on the error, please let me know if you need me to provide more info from somewhere as I got this frustrating error on my all Galaxy restarts? |
How do you do a restart? Can you please provide a step by step guide to reproduce it? |
I just type this (while the container/galaxy is running) and got the log: |
Which galaxy version, Docker version? Is it still the same error from above with the |
Yes the error is the same. How to check which version of docker-galaxy-stable I am running? The docker version is: |
How do you start galaxy-stable? You usually specify the version after the image name like |
I'm starting it like this: |
Try |
I till try and let you know when I have to restart next time. |
I will close this for now. Let me know if you see this again. |
added TOC and buttons to navigate the howtos
Hi
in the last days everytime I want to restart Galaxy, after I install some tools I got error from galaxy_web:
sudo docker exec f187b0f37822 supervisorctl restart galaxy:
galaxy_nodejs_proxy: stopped
handler0: stopped
handler1: stopped
galaxy_web: stopped
galaxy_nodejs_proxy: started
galaxy_web: ERROR (abnormal termination)
handler0: started
handler1: started
If than If stop the container, restart docker service and start new Galaxy container, it is ok?
The text was updated successfully, but these errors were encountered: