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