IllegalStateException when restarting the LdapServer programmatically
----------------------------------------------------------------------
Key: DIRSERVER-1474
URL: https://issues.apache.org/jira/browse/DIRSERVER-1474
Project: Directory ApacheDS
Issue Type: Bug
Components: ldap
Affects Versions: 1.5.5
Reporter: Kiran Ayyagari
Assignee: Kiran Ayyagari
Fix For: 1.5.6
Getting the below exception while calling LdapServer.start() after calling
LdapServer.stop()
java.lang.IllegalStateException: Already disposed.
at
org.apache.mina.core.service.AbstractIoAcceptor.bind(AbstractIoAcceptor.java:251)
at
org.apache.mina.core.service.AbstractIoAcceptor.bind(AbstractIoAcceptor.java:208)
at
org.apache.directory.server.ldap.LdapServer.startNetwork(LdapServer.java:569)
at
org.apache.directory.server.ldap.LdapServer.start(LdapServer.java:446)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.