[JBoss-user] [Clustering/JBoss] - Re: TCPGOSSIP clustering problem with server restart

2004-02-25 Thread crobert
 Thanks Bela for the answer and for the tips. If I find time, I'll build the latest 
jgroups.jar and test with it.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822944#3822944

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822944


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JMS queues started on both nodes in a cluster after temp

2004-02-24 Thread crobert
 Hello,

That looks like the same problem I'm having in 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45855 
with JBoss 3.2.3. Unfortunately no one answered.

I don't use JMS, but the behaviour seems similar: if I kill one of the servers, the 
cluster is not always formed back. If I gracefully shut it down, the cluster is formed 
back.

Regards,
 Robert

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822707#3822707

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822707


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: TCPGOSSIP clustering problem with server restart

2004-02-24 Thread crobert
 ohh... Forgot to mention that if I gracefully shutdown the first server (instead of 
killing it), the cluster is formed back. The problem with the servers not seeing each 
other happens when I kill one of them (trying to simulate a network failure)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822706#3822706

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822706


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - TCPGOSSIP clustering problem with server restart

2004-02-23 Thread crobert
 Hello,

 I'm having the following clustering problem:

I have two JBoss 3.2.3 servers in a local network, clustering uses:

--> TCP and TCPGOSSIP with the following settings (in cluster-service.xml)












where "myserver" is the DNS name for the server that runs the GOSSIP service (and on 
which a JBoss instance will be started)

--> GOSSIP is started with the following command line arguments:

 -port 7500 -expiry 3 -bindaddress myserver

In most of the cases, the two servers see each other and everything goes well. However 
I noticed that in the following scenario, the cluster is not always formed:

1. Start GOSSIP server
2. Start JBoss on my first machine
3. (after the first machine JBoss starts successfully) Start JBoss on my seconds 
machine.
4. The cluster is formed and I get load balancing.
5. If I kill server 1 and restart it before the GOSSIP server detects that the first 
node is dead, in most of the cases, the cluster is not formed back, although the 
GOSSIP server on trace mode detects as having two servers in the cluster (and accepts 
connections from both of the servers). The two nodes no not see each other and I don't 
have failover or loadbalancing: all requests go to only one server.

Is this the expected behavior ?

I also noticed that in some cases JBoss is blocked for quite a while after the  "GMS: 
address is ..." line (usually when it cannot find the cluster and probably awaits for 
a timeout to expire)

Robert

Windows XP SP1
JBoss 3.2.3 with Jetty (jboss-3.2.3_jetty-4.2.14.zip)
Sun J2SE 1.4.2_03



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822513#3822513

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822513


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user