[
https://issues.apache.org/jira/browse/DIRSERVER-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642856#action_12642856
]
Cheong Chung Onn commented on DIRSERVER-1253:
---------------------------------------------
Hi,
I checked out the trunk revision 708087 and I ran it as embedded server and I
still have the same error message earlier reported by Kiran. I have the same
error in version 1.5.4.
And I wonder if this error trigger the following error - attributeType w/ OID
2.16.840.1.113730.3.1.241 not registered!
Fyi, my codes have been working in 1.5.1 however I have not been too successful
in moving to 1.5.3, 1.5.4... and now I am hoping that it will work on 1.5.5 but
no luck though.
Should I open it as a new bug or re-open this issue again?
My environment - Ubuntu 8.4, Java build 1.6.0_07-b06, ApacheDS trunk revision
708087
008-10-27 14:08:33,622 [main ] ERROR
o.a.d.s.c.e.DefaultServerAttribute.add 402 - The value 'inetOrgPerson' is
incorrect, it hasn't been added
2008-10-27 14:08:34,369 [main ] WARN
o.a.d.s.l.l.LdifReader.parseVersion 1432 - No version information : assuming
version: 1
2008-10-27 14:08:35,741 [main ] WARN
o.a.d.s.l.l.LdifReader.parseVersion 1432 - No version information : assuming
version: 1
2008-10-27 14:08:41,860 [pool-4-thread-2 ] ERROR
o.a.d.s.l.h.ReferralAwareRequestHandler.handleException 804 -
NO_SUCH_ATTRIBUTE: failed for SearchRequest
baseDn :
'2.5.4.11=people,0.9.2342.19200300.100.1.25=technetium,0.9.2342.19200300.100.1.25=com'
filter :
'(|:[9223372036854775805](2.5.4.3=*:[9223372036854775807])(2.5.4.4=*:[9223372036854775807])(2.16.840.1.113730.3.1.241=*:[9223372036854775807]))'
scope : single level
typesOnly : false
Size Limit : 20
Time Limit : 11
Deref Aliases : deref Always
attributes : 'uniqueidentifier'
: attributeType w/ OID 2.16.840.1.113730.3.1.241 not registered!
javax.naming.directory.NoSuchAttributeException: attributeType w/ OID
2.16.840.1.113730.3.1.241 not registered!
at
org.apache.directory.server.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:198)
at
org.apache.directory.server.xdbm.search.impl.PresenceEvaluator.<init>(PresenceEvaluator.java:58)
at
org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder.build(EvaluatorBuilder.java:76)
at
org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder.buildOrEvaluator(EvaluatorBuilder.java:130)
at
org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder.build(EvaluatorBuilder.java:96)
at
org.apache.directory.server.xdbm.search.impl.CursorBuilder.buildAndCursor(CursorBuilder.java:186)
at
org.apache.directory.server.xdbm.search.impl.CursorBuilder.build(CursorBuilder.java:93)
at
org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine.cursor(DefaultSearchEngine.java:162)
at
org.apache.directory.server.core.partition.impl.btree.BTreePartition.search(BTreePartition.java:238)
at
org.apache.directory.server.core.partition.DefaultPartitionNexus.search(DefaultPartitionNexus.java:965)
at
org.apache.directory.server.core.interceptor.InterceptorChain$1.search(InterceptorChain.java:153)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.interceptor.BaseInterceptor.search(BaseInterceptor.java:209)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.interceptor.BaseInterceptor.search(BaseInterceptor.java:209)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.collective.CollectiveAttributeInterceptor.search(CollectiveAttributeInterceptor.java:337)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.subtree.SubentryInterceptor.search(SubentryInterceptor.java:266)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.schema.SchemaInterceptor.search(SchemaInterceptor.java:687)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.operational.OperationalAttributeInterceptor.search(OperationalAttributeInterceptor.java:334)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.interceptor.BaseInterceptor.search(BaseInterceptor.java:209)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.exception.ExceptionInterceptor.search(ExceptionInterceptor.java:536)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor.search(DefaultAuthorizationInterceptor.java:503)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.authz.AciAuthorizationInterceptor.search(AciAuthorizationInterceptor.java:1027)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.authn.AuthenticationInterceptor.search(AuthenticationInterceptor.java:404)
at
org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.search(InterceptorChain.java:1251)
at
org.apache.directory.server.core.normalization.NormalizationInterceptor.search(NormalizationInterceptor.java:182)
at
org.apache.directory.server.core.interceptor.InterceptorChain.search(InterceptorChain.java:860)
at
org.apache.directory.server.core.DefaultOperationManager.search(DefaultOperationManager.java:365)
at
org.apache.directory.server.core.DefaultCoreSession.search(DefaultCoreSession.java:451)
at
org.apache.directory.server.ldap.handlers.SearchHandler.doSimpleSearch(SearchHandler.java:358)
at
org.apache.directory.server.ldap.handlers.SearchHandler.handleIgnoringReferrals(SearchHandler.java:611)
at
org.apache.directory.server.ldap.handlers.SearchHandler.handleIgnoringReferrals(SearchHandler.java:72)
at
org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler.handle(ReferralAwareRequestHandler.java:145)
at
org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler.handle(ReferralAwareRequestHandler.java:66)
at
org.apache.directory.server.ldap.handlers.LdapRequestHandler.messageReceived(LdapRequestHandler.java:171)
at
org.apache.directory.server.ldap.handlers.LdapRequestHandler.messageReceived(LdapRequestHandler.java:46)
at
org.apache.mina.handler.demux.DemuxingIoHandler.messageReceived(DemuxingIoHandler.java:141)
at
org.apache.directory.server.ldap.LdapProtocolHandler.messageReceived(LdapProtocolHandler.java:181)
at
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
at
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
at
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
at
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
at
org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimpleProtocolDecoderOutput.java:58)
at
org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:180)
at
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
at
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
at
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
at
org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
at
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
2008-10-27 14:08:41,864 [main ] WARN
c.g.t.s.i.CustomerDirectoryServiceImpl.search 217 - [LDAP: error code 16 -
NO_SUCH_ATTRIBUTE: failed for SearchRequest
baseDn :
'2.5.4.11=people,0.9.2342.19200300.100.1.25=technetium,0.9.2342.19200300.100.1.25=com'
filter :
'(|:[9223372036854775805](2.5.4.3=*:[9223372036854775807])(2.5.4.4=*:[9223372036854775807])(2.16.840.1.113730.3.1.241=*:[9223372036854775807]))'
scope : single level
typesOnly : false
Size Limit : 20
Time Limit : 11
Deref Aliases : deref Always
attributes : 'uniqueidentifier'
: attributeType w/ OID 2.16.840.1.113730.3.1.241 not registered!]
2008-10-27 14:08:41,870 [pool-4-thread-2 ] WARN
o.a.d.s.l.LdapProtocolHandler.cleanUpSession 109 - Null LdapSession given to
cleanUpSession.
FAILED: testResourceQuery
java.lang.AssertionError: Ldap search is not successful
at
com.greenfossil.platform.directory.EmbeddedApacheDSServerTest.testResourceQuery(EmbeddedApacheDSServerTest.java:44)
... Removed 22 stack frames
> An error is shown in the log at the first start up of ApacheDS 1.5.4
> --------------------------------------------------------------------
>
> Key: DIRSERVER-1253
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1253
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.4
> Reporter: Pierre-Arnaud Marcelot
> Fix For: 1.5.5
>
> Attachments: test1253.patch
>
>
> An error is shown is the log at the first start up of ApacheDS 1.5.4:
> [14:42:09] ERROR
> [org.apache.directory.server.core.entry.DefaultServerAttribute] - The value
> 'inetOrgPerson' is incorrect, it hasn't been added
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.