1 Reply Latest reply on Sep 7, 2011 1:59 PM by wdfink

    jboss 4.23.00 server shutting down after 4-5 days

    sudheerpatnam

      i have jboss server running windows 2003 , after 4-5 days ,w e are getting the following error , and sever crashes

      05:23:35,718 ERROR [JIoEndpoint] Socket accept failed

      java.net.SocketException: socket closed

          at java.net.PlainSocketImpl.socketAccept(Native Method)

          at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)

          at java.net.ServerSocket.implAccept(ServerSocket.java:450)

          at java.net.ServerSocket.accept(ServerSocket.java:421)

          at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:61)

          at org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:309)

          at java.lang.Thread.run(Thread.java:595)

      06:08:44,843 ERROR [JIoEndpoint] Socket accept failed

       

       

      after this error system locks up , only recovery is reboot the box, any idea why this happens.

       

       

      thanks

        • 1. Re: jboss 4.23.00 server shutting down after 4-5 days
          wdfink

          Is it a special situation, e.g. overloading high traffic?

           

          Do you have a chance to check how much sockets are open? Also you might check the thread-pool and others sporadicaly over the days, to check whether there is a leak.

           

          I suppose you run JBoss 4.2.3 (community edition), maybe a newer version helps?