Weblogc BEA-000449 : Closing socket as no data read from it during the configured idle timeout of 5 secs

后端 未结 4 2181
北恋
北恋 2021-01-02 15:00

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

  1. What does this e
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 16:06

    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.

提交回复
热议问题