Oracle Enterprise Manager 10g Application Server page not loading
848847Mar 20 2011 — edited Mar 20 2011Hi,
We have a AIX 5.3 box running an Oracle Enterprise Manager 10g Application Server, The application server was not used for a quite a few months, Now ia am not able to get the administration console page but when i type http://10.112.2.101:1810/em it prompts for user-name/password it accepts the credentials without throwing any error but then the page is not getting loaded.
bash-3.00$ ./emctl status oms
Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
Oracle Enterprise Manager 10g Grid Control not installed. Request Ignored.
bash-3.00$ ./opmnctl status
Processes in Instance: nucleus.spblrdc010
------------------------------------------------+---------
ias-component | process-type | pid | status
------------------------------------------------+---------
HTTP_Server | HTTP_Server | 1376470 | Alive
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | 860252 | Alive
DSA | DSA | N/A | Down
OC4J | home | 946248 | Alive
OC4J | FSWAWMS | 483342 | Alive
OC4J | FSWAMASTER | 270530 | Alive
WebCache | WebCache | 364676 | Alive
WebCache | WebCacheAdmin | 1106098 | Alive
bash-3.00$ ./emctl status agent
Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 10.1.0.4.2
OMS Version : Unknown
Protocol Version : 10.1.0.2.0
Agent Home : /opt/oracle/OraHome_1
Agent binaries : /opt/oracle/OraHome_1
Agent Process ID : 90234
Parent Process ID : 393366
Agent URL : http://SPBLRDC010:1830/emd/main/
Started at : 2011-01-10 16:34:10
Started by user : oracle
Last Reload : 2011-01-10 16:34:10
Last successful upload : (none)
Last attempted upload : (none)
Total Megabytes of XML files uploaded so far : 0.00
Number of XML files pending upload : 0
Size of XML files pending upload(MB) : 0.00
Available disk space on upload filesystem : 55.41%
---------------------------------------------------------------
Agent is Running and Ready
bash-3.00# cat /opt/oracle/OraHome_1/sysman/setupinfo.txt
AS Console port is : 1810
bash-3.00# cat /opt/oracle/OraHome_1/install/setupinfo.txt
The following information is available in:
/opt/oracle/OraHome_1/install/setupinfo.txt
Oracle Application Server 10g 10.1.2.0.2 Usernames and Default password information: Please refer to the Oracle Application Server 10g Administrator Guide for more information.
Install Type: J2EE and Web Cache Services
Configured Components: Oracle HTTP Server, Oracle Application Server 10g Containers for J2EE, Oracle Application Server 10g Web Cache,
Use the following URL to access the Oracle HTTP Server and the Welcome Page:
http://SPBLRDC010:7777
-----------------------------------------
Use the following URL to access the Oracle Enterprise Manager Application Server Control:
http://SPBLRDC010:1810
Instance Name: nucleus.spblrdc010
bash-3.00# cat /opt/oracle/OraHome_1/install/portlist.ini
;OracleAS Components reserve the following ports at install time.
;As a post-installation step, you can reconfigure a component to use a different port.
;Those changes will not be visible in this file.
[System]
Host Name = SPBLRDC010
[Ports]
Oracle HTTP Server port = 7777
Oracle HTTP Server Listen port = 7778
Oracle HTTP Server SSL port = 8250
Oracle HTTP Server Listen (SSL) port = 4444
Oracle HTTP Server Diagnostic port = 7200
Oracle Notification Server Request port = 6003
Oracle Notification Server Local port = 6101
Oracle Notification Server Remote port = 6200
Log Loader port = 44000
Java Object Cache port = 7000
DCM Discovery port = 7100
ASG port = 7891
Oracle Management Agent Port = 1830
Application Server Control RMI port = 1851
Application Server Control port = 1810
Web Cache HTTP Listen port = 7777
Web Cache HTTP Listen (SSL) port = 8250
Web Cache Administration port = 9403
Web Cache Invalidation port = 9404
Web Cache Statistics port = 9405
The em-web-access.log show the following
172.19.3.81 - [17/Mar/2011:19:27:06 +0530] '/emd/console/ias/applicationServer$type=oracle*_ias$target=nucleus.spblrdc010'
401 95
10.112.2.101 - [17/Mar/2011:19:28:05 +0530] '/emd/console/aboutApplication' 200 7076
10.112.2.101 - [17/Mar/2011:19:28:05 +0530] '/emd/console/aboutApplication' 200 7076
10.112.2.101 - [17/Mar/2011:19:28:05 +0530] '/cabo/images/t.gif' 200 85
10.112.2.101 - [17/Mar/2011:19:28:05 +0530] '/emd/cabo/images/cache/cghee.gif' 200 76
10.112.2.101 - [17/Mar/2011:19:28:05 +0530] '/emd/images/bannerOemLightIas.gif' 200 2355
10.112.2.101 - [17/Mar/2011:19:28:06 +0530] '/emd/cabo/images/cache/cghes.gif' 200 109
I have tried restarting the application server more than a couple of times.
The following are the steps to restart UAT WMS App console.
Login As root
su - oracle
cd $ORACLE_HOME
cd opmn
opmnctl stopall
cd $ORACLE_HOME
cd bin
emctl stop iasconsole
export DISPLAY =10.112.1.102:1.0
cd $ORACLE_HOME
cd opmn
opmnctl startall
cd $ORACLE_HOME
cd bin
emctl start iasconsole
but still the same problem exist... (since i am an Unix admin)it would of great help if some throws some light in this darkness