You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2010/06/03 16:14:02 UTC

[jira] Closed: (DIRSERVER-1474) IllegalStateException when restarting the LdapServer programmatically

     [ https://issues.apache.org/jira/browse/DIRSERVER-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari closed DIRSERVER-1474.
-------------------------------------


> 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.