We are installing and configuring AEM Forms 6.3 Server with Weblogic 12.2.1.3 and Oracle 12.1.0.2 database in Centos linux. The configuration is performed using non-interactive mode with ConfigurationManager script. The 'initializeLiveCycle' step is failing with following below error. The creation of database is done as specified in documentation and right privileges are granted for the user as well. I would appreciate community help to resolve this issue.
Server log Error –
####<Sep 5, 2018 4:03:10,041 PM UTC> <Info> <com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper> <adls> <Server-3> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-00000057> <1536163390041> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <Initializing DB ....>
####<Sep 5, 2018 4:03:10,045 PM UTC> <Info> <com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient> <adls> <Server-3> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-00000057> <1536163390045> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <================================== Bootstrapping User Manager component ==================================>
####<Sep 5, 2018 4:03:10,045 PM UTC> <Info> <com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient> <adls> <Server-3> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-00000057> <1536163390045> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <Creating/Updating the database>
####<Sep 5, 2018 4:03:45,707 PM UTC> <Error> <com.adobe.idp.storeprovider.jdbc.DBStoreFactory> <adls> <Server-3> <Thread-1461> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-0000004e> <1536163425707> <[severity-value: 8] [rid: 0:12] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <UserM:DB_SCHEMA_INCONSISTENT: [Thread Hashcode: 453167320] Class com.adobe.idp.um.entity.PrincipalDomainEntity inconsistent with database table>
####<Sep 5, 2018 4:03:45,709 PM UTC> <Warning> <com.adobe.idp.common.errors.exception.IDPLoggedException> <adls> <Server-3> <Thread-1461> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-0000004e> <1536163425709> <[severity-value: 16] [rid: 0:12] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <UserM:GENERIC_WARNING: [Thread Hashcode: 453167320] 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>
####<Sep 5, 2018 4:03:45,710 PM UTC> <Warning> <com.adobe.idp.common.errors.exception.IDPLoggedException> <adls> <Server-3> <Thread-1461> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-0000004e> <1536163425710> <[severity-value: 16] [rid: 0:12] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <UserM:GENERIC_WARNING: [Thread Hashcode: 453167320] 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>
####<Sep 5, 2018 4:03:45,710 PM UTC> <Error> <com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean> <adls> <Server-3> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <5ce1cbeb-41f5-4778-b629-109ddda22685-00000057> <1536163425710> <[severity-value: 8] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-000000> <Error occured while creating database.
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:961)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:784)
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:299)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean_58tjk0_EOImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invokeInternal(SessionRemoteMethodInvoker.java:54)
at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:21)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean_58tjk0_EOImpl.createDatabase(Unknown Source)
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:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Configuration Manager Error –
Progress: [0%, Bootstrapping [localhost:7009]]
Progress: [100%, Initialization failed]
ALC-TTN-103-000: Bootstrapping request failed on server. Message from server:
ALC-TTN-011-003: Bootstrapping failed for platform component [UserManager]. The wrapped exception's message
reads:
Failed to load default configuration. error:javax.ejb.EJBException: EJB Exception: : 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.PreferencesBean_7ioni8_ELOImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:33)
at com.adobe.idp.config.PreferencesBean_7ioni8_ELOImpl.importConfigNodeFromXML(Unknown Source)
at com.adobe.idp.um.config.util.UMConfigManager.importConfigFromXML(UMConfigManager.java:1811)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.loadDefaultConfiguration(BootstrapperManagerBean.java:275)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean_58tjk0_EOImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invokeInternal(SessionRemoteMethodInvoker.java:54)
at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:21)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean_58tjk0_EOImpl.loadDefaultConfiguration(Unknown Source)
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:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
[Message truncated - see logs for details.]
Check application server logs for details.Bootstrapping Error: ALC-TTN-103-0000
at com.adobe.livecycle.lcm.headless.HeadlessLCMImpl.bootstrapPlatform(HeadlessLCMImpl.java:400)
at com.adobe.livecycle.lcm.headless.HeadlessLCMImpl.bootstrapPlatform(HeadlessLCMImpl.java:282)
at com.adobe.livecycle.lcm.cli.InitializeLiveCycleCLI.executeCommandLineImpl(InitializeLiveCycleCLI.java:81)
at com.adobe.livecycle.lcm.cli.LCMCLI.execute(LCMCLI.java:329)
at com.adobe.livecycle.lcm.cli.LCMCLI.main(LCMCLI.java:374)
Caused by: com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-103-000: Bootstrapping request failed on server. Message from server:
Solved! Go to Solution.
Views
Replies
Total Likes