OEM 11g [message #357404] |
Wed, 05 November 2008 04:01 |
manoj12
Messages: 210 Registered: March 2008 Location: India
|
Senior Member |
|
|
Dear Sir
I have configured OEM INTO MY LOCAL MACHINE
C:\ora11G\product\11.1.0\db_1\BIN>emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://ics-m-mj.ics.in:1158/em/console/aboutApplication
Oracle Enterprise Manager 11g is running.
------------------------------------------------------------------
Logs are generated in directory C:\ora11G\product\11.1.0\db_1/ics-m-mj.ic
s.in_orcl/sysman/log
C:\ora11G\product\11.1.0\db_1\BIN>emctl status agent
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 10.2.0.3.0
OMS Version : 10.2.0.3.0
Protocol Version : 10.2.0.2.0
Agent Home : C:\ora11G\product\11.1.0\db_1\ics-m-manoj.ics.in_orcl
Agent binaries : C:\ora11G\product\11.1.0\db_1
Agent Process ID : 1440
Agent URL : https://ics-m-manoj.ics.in:3938/emd/main
Repository URL : https://ics-m-manoj.ics.in:1158/em/upload/
Started at : 2008-11-05 14:36:07
Started by user : SYSTEM
Last Reload : 2008-11-05 14:44:40
Last successful upload : (none)
Last attempted upload : (none)
Total Megabytes of XML files uploaded so far : 0.00
Number of XML files pending upload : 1088
Size of XML files pending upload(MB) : 27.07
Available disk space on upload filesystem : 24.65%
Data channel upload directory : C:/ora11G/product/11.1.0/db_1/ics-m-manoj.is.in_orcl/sysman/recv
Last attempted heartbeat to OMS : 2008-11-05 15:16:19
Last successful heartbeat to OMS : unknown
---------------------------------------------------------------
Agent is Running and Ready
But While putting this url in internet explorer
The em is not getting activated
https://ics-m-mj.ics.in:1158/em/console/aboutApplication
What Could be the cause of the above
In the Log file I can see the error as
08/11/05 15:32:57 Error starting ORMI server ics-m-manoj port 5,520: Address already in use: JVM_Bind
08/11/05 15:32:57 Shutting down OC4J...
What I should do to resolve the above issue?
Please help to resolve the above issue?
Regards
[Updated on: Wed, 05 November 2008 04:22] Report message to a moderator
|
|
|
|
Re: OEM 11g [message #388643 is a reply to message #357404] |
Wed, 25 February 2009 14:55 |
nateholtrop
Messages: 37 Registered: May 2008
|
Member |
|
|
The port that it needs to communicate on is in use. Look for the process using the port it needs and kill whatever is using it. Then try to restart your process.
$ netstat -a
|
|
|
|