Monday, September 13, 2010

Loaded the rich client 2 tier. was working well till yesterday, today is giving this problem. the error is as follows:


====================================================
Failed to handle error condition correctly - exiting
POM_init_module gives error 515175
====================================================
====================
Fatal error detected
====================
ImR: Timeout waiting for <TcServer1> to start.
ImR: <TcServer1> not running. alive=false.
ImR: Cannot Activate <TcServer1>.
Cannot activate server <TcServer1>, reason: <Cannot start server.>

6 comments:

  1. Problem solved.
    the oracle listner was creating the problem, the database wasn't mounted. the solution is to start the command prompt and run the following commands:

    C:\Documents and Settings\Administrator>sqlplus

    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Sep 14 09:59:26 2010

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.

    SQL> shutdown immediate
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SQL> startup
    ORACLE instance started.

    Total System Global Area 1283457024 bytes
    Fixed Size 1250620 bytes
    Variable Size 327158468 bytes
    Database Buffers 947912704 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    Database opened.
    SQL>

    ReplyDelete
  2. does not work
    same problem persists

    ReplyDelete
  3. Hi,
    Oracle service might get stopped.Please restart it.By
    type services.msc on run command .
    Check for oracle service(your ID)
    Right click on properties and enable/restart the service.

    ReplyDelete
  4. Still not working, same problem.

    ReplyDelete