[email protected] wrote: > I installed the latest apacheds 1.5.5. After starting and then stopping > apacheds. I found the following messages in the log. > > [14:47:36] ERROR > [org.apache.directory.server.schema.registries.DefaultAttributeTypeRegistry] > - attributeType w/ OID 2.5.4.16 not registered!
This isn't an error. AFAIK it should be a WARN, we just use the wrong logging level. So just ignore it for the moment. > [14:47:38] ERROR [org.apache.directory.server.Service] - Cannot start > the server : reuseAddress can't be set while the acceptor is bound. This is an error, it means that the port is already in use. Is another service already running on the ports you configured (10389 and 10636 by default) Kind Regards, Stefan
