Enterprise Manager URL Cannot Display WebPage
I know there are numerous posts on this. I have searched and tried multiple items. I have also looked in metalink. So many of the posts show that the dbconsole is unable to start, etc. Mine starts...just doesn't work properly.
A new installation of database with a new oracle home on a Windows 2003 server. Database version is 11.2.0.3 patched with the latest July patch set. (Old oracle is now shutdown completely)
My listener is running.
I CAN connect to the database in sqlplus using the emdRepConnectDescriptor found in the emoms.properties file.
The emoms.log file has the following error:
2012-07-25 10:30:47,805 [HTTPThreadGroup-33] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
2012-07-25 10:30:48,227 [HTTPThreadGroup-38] ERROR conn.ConnectionService verifyRepositoryEx.891 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
2012-07-25 10:30:48,883 [HTTPThreadGroup-33] ERROR conn.ConnectionService verifyRepositoryEx.891 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
2012-07-25 10:30:48,883 [EMUI_10_30_48_/console/aboutApplication] ERROR svlt.PageHandler handleRequest.639 - java.lang.IllegalStateException: Response has already been committed
java.lang.IllegalStateException: Response has already been committed
......
My listener status shows the following
LSNRCTL for 32-bit Windows: Version 11.2.0.3.0 - Production on 26-JUL-2012 16:38
:04
Copyright (c) 1991, 2011, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 11.2.0.3.0 - Produ
ction
Start Date 23-JUL-2012 02:21:36
Uptime 3 days 14 hr. 16 min. 29 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File G:\app3\xxx.dba\product\11.2.0\dbhome_1\network\adm
in\listener.ora
Listener Log File G:\app3\xxx.dba\diag\tnslsnr\NMRC-AP-02\listener\al
ert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myMachineName)(POR
T=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "mydatabasename" has 1 instance(s).
Instance "mydatabasename", status READY, has 2 handler(s) for this service...
The command completed successfully
My dbconsole status generates the following
G:\app3\xxx.dba\product\11.2.0\dbhome_1\BIN>emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://mymachinename:5502/em/console/aboutApplication
Oracle Enterprise Manager 11g is running.
------------------------------------------------------------------
Logs are generated in directory G:\app3\xxx.dba\product\11.2.0\dbhome_1/mymachinename_mydatabasename/sysman/log
BUT
https://mymachinename:5502/em/ results in ie cannot display webpage.
I have dropped the configuration and reconfigured with the same results. I have a 64 bit machine set up the same way that is running fine so I am missing something!!