I have started seeing this message in my weblogic 10 log files. I am running an app with around 40-350 concurrent users. My questions are
thanks
What does this error really mean
Weblogic is closing a socket used to communicate with one of the server's clients because no data has been sent for more than five seconds, which is the value you have configured for Weblogic's idle timeout.
What could be causing this
Client programs connecting to your server, sending some data, and then either 1) not closing the connection or 2) disappearing.