cancel
Showing results for 
Search instead for 
Did you mean: 

Error during BI installation with Oracle

Former Member
0 Kudos

I am installing BI with Oracle and this error came up:

Execution of the command "/oracle/BID/102_64/bin/lsnrctl start LISTENER" finished with return code 1. Output:

LSNRCTL for HPUX: Version 10.2.0.2.0 - Production on 04-JUN-2008 18:54:28

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

Starting /oracle/BID/102_64/bin/tnslsnr: please wait...

TNSLSNR for HPUX: Version 10.2.0.2.0 - Production

System parameter file is /oracle/BID/102_64/network/admin/listener.ora

Log messages written to /oracle/BID/102_64/network/log/listener.log

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=BID.WORLD)))

Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=BID)))

Error listening on: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=svbidcd1)(PORT=1527))

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

HPUX Error: 239: Connection refused

Listener failed to start. See the error message(s) above...

ERROR 2008-06-04 18:54:28.480

CJSlibModule::writeError_impl()

CJS-00095 Error return code. DIAGNOSIS: Return code 1 of executable /oracle/BID/102_64/bin/lsnrctl indicates an error. SOLUTION: S.

ERROR 2008-06-04 18:54:28.480

CJSlibModule::writeError_impl()

CJS-00095 Error return code. DIAGNOSIS: Return code 1 of executable /oracle/BID/102_64/bin/lsnrctl indicates an error. SOLUTION: S.

ERROR 2008-06-04 18:54:28.670 [sixxcstepexecute.cpp:951]

FCO-00011 The step StartListener with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As a workaround, two steps should be done:

1. The following parameter can be added to listener.ora

SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF

Where <listener_name> should be replaced with the actual listener name configured in the

LISTENER.ORA file. This parameter is to be placed by itself on an empty line / at the end

of file.

For example, if the listener name is LISTENER (default), the parameter would be:

SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF

2. Locate the ons.config file in the 10g(rdbms) home and rename it to something else.

For example:

cd $ORACLE_HOME/opmn/conf

mv ons.config ons.config.orig

The listener needs to be restarted after these changes

Change hostnames for ip's