EM console - Could not start the OracelDBConsoleSID service

Oracle 10g, Windows Server 2003
I have problem with EM console. When I restart machine OracleDBConsoleSID is stopped.
When I try to start this service:
Could not start the OracelDBConsoleSID service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.
And then this service has status: Staring. EM then work for short time but then again service is stopped.
The Database works without any problems.
Please help!
Thanks in advance

When I try to start the service with CMD:
c:\oracle\product\10.2.0\db_1\BIN>net start OracleDBConsoleSID
The OracleDBConsoleSID service is starting.........................................................................
The OracleDBConsoleSID service could not be started.
A service specific error occurred: 1.
More help is available by typing NET HELPMSG 3547.
+++++++++++++++++++++++++++++
In Events - Aplication:
Type: Error
Category: Disk
Event_ID: 6
Description:
An error occured while trying to initialize the service
++++++++++++++++++++++++++++++
======================================
In EM log files…
In OracleDBConsoleSIDsrvc.log
-------------- [OracleDBConsoleSID] ------------
EMDROOT=c:\oracle\product\10.2.0\db_1
ORACLE_HOME=D:\oracle\product\10.2.0\db_1
EMDSTATE=D:\oracle\product\10.2.0\db_1\...._SID
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
02/25/10 14:15:45 Job Process API is available
02/25/10 14:15:45 Start pending...
02/25/10 14:15:45 Verifying dbconsole is not started already. Command line "C:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
02/25/10 14:15:56 dbconsole launch commandline is "C:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
02/25/10 14:15:56 Tracking process launch...
02/25/10 14:16:31 Received exitCode 1 from emctl istatus
02/25/10 14:16:40 Received exitCode 1 from emctl istatus
02/25/10 14:26:24 Received exitCode 1 from emctl istatus
02/25/10 14:26:32 Received exitCode 1 from emctl istatus
02/25/10 14:26:37 Timedout while tracking process to start. Terminating..
In emdctl.trc
2010-02-25 14:26:16 Thread-3200 ERROR http: 1748: Unable to initialize ssl connection with server, aborting connection attempt
2010-02-25 14:26:24 Thread-320 ERROR ssl: nzos_Handshake failed, ret=29024
2010-02-25 14:26:24 Thread-320 ERROR http: 1748: Unable to initialize ssl connection with server, aborting connection attempt
2010-02-25 14:26:32 Thread-2832 ERROR ssl: nzos_Handshake failed, ret=29024
2010-02-25 14:26:32 Thread-2832 ERROR http: 1748: Unable to initialize ssl connection with server, aborting connection attempt
2010-02-25 14:26:36 Thread-3048 ERROR ssl: nzos_Handshake failed, ret=29024
2010-02-25 14:26:36 Thread-3048 ERROR http: 1736: Unable to initialize ssl connection with server, aborting connection attempt
In emagent.trc
2010-02-25 14:26:11 Thread-2240 ERROR ssl: nzos_Handshake failed, ret=29024
2010-02-25 14:26:11 Thread-2240 ERROR http: 1152: Unable to initialize ssl connection with server, aborting connection attempt
2010-02-25 14:26:11 Thread-2240 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://...:5501/em/upload/: retStatus=-1
2010-02-25 14:26:20 Thread-2508 ERROR ssl: nzos_Handshake failed, ret=29024
2010-02-25 14:26:20 Thread-2508 ERROR http: 1148: Unable to initialize ssl connection with server, aborting connection attempt
2010-02-25 14:26:20 Thread-2508 ERROR command: nmejcn: failed http connection to https://...:5501/em/upload/: retStatus=-1
Edited by: user9106065 on Feb 25, 2010 8:53 AM

Similar Messages

  • Could not start the TNSListener service on Local Computer

    I installed Oracle 10g rel 2 under Windows 2000. The computer is DHCP, so I installed the MS loop adapter, and am able to successfully the new IP address.
    SQL*Plus returns this error:
    ORA-12541: TNS:no listener
    When I try to start the listener via control panel > services, I get this Microsoft Management Console error:
    Could not start the OracleOraDb10g_home1TNSListener service on Local Computer. The service did not return an error. This could be an internal Windows error or an internal service error. If the problem persists, contact your system administrator.
    My full computer name (via control panel) is dimension4100.ora.newmiddleclass.com and it is a member of workgroup WORKGROUP.
    C:\WINNT\system32\drivers\etc\hosts contains (I added the 2nd line):
    127.0.0.1 localhost
    192.168.255.255 dimension4100.ora.newmiddleclass.com dimension4100
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora.newmiddleclass.com)(PORT = 1521))
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora.newmiddleclass.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM.ora.newmiddleclass.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    My SID is HCM.
    Can someone please suggest a solution? Thanks.

    That helped somewhat... now I am able to start the listener. However, SQP*Plus now says:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
    My tnsnames.ora now looks like this:
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    HCM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dimension4100.ora.newmiddleclass.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HCM.dimension4100.ora.newmiddleclass.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I'm using dimension4100 for the SQL*Plus Host String in the login window.

  • Could not start the oracle service on local computer

    Could not start the oracle service on local computer, did not return an error blah, blah.
    I am running Oracle 9i r2 Windows, and have choosen to start my instances manually. When i start them up I get the above error message. But if I am a little patient the services do start up and all is fine, so far as i can see anyway.
    I am curious to know why does this error message arise.
    Thanks in anticipation
    Fergus

    To start the database in windows you have to start first the OracleService<SID> service.
    These are the steps that you have to do at the command line:
    NET START OracleService<SID>
    SET ORACLE_SID=<database sid>
    sqlplus /nolog
    conn sys/password as sysdba
    startupJoel Pérez
    http://otn.oracle.com/experts

  • When I open Itunes it says,Windows could not start the bonjour service on local computer.

    Just recently, I had a problem with the AVFoundation  thing on my computer. Well I got that fixed, but now it has a message coming up that says " Windows could not start the Bonjour Service service on local computer. Error 3: The system could not find the path specified.
                                               Please tell me how to fix it.

    Windows could not start the Bonjour Service service on local computer. Error 3: The system could not find the path specified.
    That's an unfamiliar one, steve.
    Let's see what happens if we try to start the service manually.
    In your Start menu, right-click Computer and select "Manage".
    Expand "Services & Applications"
    Open "Services". (Perhaps maximise the Window to better see what's going on.)
    Select the Bonjour Service and click "Start".
    Do you get an error message then? If so, what does that one say?

  • Windows could not start the Cluster Service on Local computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2.

    Dear Technet,
    Windows could not start the Cluster Service on Local computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2.
    My cluster suddenly went disappear. and tried to restart the cluster service. When trying to restart service this above mention error comes up.
    even i tried to remove the cluster through power-shell still couldn't happen because of cluster service not running.
    Help me please.. thank you.
    Regards
    Shamil

    Hi,
    Could you confirm which account when you start the cluster service? The Cluster service is a service that requires a domain user account.
    The server cluster Setup program changes the local security policy for this account by granting a set of user rights to the account. Additionally, this account is made a member
    of the local Administrators group.
    If one or more of these user rights are missing, the Cluster service may stop immediately during startup or later, depending on when the Cluster service requires the particular
    user right.
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows could not start the Server service on local computer Error 193:0xc1

    Hello,
    Not able to start Server (lanmanServer) Service in Windows Server 2008 R2 
    Its a VM and on logging into the Server it sometimes shows as started and then will stop by itself,
    If we try to start manually it always gives the error --Windows could not start the Server service on local computer Error 193:0xc1
    All dependent services are fine and running ,did sfc,did copy svchost and svcsrv.dll files from a working Server of same.but no help,no shares of this server are accessible since this service is not running
    on checking the event log its shows an error "Server is not a valid win32 application"
    Please help
    Thanks and Regards
    Jose

    Hi,
    Thanks for posting your question in the forum.
    I noticed that you have created the same question in another thread. Please understand that we should focus on only one thread for the same question at the same time, please focus on the thread
    below you created in the forum. Thanks for your understanding.
    http://social.technet.microsoft.com/Forums/en-US/5ba43477-9626-4fdf-872a-d3ecd12835c5/windows-could-not-start-the-server-service-on-local-computer-error-1930xc1?forum=winserverNIS
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Could not start the OracleConcMgrVIS_apps service on Local Computer.Error 1

    I have got installed Oracle Apps R 12 on my laptop. The system is running with Windows 2000 server. All went well till the time there were prop.er shusttdown of machine. The ConcMgr service stopped working when the system was turned off due to power down. First time when it happned i could got it work by installing the software agin. However it is become laborious every time to follow the same. Can any one has solution for this issue? I would appriciate your reply.
    i spent 4 hrs on web for solution but no luck.
    the following is the error
    Services
    Could not start the OracleConcMgrVIS_apps service on Local Computer.Error 1067: The process terminated unexpectedly.
    OK
    ---------------------------

    Please run AutoConfig and make sure it completes successfully and try then.
    Could not start the OracleConcMgrVIS_apps service on Local Computer.Error 1067: The process terminated unexpectedly.Please check the CM log file as well as the event viewer for details about the error.
    Thanks,
    Hussein

  • SFC problem - "Windows Resource Protection could not start the repair service"

    We are trying to attempt to fix a Windows 2008 start up problem. We boot the machine from a Windows 2008 CD and go to the repair tool - command prompt.
    When we do the command sfc /scannow, we are getting
    "Windows Resource Protection could not start the repair service"
    We did some researches there someone suggested the trustedinstaller is not running so we tried to do a net start trustedinstaller.
    But We are getting
    "The windows modulers instaler service is starting
    The windows modulers instaler service is starting could not be started
    A system error has occured
    System error 1067 has occured
    The process terminated unexpectedly. "
    Anyone can give us an idea to see why we can not run the sfc the first place. Thanks

    SYMPTOMS:
    All attempts to run command:
    sfc /SCANNOW
    keep returning the following message:
    "Windows Resource Protection could not start the repair service"
    SOLUTION:
    If you are using any kind of boot image/disk to boot up, you will have to use the "offline" switches (OFFBOOTDIR & OFFWINDIR) along with the SFC /SCANNOW command in order to start repairing your instalation properly.
    please remember to tripple-check for corret partition letters, because this is a crucial parameter for SFC to start working properly.
    also make sure to confirm whether so called "recovery" partion exists in your specific scenario or not. If so, in most cases this will render the "recovery" partition being the one to be set as a boot partition (OFFBOOTDIR) within sfc command, while Windows
    system folder (OFFWINDIR) will actually reside on a different partition.
    My scenario is described exactly above and therefore in my case boot partition letter was C: and system partition was D: ...As of that - the proper command line to run SFC successfuly was:
    sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=d:\Windows
    Successful scan for integrity of all protected system files and replacement of incorrect versions with correct Microsoft versions then looks like this:
    X:\sources>sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=d:\WindowsBeginning system scan. This process will take some time.Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.logwindir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log
    Once SFC scan completed, I have run the Startup Repair from the repair dialogue menu prior rebooting the system. Remember to click "Cancel" on the prompt for using the System restore in this step. I am assuming you have tried this already time ago and confrmed
    it did not resolve the problem, but most importantly - you really would not want to overwrite the files, which you have just repaired with any possibly corrupted ones ;)
    After this I've unplugged bootable USB key with the My Windows Vista Enterprise 64bit setup disk image and restarted computer. System booted up properly on first attempt. No issues have been identified as a result of my post boot checks. This completely
    resolved the issue in my case. Should you have questions, please let me know.
    Pavel

  • Error : Could not start the SSO service. Please check the configuration

    Hi,
    I am getting the above error when enabling the"Agent-Based Windows Single Sign-On with Active Directory (Kerberos0".
    I already twice did the KTpass.Timing is perfect bet CAS and AD.Please look into this CAS LOG file and advice me the next step to solve this issue.
    Thanks
    swami

    Until you perform the configuration on the AD server, the following message will appear:
    Error: Could not start the SSO service. Please check the configuration.
    So configure the AD server so that the error message will not appear again.

  • Windows could not start the remote services on local computer

    windows could not start the remote services on local computer 
    1075: the dependency service does not exist or has been marked for deletion

    Hi,
    On which system you are facing this issue?
    Can you ping to the remote system\server successfully?
    Initially it seems that this occur due to services issue on system. Might possible that the remote Services component is not installed or is disabled. For that you can add the remote Services component by using the Add/Remove Programs tool in Control Panel
    before attempting to start the service. If the service is already installed then check whether it is started properly. Additional check the relayed service for Remote and verify.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Could not start the Bonjour Service service on local computer. Error 6: The handle is invalid

    I have been trying to load teh new Itunes 10.5 for the last week and have been unsuccessful. When the load get to the Bonjour service it fails and puts up a message.
    I have Administrators rights on the machine. I have updated the OS to the latest patch level. I have turned off the Anti-virus and Firewall and still this service will not load. Is there any Ideas of what I can try?

    I thank everyone that responded to this post, I learned a lot from each of them.  After my first attemps with Sean and Shanky I put it asside for a bit and got back to it today. 
    I did what Lydia suggested and disabled the TCP/IP (the Named Pipes was already Disabled) and left only the Shared Memory Enabled and the SQL Server started with no errors.  I launched the software that was requiring the SQL DB and everything is working
    correctly, which I find odd because the software specifically says to check that TCP/IP is Enabled when there are issues with their instance of the SQL Server not starting.
    Since the software I needed the SQL for runs properly I will assume this is fixed.
    Thanks again for everyones help.
    PS - Sean, just to verify I did check and there was no forced encryption and verified that I had set the ports to different values for each instance of SQL Server.
    Thanks for your time on this.

  • Error...Could not start the Oracleoracle10gDBTNSListener

    I am trying to start from services.msc the database listener .
    I get the error as
    Microsoft Management Console
    Could not start the Oracleoracle10gDBTNSListener service on Local Computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.
    my listener entries are:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle10gDB)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IFLEXVPC)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    )

    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    # SQLNET.AUTHENTICATION_SERVICES = (NONE)

  • Could not start the Oracle Agent service on local computer

    I have Oracle Enterprise 9.2.0.1 on Windows 2000 server,
    When I'm starting the Agent service I get this message:
    "Could not start the OracleOra9201Agent service on local computer.
    The service didn't return an error.This could be an internal Windows error or an internal service error. If the problem persists, contact your system administrator."
    Could you please help me to fix this problem? What I should do??

    Are you using DHCP or using static IP address?
    Also search forum , you ight get lots of thread addressing same issue.

  • RWD Server "could not start the autonomyIDOLServer"

    Dear All
               i have an RWD server. When i try to start services of AutonomyIDOLServer on application server. it gives error
    Could not start the AutonomyIDOLServer services on Local Computer.
    Error 2: The system cannot find the file specified
    Can somebody help me to sort out this issue that what sort of file it is trying to search the services. how can i sort out this issue.
    Thanks in advance.
    Regards
    Ravi Kant Arya
    +9540990385

    Hello Ravi Kant,
    The Uperform application contacts a search engine which searches an index to find documents. Rebuilding the index will find all new and existing documents. You can try the following to troubleshoot the search issue: ->
    1. Stop AutonomyIDOLServer and AutonomyDISH Services on the SearchServer
    2. Stop Vignette Collaboration and VignFileSystemFetch serices on the
    Application Server
    3. On the application server, open a command prompt.
    4. Navigate to <InstallDirectory>\Vignette\Collaboration.
    5. Run the command #bin\stoprmid.bat#
    6. Restart the AutonomyDISH service (this should start AutonomyIDOLServe
    r)
    7.  Open http://<searchservername>:9000/Action=GetStatus in Internet
    Explorer
    8. Confirm that the XML page displays (You may need to refresh the page
    several times)
    9. Restart the Vignette Collaboration service (this should start
    VignFileSystemFetch).
    10.  Login to the uPerform Website using an Admin account.
    11.  Click Administration->Server Administration.
    12.  Click Global Settings.
    13.  Click Administration->Services->Search Services.
    14.  Click the Recreate Search Database button.
    15.  You should begin to see results when searching in 5-10 minutes.
    Let me know how it goes.
    Regards,
    Rafa

  • Could not start Oracle Agent Service

    I have Oracle 8.17 Enterprise Edition installed on Windows 2000
    Advanced Server. After the server boots and tries to start
    Oracle services, it fails to start the Oracle Agent Service and
    gives the following error:
    "Could not start the OracleORA817Agent Service on Local
    Computer. Error 3221356551:"
    Because of this, none of the other Oracle Service start either.
    If you have any suggestions, please let me know.
    Thanks.
    -ian

    Hi,
    In w2k advance server, I have two database (db1 and db2), they
    have its own listener (list01 and list02). I can sqlplus to two
    databases.
    After i combined the two listeners to one listener (named
    listenerA) in registry, the following error occured when i
    sqlplus:
    TNS: listener cannot resolve the SERVICE_NAME
    In registry, I deleted services for listener01 and 02
    in "service in w2k". And add listenerA to service and start it.
    I found that db1 abd db2 are not started (no new event showing
    database started or altered in alert_log) even w2k show "service
    started". When I user database configuation to "reconfigure
    database" (just click next and finish), i can sqlplus to the db1
    and db2.
    So, i think it's not the problem of listenerA, may be the
    database is not start or partly start. But I don't know whether
    I have delete wrongly in registry or anything wrong. Can anyone
    help me ?
    I have stopped the oracle agent in w2k service, is it related to
    problem ?
    Moreover, when i created a new db3 with listenerB, it works
    normally even restart the db3 service.
    Thanks for your kind attention

Maybe you are looking for

  • Problem for sign in my Apple mini ipad

    I have problem of sign in for Skype in Apple iPad mini, if i go other device Skype is working properly ,please help me Sree

  • Reg: Open Purchase order

    Hi Guru, as per the Budget change, One of the tasks that has to be done as a part of the change in budget is the updation of info-record condition records in open purchase orders. In terms of open purchase orders there are two scenarios.. Fully Open

  • Tabs display on different line in XP than with Window7

    With Firefox 4.0 (and the 'Tabs On Top' option selected): In XP the tabs are shown on the line BELOW the upper left FIREFOX button. In Windows7, they are displayed on the SAME line as the FIREFOX button (the very top line of the display) - thus using

  • How can I uses byte[] to represent the length of a message?

    hihi, I want to using 3-bytes to represent the length of a message that send over a socket, I don't know how to using byte to represent the length, should I parse integer to byte? thank you

  • NT 의 PERFORMANCE MONITOR 를 CHECK 하기

    제품 : ORACLE SERVER 작성날짜 : 2003-11-27 NT 의 PERFORMANCE MONITOR 를 CHECK 하기 ======================================= PURPOSE NT의 performance MONITOR에서 ORACLE PERFORMANCE를 CHECK 하는 방법을 알아보자. Explanation NT 의 performance 에서 oracle 의 performance 도 check 가 가