Re: java.net.SocketException: Broken pipe??
Re: java.net.SocketException: Broken pipe??
- Subject: Re: java.net.SocketException: Broken pipe??
- From: Chuck Hill <email@hidden>
- Date: Fri, 24 Jun 2005 11:28:19 -0700
That broken pipe indicates that the woadaptor gave up waiting for the
application to return a response. That suggests that your
application is running slower than before - I'd suspect the database
as that is the only thing (?) that has changed. In JavaMonitor you
can increase the connect and receive timeouts for the adaptor to work
around this until you find the cause of the slow down.
Chuck
On Jun 24, 2005, at 7:35 AM, Daniel Muller wrote:
I got "java.net.SocketException: Broken pipe" exceptions
since we switch oracle db (v8.1.7) to a new server, from WO
applications deployed on MOSX 10.3.9
with WO 5.2.3.
I'm not sure if that error is related to this switch, and wondering
how to check it:
whether the broken pipe occurs while sending the response to the
client
or while communicating with db server.
Any idea?
Daniel
..
[2005-06-24 08:37:57 CEST] <WorkerThread10> <WOWorkerThread id=10
socket=Socket[addr=/153.109.157.202,port=52154,localport=2003]>
Exception while sending response:
java.net.SocketException: Broken pipe
[2005-06-24 08:37:57 CEST] <WorkerThread10>
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite
(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write
(SocketOutputStream.java:136)
at com.webobjects.appserver._private.WOHttpIO.sendMessage
(WOHttpIO.java:539)
at com.webobjects.appserver._private.WOHttpIO.sendResponse
(WOHttpIO.java:402)
at com.webobjects.appserver._private.WOWorkerThread.runOnce
(WOWorkerThread.java:192)
at com.webobjects.appserver._private.WOWorkerThread.run
(WOWorkerThread.java:254)
at java.lang.Thread.run(Thread.java:552)
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden