IAM ear has failed to deploy and see the following error
ws.ejbcontainer.runtime.AbstractEJBRuntime.install 982
[2/22/23 17:29:14:253 GMT] 00000077 ApplicationMg A WSVR0221I: Application started: castylesr5.1.1
[2/22/23 17:29:14:254 GMT] 00000077 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=castylesr5.1.1 in BLA WebSphere:blaname=castylesr5.1.1 started.
[2/22/23 17:29:14:254 GMT] 00000076 ApplicationMg A WSVR0221I: Application started: ibmasyncrsp
[2/22/23 17:29:14:251 GMT] 00000075 SharedEJBRunt E WSVR0040E: addEjbModule failed for wpServer.jar
com.ibm.websphere.csi.EJBContainerException: EJB Timer Service not started
at com.ibm.ws.runtime.component.EJBContainerImpl.getSchedulerInstance(EJBContainerImpl.java:1948)
at com.ibm.ws.runtime.component.EJBContainerImpl.initializeTimerService(EJBContainerImpl.java:1721)
at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.initializeTimerService(WASEJBRuntimeImpl.java:512)
at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:531)
at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:317)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3265)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1464)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:642)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:1042)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$5.run(ApplicationMgrImpl.java:2279)
at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5478)
at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5694)
at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2284)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:985)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:524)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)
Caused by: com.ibm.ws.scheduler.exception.SchedulerDataStoreException: com.ibm.ws.extensionhelper.exception.UnableToInitializeException: java.lang.NoClassDefFoundError: org.apache.derby.jdbc.EmbeddedDriver (initialization failure)
at com.ibm.ws.scheduler.WASSchedulerCfgHelper.createTables(WASSchedulerCfgHelper.java:547)
at com.ibm.ws.runtime.component.EJBContainerImpl.createTimerTables(EJBContainerImpl.java:2484)
at com.ibm.ws.runtime.component.EJBContainerImpl.getSchedulerInstance(EJBContainerImpl.java:1899)
... 22 more
Caused by: com.ibm.ws.extensionhelper.exception.UnableToInitializeException: java.lang.NoClassDefFoundError: org.apache.derby.jdbc.EmbeddedDriver (initialization failure)
at com.ibm.ws.extensionhelper.db.impl.DatabaseHelperImpl.initialize(DatabaseHelperImpl.java:518)
at com.ibm.ws.extensionhelper.db.impl.DatabaseHelperImpl.<init>(DatabaseHelperImpl.java:262)
at com.ibm.ws.extensionhelper.impl.ExtensionHelperServiceImpl.getDatabaseHelper(ExtensionHelperServiceImpl.java:116)
at com.ibm.ws.scheduler.DBHelperImpl.<init>(DBHelperImpl.java:108)
at com.ibm.ws.scheduler.WASSchedulerCfgHelper.getDatabaseHelper(WASSchedulerCfgHelper.java:960)
at com.ibm.ws.scheduler.WASSchedulerCfgHelper.createTables(WASSchedulerCfgHelper.java:542)
... 24 more
Caused by: java.lang.NoClassDefFoundError: org.apache.derby.jdbc.EmbeddedDriver (initialization failure)
at java.lang.J9VMInternals.initializationAlreadyFailed(J9VMInternals.java:107)
at org.apache.derby.jdbc.BasicEmbeddedDataSource40.findDriver(Unknown Source)
Release : Identity Manager 14.4
WAS 8.5.5.22
This is due to classpath issue
Remove duplicate classpath and update it to one on JDBC provider