Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NL-08002: Diagnosability context creation failed - Listener startup fail

877087Oct 4 2012 — edited Oct 8 2012
Dear Experts,

I am facing problem with listener startup on newly installed database. Please provide the solution below issue

OS:
Linux solmanserver 2.6.9-55.EL #1 Fri Apr 20 16:25:34 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

Database: Oracle 11.2.0.3.0

=================================================================
[orasmp@solmanserver 112_64]$ lsnrctl start LISTENERSMP

LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 04-OCT-2012 23:02:16

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

Starting /oracle/SMP/112_64/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 11.2.0.3.0 - Production
System parameter file is /oracle/SMP/112_64/network/admin/listener.ora
Log messages written to /oracle/SMP/112_64/network/log/listenersmp.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=SMP.WORLD)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=SMP)))
TNS-01150: The address of the specified listener name is incorrect
TNS-01153: Failed to process string: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=solmanserver)(PORT=1521))
NL-08014: Failed to initialize Diagnosability framework, falling back to old network tracing/logging

NL-08002: Diagnosability context creation failed

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

===============================
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_LISTENERSMP = on
LISTENERSMP =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = SMP.WORLD)
)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = SMP)
)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = solmanserver)
(PORT = 1521)
)
)
STARTUP_WAIT_TIME_LISTENERSMP = 0
CONNECT_TIMEOUT_LISTENERSMP = 10
TRACE_LEVEL_LISTENERSMP = OFF
SID_LIST_LISTENERSMP =
(SID_LIST =
(SID_DESC =
(SID_NAME = SMP)
(ORACLE_HOME = /oracle/SMP/112_64)
)
)
ADR_BASE_LISTENERSMP = undefined
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2012
Added on Oct 4 2012
19 comments
9,571 views