-
Notifications
You must be signed in to change notification settings - Fork 26
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
can't re-start after stop #4
Comments
i found the logs and i'm seeing this error:
i'm very new to the world of directory services... i have a vague idea that this is the top level "organizational unit" called "system" and it looks like it's trying to re-create it and erroring out... i'm not sure why it's trying to re-create the ou entry of system, though. any thoughts? |
looks like this is a known problem in ApacheDS when using kill -9 or other forceful shutdowns of apacheds. https://issues.apache.org/jira/browse/DIRSERVER-1954 and other issues logged for it how do i properly shut down the docker container so this doesn't happen? |
Same here. You'd think docker stop would be only be a SIGINT. Makes the image and/or ApacheDS unusable unfortunately. Any ideas @greggigon ? |
I'm currently now working on this same issue in ome/apacheds-docker#12. Even with proper signal handling and calls to |
@derickbailey where were the logs where you saw the exception happening? |
We are seen this issue too. On another server we were using docker-compose and container was starting correctly. Then I switched to deploying with Jenkins using a docker -H run command, and it stared failing. Switched back to docker-compose and also not working anymore. I was able to get the container working by executing a local "docker run" command in this server, following the same parameterization shown here. Any suggestions on how to fix it? |
I'm running into an issue with this image where I can't restart a container after i stop it.
the first time I
docker run --name apacheds greggigon/apacheds
(with all my other config options), it starts up fine and works.but when i
docker stop apacheds
and then laterdocker start apacheds
again, the apacheds server never starts again.i end up going through all 20 attempts to verify the service, in the
docker logs apacheds
output:any suggestions for making this work when i restart the container?
i'm not even sure where to look for errors, honestly... but i need this to allow stopping and restarting
thanks
The text was updated successfully, but these errors were encountered: