Description
We just upgraded from 2.0.0-M20 to 2.0.0-M21 for the security vulnerability fix. We are having an issue where apacheDS fails to start. It is throwing the following exception:
org.apache.directory.api.ldap.model.exception.LdapOtherException:null
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable#get|JdbmTable.java:371
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex#forwardLookup|JdbmIndex.java:360
org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex#forwardLookup|JdbmIndex.java:58
org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition#getEntryId|AbstractBTreePartition.java:2518
org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition#add|AbstractBTreePartition.java:684
org.apache.directory.server.core.DefaultDirectoryService#initializeSystemPartition|DefaultDirectoryService.java:1755
org.apache.directory.server.core.DefaultDirectoryService#initialize|DefaultDirectoryService.java:1815
org.apache.directory.server.core.DefaultDirectoryService#startup|DefaultDirectoryService.java:1250
com.entrustdatacard.foundation.usermgnt.ldap.EmbeddedDirectoryService#start|EmbeddedDirectoryService.java:252
com.entrustdatacard.foundation.web.listener.DirectoryServiceListener#contextInitialized|DirectoryServiceListener.java:43
org.apache.catalina.core.StandardContext#listenerStart|StandardContext.java:4727
org.apache.catalina.core.StandardContext#startInternal|StandardContext.java:5167
org.apache.catalina.util.LifecycleBase#start|LifecycleBase.java:150
org.apache.catalina.core.ContainerBase#addChildInternal|ContainerBase.java:725
org.apache.catalina.core.ContainerBase#addChild|ContainerBase.java:701
org.apache.catalina.core.StandardHost#addChild|StandardHost.java:717
org.apache.catalina.startup.HostConfig#deployWAR|HostConfig.java:945
org.apache.catalina.startup.HostConfig$DeployWar#run|HostConfig.java:1768
Please let me know if there is any temporary solution before this gets fixed.
Thanks!!
Attachments
Issue Links
- duplicates
-
DIRSERVER-2119 ApacheDS fails to start after upgrading to 2.0.0-M21
- Open