Wednesday, May 30, 2012

POM init module error:515175


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 to start.
ImR: not running. alive=false.
ImR: Cannot Activate .
Cannot activate server, reason:

SOLUTION 1:
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\bharat>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.

SOLUTION 2: 
1) open command prompt
2) type “sqlplus” and hit enter
3) enter username and password to login into the database
4) type “alter user username identified by password” and hit enter
5) type “exit”
Now try logging into teamcenter ….It will work
If you have any problem with the listener :
I suggest you to do the following to diagnose the problem.
  1. cmd
  2. lsnrctl
  3. start
This worked and I saw the following error which showed my Oracle install had not been properly done, the listener was pointing to the wrong server.
LSNRCTL> start
System parameter file is
  C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Error listening on:
  (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bad.betweengo.com)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
 TNS-12560: TNS:protocol adapter error
  TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 1004: Unknown error
In C:\oracle\product\10.2.0\db_1\network\admin\listener.ora the listener is improperly configured for bad.betweengo.com.
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = bad.betweengo.com)(PORT = 1521))
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
  )
I ran Oracle’s Net Configuration Assistant and updated the Listener configuration which fixed the above listener to point to my server. Now C:\oracle\product\10.2.0\db_1\network\admin\listener.ora points correctly to good.betweengo.com.
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = good.betweengo.com)(PORT = 1521))
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
  )
OR
     LISTENER =
      (DESCRIPTION_LIST =
         (DESCRIPTION =
             (ADDRESS = (PROTOCOL = TCP)(HOST = sktestserver)(PORT = 1521))
             (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
         )
       )

19 comments:

  1. dear bharat ,
    I apply both of the solutions but it showing the same error.

    ReplyDelete
  2. Hello Manpreet,

    These solutions are for the POM init module error and if there is no issue with tcserver.

    1. Please check your tcserver status.
    2. Try logging into DB using command prompt.

    But in your case, there is an issue with tcserver start. Try restarting it and also as I mentioned check if there is any other process utilizing that 1572 port using net stat -a -o -n | find "1572" command.

    Regards
    Bharat

    ReplyDelete
  3. thanks bharat,
    it is working fine.

    But there is one issue it taking too much time to run the teamcenter.exe.
    Any suggestion

    ReplyDelete
    Replies
    1. Hello Manpreet,

      Delete the Teamcenter folder from user directory.

      For E.g.: C:\Users\bharat\Teamcenter

      This folder contains the cache of TAO and RAC i.e. the portal cache.

      Clear the temp as well.

      This might solve the issue. But there is a method to make teamcenter, run quicker. I will post that information soon.

      Regards
      Bharat

      Delete
    2. Thanks for your advice, but i done all the things.
      But the problem is same.

      Delete
    3. thanks for your advice bharat, but i done all the things you have said.
      Please suggest me the method.

      Manpreet

      Delete
    4. Hello Manpreet,

      1. Increase the cache size in fcc.xml
      2. Increase the memory usage of teamcenter.exe in teamcenter.ini file

      These will show a difference.

      Regards
      Bharat

      Delete
  4. hello bharat,
    thanks for your advice.
    But when i login into team center it showing FCC error.
    and i also tried to start FCC from command prompt but it also showing an error"FCC Failed to start or restart"
    Please suggest me.

    ReplyDelete
    Replies
    1. Hello Manpreet,

      Start FSC service from services.msc, if fails.
      If the Error code : 1069
      -> Then go to -> properties of FSC service and on "Log On" tab provide your login credentials.
      -> Start that FSC service. If FSC started.
      -> Go to cmd prompt, type "sqlplus", then provide username and password (E.g. infodba and infodba).
      -> after login, alter user infodba identified by infodba;
      -> exit.
      -> Launch Teamcenter
      If this doesn't work, can you provide exact error description if any ???

      Regards
      Bharat

      Delete
    2. hello bharat,
      it showing an same error while running the FCC through CMD.

      Delete
    3. Hello Manpreet,

      Can you share the error text ?

      The above procedure will work if the error code is POM_init_module_error: 515175

      Regards
      Bharat

      Delete
    4. Hello Bharat,
      Sorry for the late reply.
      While runing the FCC through command prompt in which teamcneter is insatlled it show "FCC failed to start or restart" through
      Fccstat -start in cmd

      Delete
  5. I'm new to this forum. I just read this post regarding fcc issue.Manpreet's problem might have been solved over this long time.But still i want to post one solution to this problem.
    If your problem has not been solved yet after following all above solutions, you can try this one also:
    on cmd-> TC_ROOT/fcc/bin fccstat -restart
    If it's not able to run fcc then type below on cmd:
    TC_ROOT/fcc startfcc.bat
    this will look like below:

    E:\Siemens\TEAMCE~1\fcc>startfcc.bat
    FMS_HOME is E:\Siemens\TEAMCE~1\fcc
    FCC_JAVA is E:\Siemens\TEAMCE~1\install\install\jre
    Setting the classpath...
    Starting the FCC...
    FMS Client Cache 8.2: 20100913
    FCC Configuration install path = E:\Siemens\TEAMCE~1\fcc/fcc.xml
    FCC Configuration user path = null
    FCC Defaults from FSC are NOT available.
    << Getting FCC configuration from parentFSC http://pun-host:4544/.

    Configuration settings from assigned FSC 'http://pun-host:4544/':


















    <directfscroute resourceid="5119f102705c265c51e0381c890861c0" siteid="-203734

    .......blah blah...(i've not shown full input of above batch)

    If above batch fails to run(doesn't run like above) then you need to open startfcc.bat file in any text editor and check whether there is any mistake in variable paths set in that file.. most probably %FCC_JAVA% variable.Correct the value and again run.. fccstat -restart on cmd.

    In rare cases the variable in this file may be incorrect which may cause fcc failure then this might solve your problem.


    Thanks



    ReplyDelete
    Replies
    1. Hello Yasmeen,

      Thanks for the solution.

      Keep posting :)

      Regards
      Bharat

      Delete
  6. hello Yasmeen and Bharat,
    I am working with NX integration in teamcenter. I want to know how to change NX root directory without uninstalled my teamcenter.
    Actually, someone reinstalled my NX and it is not integrated with Teamcenter.

    Please suggest me.

    Regards,
    Manpreet Singh

    ReplyDelete
    Replies
    1. Hello Manpreet,

      Environment variable(NX_ROOT) change can suffice.

      Regards
      Bharat

      Delete
  7. Hello every body,I am getting the same error..of pom init..module 515175,tried above option but still i am not sure whether I have tried ..it correctly..I want to share you the snaps..can i have your mail id.
    Regards,
    Aatif
    From pune

    ReplyDelete
  8. Hello every body,I am getting the same error..of pom init..module 515175.. i am using MS SQL as my databse.. Caqn u suggest possible solution for this problem?
    Regards,
    Srikanya

    ReplyDelete
  9. Hello everybody
    I am getting pom init_module error 515009

    Anybody pls suggest me a suggestion as soon as possible

    ReplyDelete