cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NW 7.3 installation on RHEL6 with JAVA failing with createSecureStore

Former Member
0 Kudos

Hi Experts,  I am trying to install SAP NW 7.3 on RHEL5.5.  The installation is failing while creating securestore.  Below are the logs:  TRACE      2013-06-17 15:13:23.445 FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora).isExisting(FILE)  TRACE      2013-06-17 15:13:23.446 FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora).isExisting() done: true  TRACE      2013-06-17 15:13:23.448 FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora) done  TRACE      2013-06-17 15:13:23.450 FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora) done  TRACE      2013-06-17 15:13:23.453 TnsnamesOra.getListenerPort: Could not find alias LNX.psr. I will return undefined.  TRACE      2013-06-17 15:13:23.453 OraNet getListenerPortFromFile done: undefined  TRACE      2013-06-17 15:13:23.454 NWDBora.getDBUrl done: undefined  TRACE      2013-06-17 15:13:23.454 NWException thrown: nw.getDBUrl: Host: 'raddd225' or port: 'undefined' or dbSid: 'LNX' is in an inconsistent state or undefined.  TRACE      2013-06-17 15:13:23.455 Function setMessageIdOfExceptionMessage: nw.getDBUrl  ERROR      2013-06-17 15:13:23.455            CJSlibModule::writeError_impl() CJS-30226  Host: 'raddd225' or port: 'undefined' or dbSid: 'LNX' is in an inconsistent state or undefined.  TRACE      2013-06-17 15:13:23.455 [iaxxejsbas.hpp:503]            EJS_Base::dispatchFunctionCall() JS Callback has thrown unknown exception. Rethrowing.  TRACE      2013-06-17 15:13:23.566 [syuxctask.cpp:276]            CChildApplicationImpl::doStart() lib=syslib module=syslib A child process has been started. Pid = 26007  TRACE      2013-06-17 15:13:23.662 [syuxctask.cpp:886]            CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)            lib=syslib module=syslib Child process 26007 returned 0   TRACE      2013-06-17 15:13:23.771 [syuxctask.cpp:276]            CChildApplicationImpl::doStart() lib=syslib module=syslib A child process has been started. Pid = 26008  TRACE      2013-06-17 15:13:23.872 [syuxctask.cpp:886]            CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)            lib=syslib module=syslib Child process 26008 returned 0   ERROR      2013-06-17 15:13:24.64 [sixxcstepexecute.cpp:995] FCO-00011  The step createSecureStore with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_SecureStore|ind|ind|ind|ind|securestore|0|createSecureStore was executed with status ERROR ( Last error reported by the step: Host: 'raddd225' or port: 'undefined' or dbSid: 'LNX' is in an inconsistent state or undefined.).  It seems that it is not able to find/get the listener port.  Here is my listener.ora file:  ################ # Filename......: listener.ora # Created.......: created by SAP AG, R/3 Rel. >= 6.10 # Name..........: # Date..........: # @(#) $Id: //bas/720_REL/src/krn/tpls/ora/LISTENER.ORA#2 $ ################ ADMIN_RESTRICTIONS_LISTENER = on LISTENER =   (ADDRESS_LIST =         (ADDRESS =           (PROTOCOL = IPC)           (KEY = LNX.psr.com)         )         (ADDRESS=           (PROTOCOL = IPC)           (KEY = LNX)         )         (ADDRESS =           (COMMUNITY = SAP.psr.com)           (PROTOCOL = TCP)           (HOST = raddd225)           (PORT = 1521)         )   ) STARTUP_WAIT_TIME_LISTENER = 0 CONNECT_TIMEOUT_LISTENER = 10 TRACE_LEVEL_LISTENER = OFF SID_LIST_LISTENER =   (SID_LIST =     (SID_DESC =       (SID_NAME = LNX)       (ORACLE_HOME = /oracle/LNX/112_64)     )   ) ADR_BASE_LISTENER = /oracle/LNX/saptrace  Any pointers for the solution will be helpful.

Accepted Solutions (1)

Accepted Solutions (1)

former_member191911
Contributor
0 Kudos

Hi Sanjeev,

Please have a look at this thread: http://scn.sap.com/thread/1859881

It describes a similar problem that you have.

Cheers!

Mark

Former Member
0 Kudos

Thanx Mark,

The thread has really solved my problem.  For domain we should/have to always use WORLD.  If we use anything else, it will fail.

It seems to be wiered.

Answers (1)

Answers (1)

Former Member
0 Kudos

The post seems to be cluttered for reading, so posting the message again:

Listener.ora file contents:

################

# Filename......: listener.ora

# Created.......: created by SAP AG, R/3 Rel. >= 6.10

# Name..........:

# Date..........:

# @(#) $Id: //bas/720_REL/src/krn/tpls/ora/LISTENER.ORA#2 $

################

ADMIN_RESTRICTIONS_LISTENER = on

LISTENER =

  (ADDRESS_LIST =

        (ADDRESS =

          (PROTOCOL = IPC)

          (KEY = LNX.psr.com)

        )

        (ADDRESS=

          (PROTOCOL = IPC)

          (KEY = LNX)

        )

        (ADDRESS =

          (COMMUNITY = SAP.psr.com)

          (PROTOCOL = TCP)

          (HOST = raddd225)

          (PORT = 1521)

        )

  )

STARTUP_WAIT_TIME_LISTENER = 0

CONNECT_TIMEOUT_LISTENER = 10

TRACE_LEVEL_LISTENER = OFF

SID_LIST_LISTENER =

  (SID_LIST =

    (SID_DESC =

      (SID_NAME = LNX)

      (ORACLE_HOME = /oracle/LNX/112_64)

    )

  )

ADR_BASE_LISTENER = /oracle/LNX/saptrace

Logs:

TRACE  2013-06-17 15:13:23.445

FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora).isExisting(FILE)

TRACE  2013-06-17 15:13:23.446

FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora).isExisting() done: true

TRACE  2013-06-17 15:13:23.448

FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora) done

TRACE  2013-06-17 15:13:23.450

FSPath(/usr/sap/LNX/SYS/profile/oracle/tnsnames.ora) done

TRACE  2013-06-17 15:13:23.453

TnsnamesOra.getListenerPort: Could not find alias LNX.psr. I will return undefined.

TRACE  2013-06-17 15:13:23.453

OraNet getListenerPortFromFile done: undefined

TRACE  2013-06-17 15:13:23.454

NWDBora.getDBUrl done: undefined

TRACE  2013-06-17 15:13:23.454

NWException thrown: nw.getDBUrl:

Host: 'raddd225' or port: 'undefined' or dbSid: 'LNX' is in an inconsistent state or undefined.

TRACE  2013-06-17 15:13:23.455

Function setMessageIdOfExceptionMessage: nw.getDBUrl

ERROR  2013-06-17 15:13:23.455
       CJSlibModule::writeError_impl()

CJS-30226  Host: 'raddd225' or port: 'undefined' or dbSid: 'LNX' is in an inconsistent state or undefined.

TRACE  2013-06-17 15:13:23.455 [iaxxejsbas.hpp:503]
       EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

TRACE  2013-06-17 15:13:23.566 [syuxctask.cpp:276]
       CChildApplicationImpl::doStart() lib=syslib module=syslib

A child process has been started. Pid = 26007

TRACE  2013-06-17 15:13:23.662 [syuxctask.cpp:886]
       CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
       lib=syslib module=syslib

Child process 26007 returned 0

TRACE  2013-06-17 15:13:23.771 [syuxctask.cpp:276]
       CChildApplicationImpl::doStart() lib=syslib module=syslib

A child process has been started. Pid = 26008

TRACE  2013-06-17 15:13:23.872 [syuxctask.cpp:886]
       CUnixProcessManager::sap_waitpid(pid_t pid, int * pStatus, int options)
       lib=syslib module=syslib

Child process 26008 returned 0

ERROR  2013-06-17 15:13:24.64 [sixxcstepexecute.cpp:995]

FCO-00011  The step createSecureStore with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_SecureStore|ind|ind|ind|ind|securestore|0|createSecureStore was executed with status ERROR ( Last error reported by the step: Host: 'raddd225' or port: 'undefined' or dbSid: 'LNX' is in an inconsistent state or undefined.).