-
Notifications
You must be signed in to change notification settings - Fork 247
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
Running with Docker ldap broken connection #1468
Comments
I am seeing the same issue, after a period of time the connection closes and the first search fails. |
Hi. I'm trying to run dcm4chee with Docker and have a problem with ldap connection. After some time (about 15-20 minutes) of innactivity first api or web-ui query return 500 error
"javax.naming.ServiceUnavailableException: ldap:389; socket closed; remaining name 'cn=Devices,cn="Dicom Configuration",dc=mdw,dc=io'
I see this error in server.log:
2018-06-22 08:40:28,931 INFO [org.dcm4che3.conf.ldap.ReconnectDirContext] (default task-1) Connection to ldap://ldap:389 broken - reconnect
Next query seems to pass normal.
My docker-compose file:
I'm running Docker 18.05.0-ce, build f150324 in swarm mode on ubunut 16.04 in Amazon AWS cloud
The text was updated successfully, but these errors were encountered: