Hello Team,

I am using

Apache Version 1.3.12
JRun Professional 3.0
Linux RedHat Version 6.2

I am making a chat application, in which i am making socket connection in
applet. The apllication works fine for a few hours and after that the applet
stops working properly.Though the socket coonection can be made , but data
communication over the socket stops and i get this error,

01/22 10:30:29 error (jcp) Broken pipe: Broken pipe
[java.net.SocketException: Broken pipe: Broken pipe]
java.net.SocketException: Broken pipe: Broken pipe
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:225)
at java.io.BufferedInputStream.read(BufferedInputStream.java:281)
at allaire.jrun.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:282)
at allaire.jrun.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:275)
at allaire.jrun.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:292)
at allaire.jrun.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:170)
at allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java:48)
at allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java:220)
at allaire.jrun.WorkerThread.run(WorkerThread.java:76)

along with Connection Reset by Peer error.

Only the Applet part of my application is not working , while the other JSP
pages are working well.


Pl. give some suggestions..

Thanks - Meenakshi



Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to