4 Replies Latest reply on Jul 15, 2009 10:25 PM by pandu_204

    Worker thread initialization failure ( ejb remote test )

    samdoyle

      16:02:23,180 ERROR [ServerThread] Worker thread initialization failure
      java.io.EOFException
      at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:530)
      at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:373)
      at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:166)

      I have seen references to this problem caused by not having the same jars on client and server.

      I have verified that the jars are the same however I do have the patched version of the remoting jar on both client and server. This is the patched version required to work with JBoss Messaging.

      Any hints?