[Tomcat, HTTPD, Servlets & JSP] - Re: Socket error caused by remote host?
by ejain
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
16 years, 9 months
[JBoss Portal] - Re: How to - Portal 2.6.4 and Rich Faces integration
by adesai@atech.com
Ok, i did follow all the steps and configured RichFaces. When I run the application provided in the archetype, getting following exception/error on the prompt.
i just copied the war file (richfaces-basic.war) created by maven and deployed it in the deploy dir.
| 15:22:51,859 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing
| 15:22:54,234 ERROR [STDERR] Exception in thread "ScannerThread"
| 15:22:54,234 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
| 15:22:55,593 ERROR [Http11Processor] Error processing request
| 15:23:01,843 ERROR [STDERR] Exception in thread "http-127.0.0.1-8080-1"
| 15:23:01,843 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
| 15:23:07,750 ERROR [STDERR] Exception in thread "Timer-2"
| 15:23:08,921 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
| 15:24:36,312 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSchedulerThread"
| 15:24:36,312 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
| 15:25:29,531 ERROR [STDERR] Exception in thread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]"
| 15:25:29,531 ERROR [STDERR] java.lang.OutOfMemoryError: PermGen space
The log is spitting out something like:
| ERROR [STDERR] Mar 27, 2008 3:22:26 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
Please help.
Thanks,
-Amol
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139501#4139501
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139501
16 years, 9 months