[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Socket error caused by remote host?
ejain
do-not-reply at jboss.com
Thu Mar 27 19:00:49 EDT 2008
I see a similar ERROR logged from time to time:
2008-03-20 14:14:06 -0700 org.apache.tomcat.util.net.PoolTcpEndpoint
| ERROR: Socket error caused by remote host /xxx.xxx.xxx.xxx
| java.net.SocketException: Connection reset
| at java.net.SocketInputStream.read(SocketInputStream.java:168)
| at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
| at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
| at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723)
| at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030)
| at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057)
| at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041)
| at org.apache.tomcat.util.net.jsse.JSSESocketFactory.handshake(JSSESocketFactory.java:119)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:520)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
Guess this is due to clients aborting the connection, so it's nothing I need to be concerned about. But how do I suppress these ERROR messages? I've added the following to the log4j.conf but no luck:
<category name="org.apache.tomcat.util.net.PoolTcpEndpoint">
| <priority value="SEVERE"/>
| </category>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139512#4139512
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139512
More information about the jboss-user
mailing list