Skip to Main Content

Not able to Install Webcenter site 11g R1 (11.1.1.6.0) in my local PC

655526Jul 27 2012 — edited Aug 13 2012
1. I downloaded hsqldb 2.2.8 and set up the database, the connection properties are

TYPE : HSQL Database Engine In-Memory
Driver : org.hsqldb.jdbc.JDBCDriver
URL : jdbc:hsqldb:mem:.
USER : SA
Password:

2. I started the database server and created a sample table 'emp'.

3. Downloaded tomcat 6.0.35 and in context.xml i did the below entry to make the hsqldb connection, and copies hsqldb.jar into lib folder of Tomcat

<Resource auth="Container" defaultTransactionIsolation="READ_UNCOMMITTED" description="Tomcat Connection Pool" driverClassName="org.hsqldb.jdbc.JDBCDriver" initialSize="1" maxActive="100" maxWait="7500" name="csDataSource" password="" scope="Shareable" type="javax.sql.DataSource" url="jdbc:hsqldb:hsql://localhost/" username="SA"/>

4. In catalina.properties i setup the classpath for cas.properties or else the tomcat throwing the error saying not able to identify cas.properties.
The entry is given below

shared.loader=C:/Sri/installables/fatwire/bin

5. From oracle i downloaded ofm_sites_generic_11.1.1.6.0_disk1_1of1.zip i extracted all the content

6. To install the webcenter site content server, i clicked csInstall.bat under C:\Sri\FatWire\ContentServer

7. It started and installing the server upto 70% then a dialog box pop up with the following message



Do not click OK until you have completed all of the following steps:

1. If your platform requires you to manually deploy the Oracle
WebCenter Sites application, deploy Oracle WebCenter Sites now. Otherwise,
continue with step 2.

2. If you wish to customize your Oracle WebCenter Sites installation
and require access to Oracle WebCenter Sites's property files,
click the Property Editor button.

3. Restart your application server.

4. Click Test to test your installation and make sure all tests
are successful.

5. If the tests are successful, click OK.

8. Then when i click Test button, i got the following messages

The status is an follows :

HelloCS has failed
Ping DB has failed
DB Permissions has failed

9. In the log file install_log under <fatwire_instll_dir>/ominstallinfo, i saw the following entries


[2012-07-27 09:10:57.134][CS.INSTALL][INFO] InstallActionManager.orderActions() : StartAppServer Action found at = (-1)
[2012-07-27 09:10:57.165][CS.INSTALL][INFO] InstallActionManager.orderActions() : StartAppServer Action found at = (-1)
[2012-07-27 09:11:43.144][CS][ERROR] com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://PRK-SSUNDARAR.us.ad.xxxx.com:80 refused
[2012-07-27 09:11:43.175][CS.INSTALL][INFO] CSSetupEngine.postURL: PostURL failed for http://PRK-SSUNDARAR.us.ad.xxxx.com:80/cs/HelloCS
:: ERROR = No response was received from the server
[2012-07-27 09:11:44.236][CS][ERROR] com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://PRK-SSUNDARAR.us.ad.xxxx.com:80 refused
[2012-07-27 09:11:44.236][CS.INSTALL][INFO] CSSetupEngine.postURL: PostURL failed for http://PRK-SSUNDARAR.us.ad.xxxx.com:80/cs/Install?test=test&ReInit=FALSE&CSInstallType=single&CSInstallAccountName=ContentServer&CSInstallAccountPassword=675286278df204915f228fd298c09388&CSInstallDirectory=C%3A%2FSripY%2Finstallables%2Ffatwire&CSInstallAppName=fwadmin&CSInstallAppPassword=675286278df204915f228fd298c09388
:: ERROR = No response was received from the server
[2012-07-27 09:12:55.005][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction: Testing user configuration and database connectivity.


What could went wrong here?

regards
Sri
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Sep 10 2012
Added on Jul 27 2012
11 comments
1,960 views