2 Replies Latest reply on Feb 7, 2008 4:09 AM by ron_sigal

    Worker thread initialization failure

    vaidya1973

      Hi,

      I have been using jboss 4.0.4.GA and have been happy with it . When i switched over to use jboss 4.2.1, I am getting the following marshalling exceptions ..

      15:45:34,441 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
      080
      15:45:34,492 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
      15:45:34,573 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBos
      s_4_2_1_GA date=200707131605)] Started in 55s:521ms
      15:46:02,648 ERROR [ServerThread] Worker thread initialization failure
      java.io.EOFException
      at org.jboss.remoting.transport.socket.ServerThread.processInvocation(Se
      rverThread.java:526)
      at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.j
      ava:369)
      at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.jav
      a:165)
      15:46:29,302 ERROR [ServerThread] Worker thread initialization failure
      java.io.EOFException
      at org.jboss.remoting.transport.socket.ServerThread.processInvocation(Se
      rverThread.java:526)
      at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.j
      ava:369)
      at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.jav
      a:165)


      Has anyone seen this error ? I tried the following
      1. got the remoting jars from the previous 4.0.4 GA releases as someone suggested and replaced the one in 4.2.1 server all directories with it
      2. got a version of remoting jars compiled with 1.4 jdk and replaced it.

      Still not working.. Can someone please help me..