0 Replies Latest reply on Dec 3, 2003 8:58 AM by giusalex

    JBoss Configuration Setting in WinXp don't work?!?!

    giusalex

      Hi we've got a problem in using our distributed application!!
      More precisely:

      We have an cmp ejb running on a linux machine, and an application client running on win xp/2003.

      We need ejb send data to application client so we use socket comunication.

      We use same jboss, mysql, jdk version on both machine.
      When we start the client on win machine we've got this error:

      java.net.SocketException: Software caused connection abort: recv failed
      at java.net.SocketInputStream.socketRead0(Native Method)
      at java.net.SocketInputStream.read(SocketInputStream.java:129)
      at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2150)
      at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2163)
      at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2634)
      at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
      at java.io.ObjectInputStream.(ObjectInputStream.java:253)
      at tet_1beta.serverThread.run(serverThread.java:32)


      When we use two linux machine we haven't any problem.
      It depends on jboss security settings? Or we have made something wrong in Jboss Congiuration??

      Thaks in advance for your help!