1 Reply Latest reply on Sep 30, 2009 6:59 PM by ron_sigal

    Help Me

    songrouchen

      ERROR [ServerThread] Worker thread initialization failure
      java.net.SocketException: Software caused connection abort: socket write error
      at java.net.SocketOutputStream.socketWrite0(Native Method)
      at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
      at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
      at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
      at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
      at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
      at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
      at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
      at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
      at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObjectVersion2_2(JavaSerializationManager.java:120)
      at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObject(JavaSerializationManager.java:95)
      at org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:120)
      at org.jboss.remoting.transport.socket.ServerThread.versionedWrite(ServerThread.java:841)
      at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:641)
      at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:406)
      at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:173)

        • 1. Re: Help Me
          ron_sigal

          I would need more information to know precisely what's going wrong. I'm guessing that the exception occurs in the context of a JBossMessaging connection, where the JBossMessaging server is trying to send some messages to a consumer client. For some reason, the attempt to write the messages to the connection fails. It could be because the client closed unexpectedly. It could be because of a network failure. It could be because a firewall has killed an idle connection.

          Do any of these sound plausible?