Expand my Community achievements bar.

Unable to initialize database

Avatar

Level 2

I am installing a clean install of LiveCycle ES using:

  • Windows 2008
  • WebSphere v7
  • DB2 9.5

Everything appears to run properly until I get to the Database initialization part when I get an error and can no longer move forward.  I have looked at the couple other issues on this forum and have not been able to find an answer.  Any thoughts?

A screenshot of the error on the screen:

untitled.png

The stacktrace from the logs:

[10/6/10 14:10:04:661 EDT] 0000003f UMBootstrappe A com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient performBootstrapping Creating/Updating the database
[10/6/10 14:10:09:942 EDT] 0000003f BootstrapperM E com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean createDatabase Error occured while creating database.
[10/6/10 14:10:09:942 EDT] 0000003f BootstrapperM E com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean createDatabase TRAS0014I: The following exception was logged com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:initialization failurecom.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:schema inconsistent for com.adobe.idp.um.entity.PrincipalDomainEntity
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:960)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:783)
at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:175)
at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache.java:144)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(BootstrapperManagerBean.java:290)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.createDatabase(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.createDatabase(_BootstrapperManager_Stub.java:271)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:77)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
.
[10/6/10 14:10:09:942 EDT] 000002b6 DBStoreFactor E com.adobe.idp.common.errors.Logger$LogConsumer run UserM:DB_SCHEMA_INCONSISTENT: [Thread Hashcode: 1311198759] Class com.adobe.idp.um.entity.PrincipalDomainEntity inconsistent with database table
[10/6/10 14:10:09:942 EDT] 000002b6 IDPLoggedExce W com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_WARNING: [Thread Hashcode: 1311198759] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:schema inconsistent for com.adobe.idp.um.entity.PrincipalDomainEntity
[10/6/10 14:10:09:942 EDT] 0000003f LocalTranCoor W   WLTC0033W: Resource IDP_DS rolled back in cleanup of LocalTransactionContainment.
[10/6/10 14:10:09:942 EDT] 000002b6 IDPLoggedExce W com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_WARNING: [Thread Hashcode: 1311198759] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:initialization failurecom.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:schema inconsistent for com.adobe.idp.um.entity.PrincipalDomainEntity
[10/6/10 14:10:09:942 EDT] 0000003f LocalTranCoor W   WLTC0032W: One or more local transaction resources were rolled back during the cleanup of a LocalTransactionContainment.
[10/6/10 14:10:09:942 EDT] 0000003f UMBootstrappe E com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient performBootstrapping Some error occured while initializing database. Refer to logs provided before for more details.
[10/6/10 14:10:09:958 EDT] 000002b6 IDPLoggedExce W com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_WARNING: [Thread Hashcode: 1311198759] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized
[10/6/10 14:10:09:958 EDT] 0000003f LocalExceptio E   CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "getSystemRoot" on bean "BeanId(LiveCycleES2#um.jar#PreferencesBean, null)". Exception data: com.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized
at com.adobe.idp.config.PreferencesBean.getSystemRoot(PreferencesBean.java:93)
at com.adobe.idp.config.EJSLocalStatelessPreferencesBean_a9bff193.getSystemRoot(Unknown Source)
at com.adobe.idp.config.AdobeReadOnlyPreferenceFactory.systemRootReadOnly(AdobeReadOnlyPreferenceFactory.java:45)
at com.adobe.idp.um.config.util.UMConfigManager.doesUMPreferenceTreeExist(UMConfigManager.java:945)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:262)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.loadDefaultConfiguration(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.loadDefaultConfiguration(_BootstrapperManager_Stub.java:405)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

[10/6/10 14:10:09:958 EDT] 000002b6 AdobePreferen E com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_ERROR: [Thread Hashcode: 1311198759] Problem with system rootcom.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized
[10/6/10 14:10:09:958 EDT] 0000003f BootstrapperM A com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean loadDefaultConfiguration Loading default configuration as the preference tree does not exist in the database.
[10/6/10 14:10:09:974 EDT] 000002b6 IDPLoggedExce W com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_WARNING: [Thread Hashcode: 1311198759] com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized
[10/6/10 14:10:09:974 EDT] 0000003f LocalExceptio E   CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "getSystemRoot" on bean "BeanId(LiveCycleES2#um.jar#PreferencesBean, null)". Exception data: com.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized
at com.adobe.idp.config.PreferencesBean.getSystemRoot(PreferencesBean.java:93)
at com.adobe.idp.config.EJSLocalStatelessPreferencesBean_a9bff193.getSystemRoot(Unknown Source)
at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:137)
at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)
at com.adobe.idp.config.EJSLocalStatelessPreferencesBean_a9bff193.importConfigNodeFromXML(Unknown Source)
at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:1762)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:266)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.loadDefaultConfiguration(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.loadDefaultConfiguration(_BootstrapperManager_Stub.java:405)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

[10/6/10 14:10:09:974 EDT] 000002b6 AdobePreferen E com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_ERROR: [Thread Hashcode: 1311198759] Problem with system rootcom.adobe.idp.common.errors.exception.IDPSystemExceptionorigin: com.adobe.idp.common.errors.exception.IDPLoggedException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not initialized
[10/6/10 14:10:09:974 EDT] 0000003f LocalExceptio E   CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "importConfigNodeFromXML" on bean "BeanId(LiveCycleES2#um.jar#PreferencesBean, null)". Exception data: java.lang.RuntimeException: nullgetProvider failure: factory not initialized
at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:178)
at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)
at com.adobe.idp.config.EJSLocalStatelessPreferencesBean_a9bff193.importConfigNodeFromXML(Unknown Source)
at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:1762)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:266)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.loadDefaultConfiguration(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.loadDefaultConfiguration(_BootstrapperManager_Stub.java:405)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

[10/6/10 14:10:09:974 EDT] 0000003f BootstrapperM E com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean loadDefaultConfiguration Failed to load default configuration. error:com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.RuntimeException: nullgetProvider failure: factory not initialized
[10/6/10 14:10:09:974 EDT] 0000003f BootstrapperM E com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean loadDefaultConfiguration TRAS0014I: The following exception was logged com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.RuntimeException: nullgetProvider failure: factory not initialized
at com.adobe.idp.config.AdobePreferenceFactory.systemRoot(AdobePreferenceFactory.java:178)
at com.adobe.idp.config.PreferencesBean.importConfigNodeFromXML(PreferencesBean.java:339)
at com.adobe.idp.config.EJSLocalStatelessPreferencesBean_a9bff193.importConfigNodeFromXML(Unknown Source)
at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:1762)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:266)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.loadDefaultConfiguration(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.loadDefaultConfiguration(_BootstrapperManager_Stub.java:405)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
Caused by: java.lang.RuntimeException: nullgetProvider failure: factory not initialized
... 32 more
.
[10/6/10 14:10:09:989 EDT] 0000003f UMBootstrappe E com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient performBootstrapping ***** Bootstrap FAILED to complete *****
[10/6/10 14:10:10:005 EDT] 0000003f UMBootstrappe E com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient performBootstrapping Bootstrap cannot recover from error.
[10/6/10 14:10:10:005 EDT] 0000003f UMBootstrappe E com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient performBootstrapping TRAS0014I: The following exception was logged com.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] errorCode:8193 errorCodeHEX:0x2001 message:Failed to load default configuration. error:com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.RuntimeException: nullgetProvider failure: factory not initialized
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:280)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.loadDefaultConfiguration(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.loadDefaultConfiguration(_BootstrapperManager_Stub.java:405)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
.
[10/6/10 14:10:10:005 EDT] 0000003f UMBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log ALC-TTN-011-003: Bootstrapping failed for platform component [UserManager].  The wrapped exception's message reads:
Failed to load default configuration. error:com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.RuntimeException: nullgetProvider failure: factory not initialized 
[10/6/10 14:10:10:005 EDT] 0000003f UMBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log TRAS0014I: The following exception was logged com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-003: Bootstrapping failed for platform component [UserManager].  The wrapped exception's message reads:
Failed to load default configuration. error:com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.RuntimeException: nullgetProvider failure: factory not initialized 
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:107)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
Caused by: com.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean] errorCode:8193 errorCodeHEX:0x2001 message:Failed to load default configuration. error:com.ibm.ejs.container.UnknownLocalException: nested exception is: java.lang.RuntimeException: nullgetProvider failure: factory not initialized
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:280)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.loadDefaultConfiguration(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.loadDefaultConfiguration(_BootstrapperManager_Stub.java:405)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:91)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
... 23 more

8 Replies

Avatar

Level 7

The tables belonging to LiveCycle's User Manager are created first.  It looks like the DB2 database is not configured completely to LiveCycle's requirements.

Please dbl-check the DB2 DB configuration, make sure that there are tablespaces and buffer pools in there with 8 KB page size or higher.  See here for more details (was written for DB2 8.2 but still mostly valid for DB2 9.5):

http://blogs.adobe.com/livecycle/2008/01/livecycle_and_ibm_db2_bootstra.html

This would also help:

http://blogs.adobe.com/livecycle/2009/05/configuring_websphere_jdbc_con.html

Avatar

Level 2

Ok .. followed the information on your Blog and get the same error.  I did fix some things in WebSphere that weren't set correctly by the Configuration Manager.  For one, I was not getting the SIB tables created for JMS and now I am.  When I click the initialize button the script creates a number of tables in the database but errors out each time.  Could there be something else in the JMS queues or topics that need to be fixed also?

Avatar

Level 7

You seem to be using LiveCycle ES2.  If that is the case, you can ignore the JMS configuration part because in ES2, LiveCycle does not make use of JMS.

Please make sure the install-config documentation you are following is this:

for non-clustered config :

http://help.adobe.com/en_US/livecycle/9.0/prepareinstallsingle.pdf

http://help.adobe.com/en_US/livecycle/9.0/install_websphere.pdf

for clustered config :

http://help.adobe.com/en_US/livecycle/9.0/prepareinstallcluster.pdf

http://help.adobe.com/en_US/livecycle/9.0/clustering_websphere.pdf

I ran the following command on our lab's DB2 9.5 LiveCycle database

db2look -d waswin -a -e -l -x -o C:\TEMP\LC_DDL.txt

Here are snippetrs of the output:


------------------------------------
-- DDL Statements for TABLESPACES --
------------------------------------

CREATE REGULAR TABLESPACE WASWINREGULAR IN DATABASE PARTITION GROUP IBMDEFAULTGROUP PAGESIZE 32768 MANAGED BY DATABASE
     USING (FILE 'E:\DB2\WASWIN2.DAT' 65536)
     EXTENTSIZE 16
     PREFETCHSIZE 16
     BUFFERPOOL WASWIN
     OVERHEAD 10.670000
     TRANSFERRATE 0.040000
     DROPPED TABLE RECOVERY OFF;

CREATE TEMPORARY TABLESPACE WASWINSYSTEMP IN DATABASE PARTITION GROUP IBMTEMPGROUP PAGESIZE 32768 MANAGED BY DATABASE
     USING (FILE 'F:\DB2\WINWASSYSTEMP.DAT' 65536)
     EXTENTSIZE 16
     PREFETCHSIZE 16
     BUFFERPOOL WASWIN
     OVERHEAD 10.670000
     TRANSFERRATE 0.040000
     DROPPED TABLE RECOVERY OFF;

CREATE USER TEMPORARY TABLESPACE WASWINUSERTEMP IN DATABASE PARTITION GROUP IBMDEFAULTGROUP PAGESIZE 32768 MANAGED BY DATABASE
     USING (FILE 'H:\DB2\WASWINUSERTEMP' 65536)
     EXTENTSIZE 16
     PREFETCHSIZE 16
     BUFFERPOOL WASWIN
     OVERHEAD 10.670000
     TRANSFERRATE 0.040000
     DROPPED TABLE RECOVERY OFF;

------------------------------------------------
-- DDL Statements for Schemas
------------------------------------------------

CREATE SCHEMA "WASWIN  " AUTHORIZATION "DB2WASWIN";


----------------------------------------
-- Authorization Statements on Database
----------------------------------------

GRANT CREATETAB ON DATABASE  TO USER "DB2WASWIN" ;

GRANT CONNECT ON DATABASE  TO USER "DB2WASWIN" ;

---------------------------------------
-- Authorization statement on table space
---------------------------------------


GRANT USE OF TABLESPACE "WASWINREGULAR" TO USER "DB2WASWIN" ;

Avatar

Level 2

Ok so I started from scratch following the "correct" documentation.  I am still at the same point though.  I follow the steps in preconfiguration and then make it up to the Initialize DB portion of the COnfiguration Manager.  I get the same error as reported initially (same stack trace).  I found reference to an error log and see the additional stack trace below.  It seems to think there is a missing table ("LC_USR.EDCVERSIONENTITYSQ2" is an undefined name).  I open the DB2 Control center to verify the table is missing and it would seem there is a reason to complain.  THere is a similar table with "_T" at the end of the table.  Any thoughts on what's going on?

Untitled-1.png

[10/20/10 13:30:34:289 EDT]     FFDC Exception:com.ibm.db2.jcc.b.nm SourceId:com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.executeUpdate ProbeId:449 Reporter:com.ibm.ws.rsadapter.jdbc.WSJccPreparedStatement@2c152c15
com.ibm.db2.jcc.b.nm: "LC_USR.EDCVERSIONENTITYSQ2" is an undefined name.. SQLCODE=-204, SQLSTATE=42704, DRIVER=3.50.152
at com.ibm.db2.jcc.b.wc.a(wc.java:579)
at com.ibm.db2.jcc.b.wc.a(wc.java:57)
at com.ibm.db2.jcc.b.wc.a(wc.java:126)
at com.ibm.db2.jcc.b.tk.b(tk.java:1593)
at com.ibm.db2.jcc.b.tk.c(tk.java:1576)
at com.ibm.db2.jcc.t4.db.k(db.java:353)
at com.ibm.db2.jcc.t4.db.a(db.java:59)
at com.ibm.db2.jcc.t4.t.a(t.java:50)
at com.ibm.db2.jcc.t4.tb.b(tb.java:200)
at com.ibm.db2.jcc.b.uk.Gb(uk.java:2355)
at com.ibm.db2.jcc.b.uk.e(uk.java:3129)
at com.ibm.db2.jcc.b.uk.zb(uk.java:568)
at com.ibm.db2.jcc.b.uk.executeUpdate(uk.java:551)
at com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.pmiExecuteUpdate(WSJdbcPreparedStatement.java:1097)
at com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.executeUpdate(WSJdbcPreparedStatement.java:738)
at com.adobe.idp.storeprovider.jdbc.DBStatement.executeNonQuery(DBStatement.java:412)
at com.adobe.idp.storeprovider.jdbc.DBConnection.executeStatement(DBConnection.java:128)
at com.adobe.idp.storeprovider.jdbc.DBConnection.executeDDLStatement(DBConnection.java:140)
at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:974)
at com.adobe.idp.storeprovider.jdbc.DBSchemaSQL.makeSequence(DBSchemaSQL.java:1116)
at com.adobe.idp.storeprovider.jdbc.DBSequence.<init>(DBSequence.java:47)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.doVersionCreation(DBStoreFactory.java:1772)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.setupDB(DBStoreFactory.java:2061)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:945)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:783)
at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:175)
at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache.java:144)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(BootstrapperManagerBean.java:290)
at com.adobe.idp.um.businesslogic.bootstrapper.EJSRemoteStatelessBootstrapperManagerBean_043a4496.createDatabase(Unknown Source)
at com.adobe.idp.um.businesslogic.bootstrapper._BootstrapperManager_Stub.createDatabase(_BootstrapperManager_Stub.java:271)
at com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient.performBootstrapping(UMBootstrapperClient.java:77)
at com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper.bootstrap(UMBootstrapper.java:103)
at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvoker.java:78)
at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)

Avatar

Level 2

Removed the USERSPACE tablespace and reran with the same result.  This time the tables were created in the tablespace I created during preconfig stages.

Avatar

Former Community Member

hi All,

I am getting error in my creating datasoure connect to database. I am using

Windows 2008

WAS v7

LCES2

Oracle 10 g

My connection testing is ok at WAS server and that datasource i connect from LCES2 workbench, I got the below error in systemOut.log

[11/11/10 15:29:16:190 SGT] 00000070 Helpers       W   NMSV0605W: A javax.naming.Reference object looked up from the context "lc2serverNode01Cell/nodes/lc2serverNode01/servers/server1" with the name "S_DS" was sent to the JNDI Naming Manager and an exception resulted. Reference data follows:
Reference Factory Class Name: com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl
Reference Factory Class Location URLs: <null>
Reference Class Name: javax.resource.cci.ConnectionFactory
Type: connectorName
Content: S_DS
Type: classpath
Content: c:/Program Files (x86)/IBM/WebSphere/AppServer/lib/rsadapter.rar;c:/Program Files (x86)/IBM/WebSphere/AppServer/lib/rsadapter.rar
Type: FactoryJndiName
Content: S_DS

Exception stack trace:  com.ibm.websphere.naming.CannotInstantiateObjectException: Exception  occurred while the JNDI NamingManager was processing a  javax.naming.Reference object. [Root exception is  java.lang.reflect.InvocationTargetException]

at workbench pop up, I got the error

tException: Exception  occurred while the JNDI NamingManager was processing a  javax.naming.Reference object.

Anything else ,please advice me.

Thanks

Ei Wah

Avatar

Employee

the data source name needs to be IDP_DS in WAS 7's JDBC resources, not S_DS.