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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Empty database created.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes