Expand my Community achievements bar.

LiveCycle ES4 Database Initialization

Avatar

Level 1

Hello,,, I am in the process of installing LiveCycle ES4 on an Oracle Linux box with version 6.4. I am using Weblogic version 11g (10.3.6).. All the weblogic domains and machines are setup and running fine when I start them manually or through installation..

The problem I am having is, after delploying code to the weblogic server, the next option is the ES4 database initialization. I enter the name of the machine and the listening port 8001 which is the listening port of the weblogic machine. As soo as I hit initialize, nothing happens..

In the configuation window running in the background I get these lines:

[2013-09-16 14:39:04,557], FINE, AWT-EventQueue-0, com.adobe.livecycle.lcm.core.LCMDataManager, getting variable (port.weblogic=8001) defaultIfNotFound:

[2013-09-16 14:39:04,557], FINE, AWT-EventQueue-0, com.adobe.livecycle.lcm.core.LCMDataManager, getting variable (port=8001) defaultIfNotFound: 8001

[2013-09-16 14:39:25,232], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Starting processing

[2013-09-16 14:39:25,234], FINE, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Creating BootstrapManager WITHOUT user credentials

[2013-09-16 14:39:25,377], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Starting task: com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask@1c8a395d

[2013-09-16 14:39:25,381], INFO, Thread-90, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Invoking [http://xxxx:8001/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale=en]

where xxxx is the name of the machine. I have started the installation from scratch, recreated the schema on the the database. In the DB connection test, db connects fine. Any ideas would really appreciate it. Thank you ...

2 Replies

Avatar

Level 3

Please verify the port number on which LC is deployed by logging into Weblogic.

Secondly, check the LCM logs (<LC_INSTALLATION_DIR>\configurationManager\log) as they might contains more details about the issue.

Regards,

Varun

Avatar

Level 1

The text that i pasted is from the log file..

Port is correct..

What I found out that weblogic  was accidentally installed on top of it again.. So I redid the whole installation from scratch.. According to google search, supposedly DN can be initialized more than once?

Thank you