On Wed, Apr 23, 2008 at 11:21 AM, Pierre-Arnaud Marcelot <[EMAIL PROTECTED]> wrote:
> Hi, > > I'm getting some strange errors when I launch Apache DS 1.5.2. > > INFO | jvm 1 | 2008/04/23 17:00:06 | [17:00:06] WARN > [org.apache.directory.server.core.entry.ServerStringValue] - Cannot > normalize the value :Encountered name based id of apacheDnsAbstractRecord > which was not found in the OID registry > INFO | jvm 1 | 2008/04/23 17:00:06 | [17:00:06] WARN > [org.apache.directory.server.core.entry.ServerStringValue] - Cannot > normalize the value :Encountered name based id of apacheDnsAbstractRecord > which was not found in the OID registry > INFO | jvm 1 | 2008/04/23 17:00:06 | [17:00:06] WARN > [org.apache.directory.server.core.entry.ServerStringValue] - Cannot > normalize the value :Encountered name based id of apacheDnsAbstractRecord > which was not found in the OID registry > INFO | jvm 1 | 2008/04/23 17:00:06 | [17:00:06] WARN > [org.apache.directory.server.core.entry.ServerStringValue] - Cannot > normalize the value :Encountered name based id of apacheDnsAbstractRecord > which was not found in the OID registry > INFO | jvm 1 | 2008/04/23 17:00:06 | [17:00:06] WARN > [org.apache.directory.server.core.entry.ServerStringValue] - Cannot > normalize the value :Encountered name based id of apacheDnsAbstractRecord > which was not found in the OID registry > INFO | jvm 1 | 2008/04/23 17:00:06 | [17:00:06] WARN > [org.apache.directory.server.core.entry.ServerStringValue] - Cannot > normalize the value :Encountered name based id .... > INFO | jvm 1 | 2008/04/23 17:00:07 | [17:00:07] ERROR > [org.apache.directory.server.core.entry.DefaultServerAttribute] - The value > 'top' is incorrect, it hasn't been added > INFO | jvm 1 | 2008/04/23 17:00:07 | [17:00:07] ERROR > [org.apache.directory.server.core.entry.DefaultServerAttribute] - The value > 'organizationalUnit' is incorrect, it hasn't been added > INFO | jvm 1 | 2008/04/23 17:00:07 | [17:00:07] ERROR > [org.apache.directory.server.core.entry.DefaultServerAttribute] - The value > 'extensibleObject' is incorrect, it hasn't been added > INFO | jvm 1 | 2008/04/23 17:00:08 | [17:00:08] ERROR > [org.apache.directory.server.core.entry.DefaultServerAttribute] - The value > 'inetOrgPerson' is incorrect, it hasn't been added > > Any thoughts on that? > > Yeah I saw this before and it's coming from the Entry API when used with Spring I think. It may be due to some ways in which we had to deal with a chicken and egg issue with the context entries. Here's a thread on this same issue: http://directory.markmail.org/search/?q=Cannot%20normalize%20the%20value%20%3AEncountered#query:Cannot%20normalize%20the%20value%20%3AEncountered%20from%3A%22Alex%20Karasulu%22+page:1+mid:v4uhr2rex4y3hyrf+state:results I think you can safely ignore it for now but we should eventually remove these messages so we don't freak users out. That's my only worry - otherwise they're harmless. Alex
