Expand my Community achievements bar.

Unexpected Error while initilizing the Livecycle Database

Avatar

Former Community Member
Hi<br /> I am facing problems with intializing the database server. I am getting Bootstrap error. Please find the below error log details.<br /><br />What should i do to make the bootstrap task passed. Below the error says error had occured while intilizing [http://192.168.121.58:1521/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale=en ]. The IP specified in the URL is a database server IP. <br /><br />How should i proceed to solve this problem.<br /><br />[2009-01-29 17:50:00,921], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Starting processing<br />[2009-01-29 17:50:00,921], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Starting task: com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask@1d41132<br />[2009-01-29 17:50:00,921], INFO, Thread-29, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Invoking [http://192.168.121.58:1521/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale=en]<br />[2009-01-29 17:50:01,093], INFO, Thread-29, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Unexpected error occured, SSL may be enabled, trying https protocol...<br />[2009-01-29 17:50:01,109], INFO, Thread-29, com.adobe.livecycle.bootstrap.client.FetchTasksClient, Invoking [https://192.168.121.58:1521/adobe-bootstrapper/bootstrap?fetchTasks=true&responseLocale=en]<br />[2009-01-29 17:50:01,109], SEVERE, Thread-29, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask, Task failed<br />com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-109-000: Could not establish a valid connection to server: [Unexpected end of file from server]<br /> at com.adobe.livecycle.bootstrap.client.BootstrapClient.invoke(BootstrapClient.java:117)<br /> at com.adobe.livecycle.bootstrap.client.FetchTasksClient.fetchTasks(FetchTasksClient.java:68)<br /> at com.adobe.livecycle.bootstrap.client.BootstrapManager.getTasks(BootstrapManager.java:147)<br /> at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$ActualTask.<init>(BootstrapTask.java:100)<br /> at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$1.construct(BootstrapTask.java:58)<br /> at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)<br /> at java.lang.Thread.run(Thread.java:595)<br />Caused by: java.net.SocketException: Unexpected end of file from server<br /> at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:684)<br /> at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)<br /> at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:682)<br /> at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)<br /> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:936)<br /> at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)<br /> at com.adobe.livecycle.bootstrap.client.BootstrapClient.parseResponse(BootstrapClient.java:155)<br /> at com.adobe.livecycle.bootstrap.client.BootstrapClient.invoke(BootstrapClient.java:105)<br /> ... 6 more<br />[2009-01-29 17:50:01,421], SEVERE, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.bootstrap.BootstrapDialog, Bootstrap exception<br />com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-109-000: Could not establish a valid connection to server: [Unexpected end of file from server]<br /> at com.adobe.livecycle.bootstrap.client.BootstrapClient.invoke(BootstrapClient.java:117)<br /> at com.adobe.livecycle.bootstrap.client.FetchTasksClient.fetchTasks(FetchTasksClient.java:68)<br /> at com.adobe.livecycle.bootstrap.client.BootstrapManager.getTasks(BootstrapManager.java:147)<br /> at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$ActualTask.<init>(BootstrapTask.java:100)<br /> at com.adobe.livecycle.lcm.feature.bootstrap.BootstrapTask$1.construct(BootstrapTask.java:58)<br /> at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)<br /> at java.lang.Thread.run(Thread.java:595)<br />Caused by: java.net.SocketException: Unexpected end of file from server<br /> at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:684)<br /> at sun.net.www.http.HttpClient.parseHTTP
8 Replies

Avatar

Level 8
Can you tell us a little more about your environment? Is it a turnkey install or a manual install? What is the OS, app server and database?

Avatar

Former Community Member
OS is Windows XP SP2 , App server is IBM Websphere 6.1.0.5, and database is oracle 9i. It is a manual install. But i have used Configuration manager to validate all the configurations.



Thanks

Ullas

Avatar

Former Community Member
One more thing .... i am using the trial version of the software. Is there any restrictions while using the trial version. I have installed everything in a single system with Windows XP SP2.

Avatar

Level 8
As long as your system meets the minimum specs for the software you should be fine. There are no additional restrictions to the trial software.

Avatar

Former Community Member
I have installed the ES in Windows XP SP2 but the minimun requirement is for a Windows Server 2003 enterprise server. Should it work in this environment....



Thanks

Ullas

Avatar

Former Community Member
My full environment is

Intel duo processor with 2GB RAM

OS: Windows XP SP2

Database also installed in the same computer.

IBM Websphere also installed in the same computer.



My question is whether Adobe LIvecycle ES will work in this enviroment. Because in one docemnets it is saying that for Livecycle ES to work it needs Windows Server 2003.



Please give me suggestions regarding this.



Thanks

Ullas

Avatar

Level 8
While officially XP is not supported, I don't believe that is causing your problem. The "Could not establish a valid connection to server" indicates that there is a problem connecting from the WAS server to the DB server.



This can be caused by one of several common problems such as:

- Missing database driver file

- Error in the JDBC Driver configuration or data source

- Error in the connection pools



The WebSphere installation guide (http://help.adobe.com/en_US/livecycle/8.2/install_websphere.pdf) has a walk through starting at page 31. It can be something as minor as a typo in one of the configurations.