Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Oracle listener problem on AIX:

1,135 views
Skip to first unread message

MIchael J.

unread,
Dec 9, 1999, 3:00:00 AM12/9/99
to
Oracle listener problem on AIX:

Running AIX ver. 4.3.2., Oracle 7.3.4.4, Listener version
2.3.4.0.0, we experience a problem with the
listener, which hangs, during runtime. All of a sudden, no
connections can be established and users
already connected can't use their application.
On a ps -ef the Listener figures as running, and
appaerently it is not spinning. The listener can't be
stopped by using lsnrctl stop, but only with the kill
command. After this, the listener can be restarted
in a few cases, but mostly we have to reboot the entire
system. When this occurs, the error messages we
get when issuing lsnrctl start is:

Starting /oracle73/bin/tnslsnr: please wait...

TNSLSNR for IBM/AIX RISC System/6000: Version 2.3.4.0.0 -
Production
System parameter file
is /oracle73/network/admin/listener.ora
Log messages written to /oracle73/network/log/listener.log
Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=imp))
Attempted to listen on: (DESCRIPTION=(CONNECT_TIMEOUT=10)
(ADDRESS=(PROTOCOL=TCP)
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
TNS-00512: Address already in use


The following has been seen when trying to get a status
from the listener:

LSNRCTL for IBM/AIX RISC System/6000: Version 2.3.4.0.0 -
Production on 20-OCT-0

Copyright (c) Oracle Corporation 1994. All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=imp))
TNS-12224: TNS:no listener
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
IBM/AIX RISC System/6000 Error: 79: Connection refused
Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=cwts7a)
(Port=1521))


TNS-12203: TNS:unable to connect to destination
TNS-12535: TNS:operation timed out
TNS-12560: TNS:protocol adapter error
TNS-00505: Operation timed out
IBM/AIX RISC System/6000 Error: 78: Connection timed out
Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=cwts7a)
(Port=1526))


Listener.ora file:

LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=IPC)
(KEY= imp)
)
(ADDRESS =
(PROTOCOL = TCP)
(Host = 172.16.31.1)
(Port = 1521)
)
(ADDRESS =
(PROTOCOL = TCP)
(Host = 172.16.31.1)
(Port = 1526)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
# TRACE_LEVEL_LISTENER = 16
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = imp)
(ORACLE_HOME = /oracle73)
(ENVS='EPC_DISABLED=TRUE')
(connect_timeout_listener=100)
)
)


Can anyone help on this one?? Is it an Oracle problem, AIX
problem or could it even be
the network ??
We have installed AIX PTF U463849, though it didn't solve
the problem.

Thanks in advance.

Michael Janning
Manager, Service & Support
Pro:Con Scandinavia A/S, Denmark

Tel. (+45) 43 63 22 66
Fax (+45) 43 28 88 00
Email: m...@procon.dk


* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful

terry norman

unread,
Dec 10, 1999, 3:00:00 AM12/10/99
to
Michael, All,

Hi. I have just had this problem exactly, this evening.Although I wasn't
involved before, I am told we have had this before, one or two weeks ago.

lsnrctl status just displayed the Oracle Corp. copyright line and one other
line then just hung.
lsnrctl start and lsnrctl stop : they just hung. Users couldn't connect, so
I had the machine re-booted.

After that it was ok again.

There is nothing in the listener.log file.

I spoke to Oracle Corp. support just to see if it sounded familiar but
nothing came to mind as a known problem in this area. Michael, can you tell
me, have you got listener tracing set to admin? I haven't, but I think I
should set it to admin, only I wonder, does it produce large amounts of
trace information and / or slow the application down? In fact, if you have
already got admin tracing on, does it tell you anything?

There's definitely something wrong here if two unrelated sites are
experiencing exactly the same problem.

Michael, hope to hear from you, TIA,

Regards,
Terry Norman.

MIchael J. <mjNOm...@procon.dk.invalid> wrote in message
news:0c2df4d6...@usw-ex0110-073.remarq.com...

Michael Janning

unread,
Dec 23, 1999, 3:00:00 AM12/23/99
to

Hi Terry,

Dont know if you have any solution, but here is what we've got.

The Listener "died" yesterday on a system, and we did a dbx -a
<Process-ID>.
The output showed that the listener is hanging in a read() on a socket.

According to Oracle, this is known in BUG 460905, and the solution would
be to run Net8 listener, in a seperate ORACLE_HOME.

Terry, try the dbx command the next time you see the problem. It should
give
you the answer, if your problem is the same as ours.

Regards and Merry Christmas to you all.

Michael Janning


terry norman <sc...@tiger9.freeserve.co.uk> wrote in article
<82rol5$bvk$1...@news6.svr.pol.co.uk>...

0 new messages