1 Reply Latest reply on Mar 8, 2003 10:20 PM by jbone

    Ok, now I am officially lost - PLEASE HELP - 3.0.6 SAR

    jbone


      I have a SAR file which contains all the classes I need for a particular service. I have used the classes with 3.0.3 and they are starting up ok there.

      I switched to 3.0.6 and the startup hangs.

      Just says:
      Starting deployment of package: . . .

      No errors thrown, it just hangs.
      This was working on 3.0.3?!!

        • 1. Re: Ok, now I am officially lost - PLEASE HELP - 3.0.6 SAR
          jbone


          I realized that a call to ServerSocket.accept in the start() method is causing a block. I need to create a new thread for execution of the ServerSocket part.

          I have heard of some people doing this - I keep getting JNDI errors (because the socket or its parent needs to be accessible by other beans, yet I'm having some trouble getting the class which contains the ServerSocket to serialize properly for JNDI.

          I know a number of people out there have done this - do you ahve examples or a place to point me?

          Thanks