You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Icky Dude (JIRA)" <ji...@apache.org> on 2008/06/11 01:27:44 UTC

[jira] Created: (DIRSERVER-1187) "failed to unbind session properly" when searching Root DSE

"failed to unbind session properly" when searching Root DSE
-----------------------------------------------------------

                 Key: DIRSERVER-1187
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1187
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: core
    Affects Versions: 1.5.3
         Environment: Using OpenLDAP:  ldapsearch -x -h localhost -p 10389 -s base -b '' '(objectClass=*)' +
            Reporter: Icky Dude
             Fix For: 2.0.0


Though the root DSE is properly returned, I still get an error is still logged resulting from the following stack trace for an LdapNameNotFoundException:

org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: 
    org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1138)
    org.apache.directory.server.core.partition.DefaultPartitionNexus.unbind(DefaultPartitionNexus.java:831)
    org.apache.directory.server.core.interceptor.InterceptorChain$1.unbind(InterceptorChain.java:212)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
    org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
    org.apache.directory.server.core.interceptor.InterceptorChain.unbind(InterceptorChain.java:764)
    org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:749)
    org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:766)
    org.apache.directory.server.core.jndi.ServerLdapContext.ldapUnbind(ServerLdapContext.java:237)
    org.apache.directory.server.ldap.handlers.DefaultUnbindHandler.unbindMessageReceived(DefaultUnbindHandler.java:55)
    org.apache.directory.server.ldap.handlers.UnbindHandler.messageReceived(UnbindHandler.java:38)
    org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
    org.apache.directory.server.ldap.LdapServer$LdapProtocolHandler.messageReceived(LdapServer.java:1148)
    org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
    org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
    org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
    org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
    org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
    org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
    org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
    org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
    org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
    org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
    org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)

The problem is the call getPartition() with an empty LdapDN...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-1187) "failed to unbind session properly" when searching Root DSE

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu reassigned DIRSERVER-1187:
----------------------------------------

    Assignee: Alex Karasulu

> "failed to unbind session properly" when searching Root DSE
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-1187
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1187
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.3
>         Environment: Using OpenLDAP:  ldapsearch -x -h localhost -p 10389 -s base -b '' '(objectClass=*)' +
>            Reporter: Icky Dude
>            Assignee: Alex Karasulu
>             Fix For: 2.0.0
>
>
> Though the root DSE is properly returned, I still get an error is still logged resulting from the following stack trace for an LdapNameNotFoundException:
> org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: 
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1138)
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.unbind(DefaultPartitionNexus.java:831)
>     org.apache.directory.server.core.interceptor.InterceptorChain$1.unbind(InterceptorChain.java:212)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain.unbind(InterceptorChain.java:764)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:749)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:766)
>     org.apache.directory.server.core.jndi.ServerLdapContext.ldapUnbind(ServerLdapContext.java:237)
>     org.apache.directory.server.ldap.handlers.DefaultUnbindHandler.unbindMessageReceived(DefaultUnbindHandler.java:55)
>     org.apache.directory.server.ldap.handlers.UnbindHandler.messageReceived(UnbindHandler.java:38)
>     org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
>     org.apache.directory.server.ldap.LdapServer$LdapProtocolHandler.messageReceived(LdapServer.java:1148)
>     org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
>     org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
>     org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
>     java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>     java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>     java.lang.Thread.run(Unknown Source)
> The problem is the call getPartition() with an empty LdapDN...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1187) "failed to unbind session properly" when searching Root DSE

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604080#action_12604080 ] 

Alex Karasulu commented on DIRSERVER-1187:
------------------------------------------

This can be fixed pretty easily and I think we already have a JIRA issue for it.  I think we can knock this one out for 1.5.4.  Thanks!

> "failed to unbind session properly" when searching Root DSE
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-1187
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1187
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.3
>         Environment: Using OpenLDAP:  ldapsearch -x -h localhost -p 10389 -s base -b '' '(objectClass=*)' +
>            Reporter: Icky Dude
>            Assignee: Alex Karasulu
>             Fix For: 2.0.0
>
>
> Though the root DSE is properly returned, I still get an error is still logged resulting from the following stack trace for an LdapNameNotFoundException:
> org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: 
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1138)
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.unbind(DefaultPartitionNexus.java:831)
>     org.apache.directory.server.core.interceptor.InterceptorChain$1.unbind(InterceptorChain.java:212)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain.unbind(InterceptorChain.java:764)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:749)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:766)
>     org.apache.directory.server.core.jndi.ServerLdapContext.ldapUnbind(ServerLdapContext.java:237)
>     org.apache.directory.server.ldap.handlers.DefaultUnbindHandler.unbindMessageReceived(DefaultUnbindHandler.java:55)
>     org.apache.directory.server.ldap.handlers.UnbindHandler.messageReceived(UnbindHandler.java:38)
>     org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
>     org.apache.directory.server.ldap.LdapServer$LdapProtocolHandler.messageReceived(LdapServer.java:1148)
>     org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
>     org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
>     org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
>     java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>     java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>     java.lang.Thread.run(Unknown Source)
> The problem is the call getPartition() with an empty LdapDN...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-1187) "failed to unbind session properly" when searching Root DSE

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-1187.
----------------------------------------

    Resolution: Fixed

The DIR-227 has been closed, as it was dependening on DIRSERVER-1047, closed too. So I close this one.

> "failed to unbind session properly" when searching Root DSE
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-1187
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1187
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.3
>         Environment: Using OpenLDAP:  ldapsearch -x -h localhost -p 10389 -s base -b '' '(objectClass=*)' +
>            Reporter: Icky Dude
>            Assignee: Alex Karasulu
>             Fix For: 2.0.0
>
>
> Though the root DSE is properly returned, I still get an error is still logged resulting from the following stack trace for an LdapNameNotFoundException:
> org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: 
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1138)
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.unbind(DefaultPartitionNexus.java:831)
>     org.apache.directory.server.core.interceptor.InterceptorChain$1.unbind(InterceptorChain.java:212)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain.unbind(InterceptorChain.java:764)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:749)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:766)
>     org.apache.directory.server.core.jndi.ServerLdapContext.ldapUnbind(ServerLdapContext.java:237)
>     org.apache.directory.server.ldap.handlers.DefaultUnbindHandler.unbindMessageReceived(DefaultUnbindHandler.java:55)
>     org.apache.directory.server.ldap.handlers.UnbindHandler.messageReceived(UnbindHandler.java:38)
>     org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
>     org.apache.directory.server.ldap.LdapServer$LdapProtocolHandler.messageReceived(LdapServer.java:1148)
>     org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
>     org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
>     org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
>     java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>     java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>     java.lang.Thread.run(Unknown Source)
> The problem is the call getPartition() with an empty LdapDN...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1187) "failed to unbind session properly" when searching Root DSE

Posted by "Icky Dude (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604245#action_12604245 ] 

Icky Dude commented on DIRSERVER-1187:
--------------------------------------

Yep.  This is a duplicate of DIR-227.  Sorry.

> "failed to unbind session properly" when searching Root DSE
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-1187
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1187
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.3
>         Environment: Using OpenLDAP:  ldapsearch -x -h localhost -p 10389 -s base -b '' '(objectClass=*)' +
>            Reporter: Icky Dude
>            Assignee: Alex Karasulu
>             Fix For: 2.0.0
>
>
> Though the root DSE is properly returned, I still get an error is still logged resulting from the following stack trace for an LdapNameNotFoundException:
> org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: 
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1138)
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.unbind(DefaultPartitionNexus.java:831)
>     org.apache.directory.server.core.interceptor.InterceptorChain$1.unbind(InterceptorChain.java:212)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain.unbind(InterceptorChain.java:764)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:749)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:766)
>     org.apache.directory.server.core.jndi.ServerLdapContext.ldapUnbind(ServerLdapContext.java:237)
>     org.apache.directory.server.ldap.handlers.DefaultUnbindHandler.unbindMessageReceived(DefaultUnbindHandler.java:55)
>     org.apache.directory.server.ldap.handlers.UnbindHandler.messageReceived(UnbindHandler.java:38)
>     org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
>     org.apache.directory.server.ldap.LdapServer$LdapProtocolHandler.messageReceived(LdapServer.java:1148)
>     org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
>     org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
>     org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
>     java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>     java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>     java.lang.Thread.run(Unknown Source)
> The problem is the call getPartition() with an empty LdapDN...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-1187) "failed to unbind session properly" when searching Root DSE

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSERVER-1187:
----------------------------------------------

    Fix Version/s: 2.0.0-RC1
                       (was: 2.0.0)

Moving issue to 2.0.0-RC1.

> "failed to unbind session properly" when searching Root DSE
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-1187
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1187
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.3
>         Environment: Using OpenLDAP:  ldapsearch -x -h localhost -p 10389 -s base -b '' '(objectClass=*)' +
>            Reporter: Icky Dude
>            Assignee: Alex Karasulu
>             Fix For: 2.0.0-RC1
>
>
> Though the root DSE is properly returned, I still get an error is still logged resulting from the following stack trace for an LdapNameNotFoundException:
> org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: 
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.getPartition(DefaultPartitionNexus.java:1138)
>     org.apache.directory.server.core.partition.DefaultPartitionNexus.unbind(DefaultPartitionNexus.java:831)
>     org.apache.directory.server.core.interceptor.InterceptorChain$1.unbind(InterceptorChain.java:212)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.unbind(InterceptorChain.java:1361)
>     org.apache.directory.server.core.interceptor.BaseInterceptor.unbind(BaseInterceptor.java:241)
>     org.apache.directory.server.core.interceptor.InterceptorChain.unbind(InterceptorChain.java:764)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:749)
>     org.apache.directory.server.core.partition.PartitionNexusProxy.unbind(PartitionNexusProxy.java:766)
>     org.apache.directory.server.core.jndi.ServerLdapContext.ldapUnbind(ServerLdapContext.java:237)
>     org.apache.directory.server.ldap.handlers.DefaultUnbindHandler.unbindMessageReceived(DefaultUnbindHandler.java:55)
>     org.apache.directory.server.ldap.handlers.UnbindHandler.messageReceived(UnbindHandler.java:38)
>     org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
>     org.apache.directory.server.ldap.LdapServer$LdapProtocolHandler.messageReceived(LdapServer.java:1148)
>     org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
>     org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
>     org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>     org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>     org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>     org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
>     org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
>     java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>     java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>     java.lang.Thread.run(Unknown Source)
> The problem is the call getPartition() with an empty LdapDN...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.