[
https://issues.apache.org/jira/browse/DIRSERVER-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981702#action_12981702
]
Stefan Seelmann commented on DIRSERVER-1594:
--------------------------------------------
Even if all integration tests pass, it is not possible to startup the server
using the service/apacheds.sh script. The problem is that the context entry
isn't created yet but the referral manager uses it as search base.
org.apache.directory.shared.ldap.exception.LdapNoSuchObjectException: ERR_648
Invalid search base
0.9.2342.19200300.100.1.25=example,0.9.2342.19200300.100.1.25=com
at
org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine.cursor(DefaultSearchEngine.java:110)
at
org.apache.directory.server.core.partition.impl.btree.BTreePartition.search(BTreePartition.java:271)
at
org.apache.directory.server.core.partition.DefaultPartitionNexus.search(DefaultPartitionNexus.java:873)
at
org.apache.directory.server.core.ReferralManagerImpl.init(ReferralManagerImpl.java:168)
at
org.apache.directory.server.core.ReferralManagerImpl.<init>(ReferralManagerImpl.java:81)
at
org.apache.directory.server.core.referral.ReferralInterceptor.init(ReferralInterceptor.java:210)
at
org.apache.directory.server.core.interceptor.InterceptorChain.register0(InterceptorChain.java:408)
at
org.apache.directory.server.core.interceptor.InterceptorChain.register(InterceptorChain.java:364)
at
org.apache.directory.server.core.interceptor.InterceptorChain.init(InterceptorChain.java:226)
at
org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1504)
at
org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:967)
at
org.apache.directory.server.ApacheDsService.initDirectoryService(ApacheDsService.java:279)
at
org.apache.directory.server.ApacheDsService.start(ApacheDsService.java:163)
at org.apache.directory.server.UberjarMain.main(UberjarMain.java:58)
> Avoid extra lookup in ExceptionInterceptor.search()
> ---------------------------------------------------
>
> Key: DIRSERVER-1594
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1594
> Project: Directory ApacheDS
> Issue Type: Improvement
> Components: ldap
> Reporter: Stefan Seelmann
> Priority: Minor
> Fix For: 2.0-M1
>
> Attachments: DIRSERVER-1594.patch
>
>
> See
> http://mail-archives.apache.org/mod_mbox/directory-dev/201101.mbox/%[email protected]%3E
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.