[
https://issues.apache.org/jira/browse/DIRSERVER-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761379#action_12761379
]
Emmanuel Lecharny commented on DIRSERVER-1413:
----------------------------------------------
Just a question : have you tried with 1.5.5 ? Not to say that it has been
fixed, but if the issue is still present in this version, we will fix it on
trunk, as 1.5.4 won't be fixed .
thanks !
> Key pair generation attempts to add duplicate objectClass values
> ----------------------------------------------------------------
>
> Key: DIRSERVER-1413
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1413
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: core
> Affects Versions: 1.5.4
> Reporter: Jeremy Gustie
> Priority: Trivial
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> The TlsKeyGenerator.addKeyPair(ServerEntry) method adds objectClass values
> for 'tlsKeyInfo' and 'inetOrgPerson' without checking if they have already
> been added. This results in the ERROR level message "The value
> 'inetOrgPerson' is incorrect, it hasn't been added" being emitted from
> DefaultServerAttribute.add. In the case of the system administrator created
> by the DefaultDirectoryService, this error message always appears on the
> first load as the 'inetOrgPerson' value is explicitly added before calling
> addKeyPair. Replacing the objectClass.add(...) call with
> !objectClass.contains(...)/objectClass.add(...) would prevent this error
> message from appearing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.