AEM6.5 on JEE Installation error on Linux | Community
Skip to main content
November 14, 2022
Solved

AEM6.5 on JEE Installation error on Linux

  • November 14, 2022
  • 1 reply
  • 1124 views

Linux Environment:

java version 1.8.0_341

aemforms_server_6_5_0_jboss_all_unix.tar

database:  mysql

Applicaition Server:  JBOSS

 

Manually mysql database created  on Linux environment(aws ec2-instance)

 

After JBOSS configuration, manually deployed all generated ear files and received server errors in JBOSS log file.  

 

 

 

[[31m11:34:34,104 ERROR [com.adobe.idp.config.AdobePreferenceFactory] (Thread-191) UserM:GENERIC_ERROR: [Thread Hashcode: 2138748690] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:Livecycle database isn't bootstrapped. Please bootstrap LiveCycle database.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pulkit_Jain_

@bsaefiling 

Ok, then DB tables creation is pending then. 

You need to run the configuration manager and bootstrap/initialize the DB so that tables are created.

Make sure that you follow the steps mentioned in section 4.3 of the installation guide - https://www.adobe.com/go/learn_aemforms_installJBoss_65 

1 reply

Pulkit_Jain_
Adobe Employee
Adobe Employee
November 14, 2022

@bsaefiling 

When you said, "Manually mysql database created on Linux environment", do you mean setting up Mysql DB or bootstrapping (creating tables) the DB by running the configuration manager?

 

These msgs indicate that the DB tables are not created:

 

[[31m11:34:34,104 ERROR [com.adobe.idp.config.AdobePreferenceFactory] (Thread-191) UserM:GENERIC_ERROR: [Thread Hashcode: 2138748690] Problem with system rootcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:Livecycle database isn't bootstrapped. Please bootstrap LiveCycle database.

 

Ideally, after deploying the EARs, you have to bootstrap the database, and then you won't see these msgs.

 

November 14, 2022

Empty database created.   

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeAccepted solution
Adobe Employee
November 14, 2022

@bsaefiling 

Ok, then DB tables creation is pending then. 

You need to run the configuration manager and bootstrap/initialize the DB so that tables are created.

Make sure that you follow the steps mentioned in section 4.3 of the installation guide - https://www.adobe.com/go/learn_aemforms_installJBoss_65