The cluster now startups up but I get the following error from the second node
(every minute):
| 10:57:38,550 ERROR [UDP] exception=java.io.EOFException
| at java.lang.Throwable.(Throwable.java:57)
| at java.io.DataInputStream.readFully(DataInputStream.java:204)
| at java.io.
Thanks that was it. All I had to do was add:
-Djava.net.preferIPv4Stack=true
to the JBoss startup.sh.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026611#4026611
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402661
I'm trying to setup my first JBoss cluster on AIX (64 bit). I would like to
setup the cluster to use unicast but I want to get it working with multicast
first. I get the following error on startup:
2007-03-08 16:03:09,854 DEBUG [org.jboss.deployment.MainDeployer] End
deployment start on packag
Is it possible to use a SSB with a DataModel. It's funny that the examples in
the books and the JBoss web site use a SFSB and then say it's not a good idea
to use SFSB with Seam. The problem I have with SSB is that the data is often
stale. If you modify it in another SB (or even the same SB)