I have the following problem. I have Oracle 10g release 2 running on RHEL 3.0
When I stop the dbconsole and after that I try to start it again I can't.
Here is the output from the log:
[oracle@merlin log]$ tail -20 emdb.nohup
....
----- Tue Oct 4 09:43:47 2005:BConsole. Monitoring Agent+Console -----
----- Tue Oct 4 09:43:47 2005::Console Launched with PID 28123 at time Tue Oct 4 09:43:47 2005 -----
05/10/04 09:43:55 Error starting ORMI-Server. Unable to bind socket: Address al ready in use
----- Tue Oct 4 09:45:20 2005::Agent Launched with PID 22053 at time Tue Oct 4 09:45:20 2005 -----
(pid=22053): starting emagent version 10.1.0.4.1
(pid=22053): emagent now exiting abnormally - initialization failure. Consult '. trc' and '.log' files.
----- Tue Oct 4 09:45:50 2005:BConsole exited at Tue Oct 4 09:45:50 2005 wit h return value 7. -----
----- Tue Oct 4 09:45:50 2005::Restarting DBConsole. -----
----- Tue Oct 4 09:45:50 2005::Console Launched with PID 20166 at time Tue Oct 4 09:45:50 2005 -----
05/10/04 09:45:55 Error starting ORMI-Server. Unable to bind socket: Address al ready in use
----- Tue Oct 4 09:47:20 2005::EMAgent exited at Tue Oct 4 09:47:20 2005 with return value 55. -----
----- Tue Oct 4 09:47:20 2005::EMAgent has exited due to initialization failure . -----
----- Tue Oct 4 09:47:20 2005::Stopping other components. -----
----- Tue Oct 4 09:47:20 2005::EMWD Stopping DBConsole. -----
--- DBConsole internal stop. No OC4J admin passwd hence hard stop. ---
----- Tue Oct 4 09:47:21 2005::Commiting Process death. -----
----- Tue Oct 4 09:47:21 2005::Exiting watchdog loop -----

tail -20 emagent.trc
2005-10-01 23:37:31 Thread-16384 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
2005-10-01 23:37:31 Thread-16384 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://merlin:3938/emd/main
2005-10-01 23:37:31 Thread-16384 ERROR main: nmehl_startHttpListener failed starting http listener
2005-10-04 09:45:21 Thread-16384 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
2005-10-04 09:45:21 Thread-16384 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://merlin:3938/emd/main
2005-10-04 09:45:21 Thread-16384 ERROR main: nmehl_startHttpListener failed starting http listener
2005-10-04 09:55:59 Thread-16384 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
2005-10-04 09:55:59 Thread-16384 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://merlin:3938/emd/main
2005-10-04 09:55:59 Thread-16384 ERROR main: nmehl_startHttpListener failed starting http listener



Any help?