0 Replies Latest reply on Jul 1, 2010 3:35 AM by erasmomarciano

    Error cluster Jboss 4.2.3.GA

    erasmomarciano

      Hi

       

      My scenary

       

      I installed jboss on two servers

       

        1) 192.168.1.1

        2) 192.168.1.2

       

       

      I have this error

       

      18:47:10,873 ERROR [UDP] failed unmarshalling message

      java.io.EOFException

              at java.io.DataInputStream.readShort(DataInputStream.java:287)

              at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)

              at org.jgroups.protocols.TP.access$400(TP.java:46)

              at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)

              at java.lang.Thread.run(Thread.java:595)

      18:47:10,992 ERROR [UDP] failed unmarshalling message

      java.io.EOFException

              at java.io.DataInputStream.readShort(DataInputStream.java:287)

              at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)

              at org.jgroups.protocols.TP.access$400(TP.java:46)

              at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)

              at java.lang.Thread.run(Thread.java:595)

      18:47:11,142 ERROR [UDP] failed unmarshalling message

      java.io.EOFException

              at java.io.DataInputStream.readShort(DataInputStream.java:287)

              at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)

              at org.jgroups.protocols.TP.access$400(TP.java:46)

              at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)

              at java.lang.Thread.run(Thread.java:595)

      18:47:11,283 ERROR [UDP] failed unmarshalling message

      java.io.EOFException

              at java.io.DataInputStream.readShort(DataInputStream.java:287)

              at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)

              at org.jgroups.protocols.TP.access$400(TP.java:46)

              at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)

              at java.lang.Thread.run(Thread.java:595)

      18:47:11,414 ERROR [UDP] failed unmarshalling message

      java.io.EOFException

              at java.io.DataInputStream.readShort(DataInputStream.java:287)

              at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:807)

              at org.jgroups.protocols.TP.access$400(TP.java:46)

              at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1297)

              at java.lang.Thread.run(Thread.java:595

       

       

      10:47:11,867 INFO  [Partition1] Number of cluster members: 1

      10:47:11,867 INFO  [[Partition1] Other members: 0

      10:47:11,867 INFO  [[Partition1] Fetching state (will wait for 30000 milliseconds):

      10:47:11,867 INFO  [[Partition1] State could not be retrieved (we are the first member in group)

       

       

      I start jboss with the following options so (192.168.1.1 and 192.168.1.2 )

       

      ./run.sh -b 0.0.0.0 -g giralatina -c all

       

       

      but the clustert jboss not works.

       

      I performed the following controls between the two nodes jboss

       

       

      ping 192.168.1.1   ok

      ping 192.168.1.2  ok

       

      telnet 192.168.1.1 8080  ok

      telnet 192.168.1.2 8080  ok

       

      can someone help?