10g, FRM-10142: the http Listener is not running on <server> at port 8889,
430222Nov 29 2005 — edited Dec 2 2010Hi there,
I am having trouble starting OC4J instance for forms 10g.
FRM-10142: the http Listener is not running on <server name> at port 8889. Please start the listener or check your runtime preferences
I checked the following files and the contents seemed to be correct to me. I am starting OC4J from same menu as I started the Forms builder (i.e. both for 10g)
I would like to mention that I have both forms9i and 10g on the same machine, but these are on different homes and OC4J for 9i is using port 8888 and is working fine
The contents of various files are
---------------startinst.bat-------------
E:\DevSuite10g\jdk\bin\java -Doracle.security.jazn.config=E:\DevSuite10g\j2ee\DevSuite\config\jazn.xml -Doracle.home=E:\DevSuite10g -DORACLE_HOME=E:\DevSuite10g -jar E:\DevSuite10g\j2ee\home\oc4j.jar -userThreads -config E:\DevSuite10g\j2ee\DevSuite\config\server.xml
--------------- E:\DevSuite10g\j2ee\Oracle9iDS\config\default-web-site.xml ---
<?xml version="1.0" standalone='yes'?>
<!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
<!-- change the host name below to your own host name. Localhost will -->
<!-- not work with clustering -->
<!-- also add cluster-island attribute as below
<web-site host="localhost" port="0" protocol="ajp13" display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" > -->
<web-site port="8889" protocol="http"
display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
<!-- Uncomment the following line when using clustering -->
<!-- <frontend host="your_host_name" port="80" /> -->
<!-- The default web-app for this site, bound to the root -->
<default-web-app application="default" name="defaultWebApp" root="/j2ee" />
<!-- Do not delete this line. -->
<web-app application="forms" name="formsweb" root="/forms" />
<!-- -->
<!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
<web-app application ="reports" name="web" root="/reports" />
<web-app application = "reports" name="demo" root="/repdemo" />
<!-- Access Log, where requests are logged to -->
<access-log path="../log/default-web-access.log" />
</web-site>
---------------
---------------server.log---------------
05/10/07 11:08:16 Auto-unpacking E:\DevSuite10g\reports\j2ee\reports_ids.ear...
05/10/07 11:08:16 Auto-unpacking E:\DevSuite10g\reports\j2ee\reports_ids.ear... done.
05/10/07 11:58:25 Auto-unpacking E:\DevSuite10g\forms\j2ee\formsapp.ear...
05/10/07 11:58:25 Auto-unpacking E:\DevSuite10g\forms\j2ee\formsapp.ear... done.
05/10/07 11:58:25 10.1.2.0.2 Started
05/10/07 11:58:28 10.1.2.0.2 Started
05/10/07 12:01:59 10.1.2.0.2 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
05/11/29 13:36:02 10.1.2.0.2 Started
05/11/29 13:36:02 10.1.2.0.2 Stopped (JVM termination)
-------------------
Any input would be highly appreciated!
Thanks,
Nidhi