[jboss-user] [Clustering/JBoss] - Re: JBoss cluster (UDP) error on AIX 64

2007-03-09 Thread smutchler
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.

[jboss-user] [Clustering/JBoss] - Re: JBoss cluster (UDP) error on AIX 64

2007-03-09 Thread smutchler
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

[jboss-user] [Clustering/JBoss] - JBoss cluster (UDP) error on AIX 64

2007-03-08 Thread smutchler
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

[jboss-user] [JBoss Seam] - DataModel, Factory and Stale Data

2007-03-06 Thread smutchler
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)