[
https://issues.apache.org/jira/browse/DIRSERVER-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Ayyagari updated DIRSERVER-1253:
--------------------------------------
Attachment: test1253.patch
Here is a small test which produces the error under question. The patch needs
to be applied from server-unit module directory.
Moreover while debugging the issue it was observed that the error is occurring
in the method call TlsKeyGenerator.addKeyPair( serverEntry ) present in the
DefaultDirectoryService.createBootstrapEntries() method.
The addKeyPair() method is trying to add the attribute value 'inetOrgPerson' to
the 'objectClass' attribute which already contains the same value hence a error
statement is getting logged.
> 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.