Operating System - HP-UX
1748185 Members
3963 Online
108759 Solutions
New Discussion

HPUX Error: 32: Broken pipe

 
André Marcelo Dias
Occasional Contributor

HPUX Error: 32: Broken pipe

My DBA is receiving this error below:
QL> conn user@base

Informe a senha:********

ERROR:

ORA-12537: TNS:conexão fechada

08-JUL-2009 15:49:05 * (CONNECT_DATA=(SID=base)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.192.192.191)(PORT=2832)) * establish * base * 12518

TNS-12518: TNS:listener could not hand off client connection

TNS-12547: TNS:lost contact

TNS-12560: TNS:protocol adapter error

TNS-00517: Lost contact

HPUX Error: 32: Broken pipe

Anybody know why?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: HPUX Error: 32: Broken pipe

Shalom,

Your oracle listener is no longer running. It failed or ran out of available connections.

I would assume its either a bug or too many connections, or there is a problem with how the application is trying to talk to the database listener.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James R. Ferguson
Acclaimed Contributor

Re: HPUX Error: 32: Broken pipe

Hi:

I assume that you are asking about the "broken pipe" error. This is simply a loss of connection between a writing anad a reading process. Data that is written to a pipe for which the reading process has exiting before the writer will generate a SIGPIPE signal and result in an EPIPE (errno 32 or "broken pipe") error.

Regards!

...JRF...
xiaohe
New Member

Re: HPUX Error: 32: Broken pipe

is there anybody know how to fix this kind of issue?

 

I also meet this issue, when I use httpclient to send files to https server.

there have some detail message when establish ssh connection:

main, WRITE: SSLv2 client hello message, length = 101

main, handling exception: java.net.SocketException: Connection reset

main, SEND TLSv1 ALERT:  fatal, description = unexpected_message

main, WRITE: TLSv1 Alert, length = 2

main, Exception sending alert: java.net.SocketException: Broken pipe (errno:32)

main, called closeSocket()

main, IOException in getSession():  java.net.SocketException: Connection reset