DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: error starting dbconsole

  1. #1
    Join Date
    Mar 2003
    Location
    Sofia, Bulgaria
    Posts
    64

    error starting dbconsole

    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?
    No Mutants Allowed

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    what I do is look at the logs first

    seeing your errors one would do lsof -i :3938 as as well

  3. #3
    Join Date
    Mar 2003
    Location
    Sofia, Bulgaria
    Posts
    64
    Quote Originally Posted by pando
    what I do is look at the logs first

    seeing your errors one would do lsof -i :3938 as as well
    lsof ???
    No Mutants Allowed

  4. #4
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587

    Linux commands

    Get handy with linux admin commands when administering your oracle on linux.
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    netstat -a | grep 3938 can be used as well

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width