HI Emmanuel, thanks for your response. Followed your instructions, and in step 3 (mvn clean install -DskipTests), compilation falls with error:
[INFO] ApacheDS ........................................... SUCCESS [ 2.982 s] [INFO] ApacheDS I18n ...................................... SUCCESS [ 2.288 s] [INFO] ApacheDS Core Constants ............................ SUCCESS [ 0.303 s] [INFO] ApacheDS Core API .................................. FAILURE [ 0.087 s] ... [ERROR] Failed to execute goal on project apacheds-core-api: Could not resolve dependencies for project org.apache.directory.server:apacheds-core-api:bundle:2.0.0.AM26-SNAPSHOT: Failure to find org.apache.mina:mina-core:jar:2.1.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] What else can I do ? If I install fortress on top of OpenLDAP, everything should go well ? Regards, LC ----- Original Message ----- From: "Emmanuel Lécharny" <[email protected]> To: "fortress" <[email protected]> Sent: Wednesday, April 17, 2019 5:52:55 PM Subject: Re: apacheds won't start after installing Fortress Hi, this is an ApacheDS bug. It has been solved in the latest ApacheDS version which is not yet released. You can build ApacheDS from trunk : $ git clone https://gitbox.apache.org/repos/asf/directory-server.git $ cd directory-server $ mvn clean install -DskipTests and run the installer : $ cd installers $ mvn clean install -Pinstallers the installer for your platform can be find in target/installers On 17/04/2019 21:42, Luis Carmona wrote: > Hi, > > I'm having problems to start using Fortress solution. > > I follow every single step, with no errors, enabliing Fortress on top of a > brand new apacheds. > > Everything goes ok, even I can see the results of the installation and tests > steps in Apache Directory Studio. > > But when I restart the servicce, apacheds doesn't start anymore, throwing the > next error messages in logs > > [01:10:24] ERROR [org.apache.directory.api.ldap.model.entry.DefaultAttribute] > - ERR_13215_VALUE_EXPECT_STRING The value is expected to be a String > [01:10:24] ERROR > [org.apache.directory.api.ldap.schema.loader.LdifSchemaLoader] - > ERR_16009_LDIF_LOAD_FAIL Failed to load schema LDIF file cn=fortress.ldif > org.apache.directory.api.ldap.model.exception.LdapInvalidAttributeValueException: > ERR_13215_VALUE_EXPECT_STRING The value is expected to be a String > > I've read it is something related to a wrong creatorName, but given all this > is donde by the installer, I have no chance to avoid the creatorName it uses. > The creatorName in the file cn=fortress.ldif appears in a lot of files, I > changed it only in the cn=fortress.ldif file to test, but made no difference, > apacheds don't start up. > > Please any tip will be precciated. > > Regards and thanks in advance. > > LC >
