Expand my Community achievements bar.

SOLVED

AEM6.5 on JEE Installation error on Linux

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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 

View solution in original post

4 Replies

Avatar

Employee Advisor

@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.

 

Avatar

Correct answer by
Employee Advisor

@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 

Avatar

Level 2

Hi Pulkit Jain

 

We have the same message. but our db is initialized and bootstrapped and the tables are populated. We followed the recommendations in the installation guide.