HTTP Server issue [message #239141] |
Mon, 21 May 2007 09:56 |
shaseeb
Messages: 113 Registered: April 2007 Location: Madison, WI
|
Senior Member |
|
|
Hi all,
I am trying to connect to APEX but I get the cannot find page error. So I did the following:
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl status
Unable to connect to opmn.
Opmn may not be up.
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl stopall
opmnctl: opmn is not running
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl start
opmnctl: opmn started
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl status
Processes in Instance: standalone
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
HTTP_Server | HTTP_Server | 10576 | Init
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
opmnctl: opmn is not running
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl start
opmnctl: opmn is already running
[oracle@rh-staging network]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
opmnctl: starting opmn managed processes...
================================================================================
opmn id=rh-staging.fprc.ophth.wisc.edu:6201
no processes matched this request
What does this error mean? And why is it in the init status?
THanks
|
|
|
|
Re: HTTP Server issue [message #239603 is a reply to message #239327] |
Tue, 22 May 2007 13:46 |
shaseeb
Messages: 113 Registered: April 2007 Location: Madison, WI
|
Senior Member |
|
|
Ok, I have got the HTTP Server up, but I still cannot connect to APEX.
[oracle@rh-staging init.d]$ /opt/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl status
Processes in Instance: standalone
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
HTTP_Server | HTTP_Server | 5045 | Alive
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
I am trying to examine the logs. Here they are:
[oracle@rh-staging logs]$ more error_log.1179748800
[Mon May 21 08:13:35 2007] [notice] FastCGI: process manager initialized (pid 16904)
[Mon May 21 08:13:36 2007] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
[Mon May 21 08:13:36 2007] [notice] Accept mutex: fcntl (Default: sysvsem)
[Mon May 21 08:26:32 2007] [error] [client 172.16.1.25] [ecid: 1179753992:172.16.0.68:19746:0:18,0] File does not exist: /opt/app/oracle/p
roduct/10.2.0/http_1/Apache/Apache/htdocs/pls/htmldb
[Mon May 21 08:26:38 2007] [error] [client 172.16.1.25] [ecid: 1179753998:172.16.0.68:19713:0:10,0] File does not exist: /opt/app/oracle/p
roduct/10.2.0/http_1/Apache/Apache/htdocs/pls/htmldb
[Mon May 21 08:30:24 2007] [error] [client 172.16.1.25] [ecid: 1179754224:172.16.0.68:5941:0:1,0] File does not exist: /opt/app/oracle/pro
duct/10.2.0/http_1/Apache/Apache/htdocs/favicon.ico
[Mon May 21 08:47:18 2007] [error] [client 172.16.1.25] [ecid: 1179755238:172.16.0.68:19688:0:27,0] File does not exist: /opt/app/oracle/p
roduct/10.2.0/http_1/Apache/Apache/htdocs/pls/htmldb/apex
[Mon May 21 14:56:31 2007] [warn] pid file /opt/app/oracle/product/10.2.0/http_1/Apache/Apache/logs/httpd.pid overwritten -- Unclean shutd
own of previous Apache run?
[Mon May 21 14:56:31 2007] [notice] FastCGI: process manager initialized (pid 3721)
[Mon May 21 14:56:32 2007] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
[Mon May 21 14:56:32 2007] [notice] Accept mutex: fcntl (Default: sysvsem)
[Mon May 21 14:59:17 2007] [notice] FastCGI: process manager initialized (pid 5049)
[Mon May 21 14:59:18 2007] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
[Mon May 21 14:59:18 2007] [notice] Accept mutex: fcntl (Default: sysvsem)
[Mon May 21 14:59:44 2007] [error] [client 172.16.1.25] [ecid: 1179777584:172.16.0.68:5058:0:1,0] File does not exist: /opt/app/oracle/pro
duct/10.2.0/http_1/Apache/Apache/htdocs/pls/htmldb
|
|
|
|
|
|