[jboss-dev-forums] [Design of EJB 3.0] - Re: Remoting issue

HamdurRahman do-not-reply at jboss.com
Wed Sep 3 03:29:50 EDT 2008


I am still getting the exception even after adding invokerDestructionDelay.
The log has changed and we can see the IP as well as port number(This is changing) and also the WorkerThread#_ is changing

11:14:41,353 ERROR [ServerThread] WorkerThread#3[150.158.75.156:1406] exception occurred during first invocation
java.net.SocketException: Connection reset by peer: 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.flush(BufferedOutputStream.java:123)
        at java.io.ObjectOutputStream$BlockDataOutputStream.flush(ObjectOutputStream.java:1784)
        at java.io.ObjectOutputStream.flush(ObjectOutputStream.java:691)
        at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObjectVersion2_2(JavaSerializationManager.java:121)
        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:998)
        at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:781)
        at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
        at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:522)
        at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173857#4173857

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173857



More information about the jboss-dev-forums mailing list