Hi Emmanuel After removing ads-contextEntry from our custom partition definition and setting up fresh installation i have got new error message which starts complaining about system partition
org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException: ERR_250_ENTRY_ALREADY_EXISTS ou=system already exists! So it might be that rabbit hole goes even deeper. With latest Apache ds studio ( Apache Directory Studio 2.0.0.v20151221-M10) I am encountering something similar when saving configuration second time into same file. Unable to save configuration. - ERR_250_ENTRY_ALREADY_EXISTS ou=config already exists! org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsException: ERR_250_ENTRY_ALREADY_EXISTS ou=config already exists! I can fill those bugs in in jira if they are relevant. Best Regards Joel Arula -----Original Message----- From: Emmanuel Lécharny [mailto:[email protected]] Sent: Wednesday, May 18, 2016 4:09 PM To: [email protected] Subject: Re: ERR_250_ENTRY_ALREADY_EXISTS Le 18/05/16 à 13:25, Joel Arula a écrit : > Hi > > I am using embeded aopache ds version 2.0.0-M21 When setting up clean > installation every startup after first one is failing with > org.apache.directory.api.ldap.model.exception.LdapEntryAlreadyExistsEx > ception: ERR_250_ENTRY_ALREADY_EXISTS What can be done in order to avoid this > error, and what causes it ? > > Best Regards > > Joel Arula > Have you edited teh configuration with Apache Directory Studio ? If so, you may have added the contextEntry in the configuration, and it will be injected at startup. Sadly, once injected, it won't be removed from teh config, and will be added again when you start the server again... Can you check that ?
