2 Replies Latest reply on Oct 6, 2005 12:20 PM by jc7442

    JBoss 4.0.3 release and EJB3

    jc7442

      I try to install jboss4.0.3.zip, in this distribution it seems that jar file for session bean such has jboss-ejb3.jar are missing. Nevertheless all jar for the ejb3 persistence are in the distibution.

      I try to install jboss4.0.3 release with the installer. I install the ejb3 config. After each invokation to a session bean stateless I have the following exception in jboss console:

      java.net.SocketException: Connection reset
       at java.net.SocketInputStream.read(SocketInputStream.java:168)
       at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
       at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
       at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2200)
       at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2380)
       at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2447)
       at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2519)
       at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2668)
       at java.io.ObjectInputStream.readByte(ObjectInputStream.java:864)
       at org.jboss.remoting.transport.socket.ServerSocketWrapper.checkConnection(ServerSocketWrapper.java:54)
       at org.jboss.remoting.transport.socket.ServerThread.acknowledge(ServerThread.java:217)
       at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:298)
       at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:169)


      Did I miss something in the configuration of jboss ?

        • 1. Re: JBoss 4.0.3 release and EJB3
          bill.burke

          you can ignore this exception. The client closed its socket connection. In future versions this is just a trace/debug level exception. Sorry.

          4.0.3.zip does not come with EJB3. You have to download the EJB3 distribution and install it yourself, or use the graphical installer.

          • 2. Re: JBoss 4.0.3 release and EJB3
            jc7442

             

            4.0.3.zip does not come with EJB3.


            I was just confused because in default/lib there is jar such as ejb3-persistence.jar. So I thought that ejb3 was included in 4.0.0 zip.

            But with installer it works fine, that's not a problem.

            Thanks