[JBoss-user] jboss clustering test

2004-04-22 Thread Hernan J Terzian
Hi all, I´m trying to test if my application is running on cluster or not. I have 2 computers in cluster. If I destoy the bean it goes to the other node and get it, but if I request it from many clients at the same time (I have a stress tool) it always respond from the 1st node. It is not doing th

[JBoss-user] jboss clustering test

2004-04-22 Thread Hernan J Terzian
Hi all, I´m trying to test if my application is running on cluster or not. I have 2 computers in cluster. If I destoy the bean it goes to the other node and get it, but if I request it from many clients at the same time (I have a stress tool) it always respond from the 1st node. It is not doing th

[JBoss-user] jboss clustering test

2004-04-22 Thread Hernan J Terzian
Hi all, I´m trying to test if my application is running on cluster or not. I have 2 computers in cluster. If I destoy the bean it goes to the other node and get it, but if I request it from many clients at the same time (I have a stress tool) it always respond from the 1st node. It is not doing th

[JBoss-user] jboss clustering test

2004-04-22 Thread Hernan J Terzian
Hi all, I´m trying to test if my application is running on cluster or not. I have 2 computers in cluster. If I destoy the bean it goes to the other node and get it, but if I request it from many clients at the same time (I have a stress tool) it always respond from the 1st node. It is not doing th

RE: [JBoss-user] JBoss clustering with commit option B or C too slow

2004-01-15 Thread Boulatian, Misak
r. Is there any other way to optimize commit option B or C? Thanks, Misak -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 7:32 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss clustering with commit option B or C too slow You

RE: [JBoss-user] JBoss clustering with commit option B or C too slow

2004-01-15 Thread Alexey Loubyansky
You could use commit option A with optimistic locking. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boulatian, MisakSent: Wednesday, January 14, 2004 7:48 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] JBoss clustering with commit option B or C too slow

[JBoss-user] JBoss clustering with commit option B or C too slow

2004-01-14 Thread Boulatian, Misak
Hi,   I am trying to cluster JBoss 3.2.3 with CMP 2.0. Current clustering configuration doesn't allow me to use commit option A (Only with cache invalidation based clustering A can be used). So, I need to use commit option B or C. With CMP 1.1 there was a modified flag that allowed control o

Re: [JBoss-user] JBoss clustering over UDP multicast

2003-09-22 Thread Bela Ban
Stefan Groschupf wrote: >How much traffic produce the internal communication between JBoss nodes? AS I had experiment with an 15 node cluster I notice 44 GigaByte Traffic in 24h. I don't know how much was from my application and how much was pure node communication. I was shocked as I had fi

Re: [JBoss-user] JBoss clustering over UDP multicast

2003-09-21 Thread Stefan Groschupf
>How much traffic produce the internal communication between JBoss nodes? AS I had experiment with an 15 node cluster I notice 44 GigaByte Traffic in 24h. I don't know how much was from my application and how much was pure node communication. I was shocked as I had figured it out. Stefan.

Re: [JBoss-user] JBoss clustering over UDP multicast

2003-09-21 Thread Rafal Kedziorski
hi, At 15:58 21.09.2003 +0100, Joao Pedro Clemente wrote: If I understood you correctly, yes, you can assign a particular IP with cluster messages. The IP is defined in deploy/cluster-service.xml and,if you use jetty with jetty-based replication, in jetty's jboss.xml file as well. I mean this (i.

Re: [JBoss-user] JBoss clustering over UDP multicast

2003-09-21 Thread Joao Pedro Clemente
If I understood you correctly, yes, you can assign a particular IP with cluster messages. The IP is defined in deploy/cluster-service.xml and,if you use jetty with jetty-based replication, in jetty's jboss.xml file as well. I once tought of adding an extra interface to cluster nodes, just to use f

[JBoss-user] JBoss clustering over UDP multicast

2003-09-21 Thread Rafal Kedziorski
hi, it's possible to define IP's which should communicate in an JBoss cluster based on UDP multicast? Our admins suspect that JBoss nodes produces more traffic in out network. Regards, Rafal --- This sf.net email is sponsored by:ThinkGeek We

[JBoss-user] JBoss clustering question

2003-09-10 Thread Rafal Kedziorski
hi, we starting develop a new application which should run in an JBoss (we want use newest 3.2.2 and Java 1.4.2_01) cluster on Linux with MySQL (with InnoDB tables). We don't have experiences with developing an clustered J2EE application. Can anybody explain us what should we consider bevore we

Re: [JBoss-user] JBoss Clustering Ports

2003-08-27 Thread Bill Burke
take a look in server/all/deploy/cluster-service.xml 1100 for HA JNDI Marek Lange wrote: Hi all, I would like to know which ports are necessary for clustering (either UDP or TCP)? We have a firewall between two JBoss instances in our production environment and we are not able to run

Re: [JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Bela Ban
Rupp, Heiko wrote: Bela, Ports are only used if you use TCP as transport, not for UDP (default uses multicasting). In TCPPING you can set the ports accordingly. UDP and multicasting use ports as well (but no TCP-ports). True. If you use UDP, and want fixed ports, you can use bind_por

RE: [JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Rupp, Heiko
Bela, > Ports are only used if you use TCP as transport, not for UDP (default > uses multicasting). In TCPPING you can set the ports accordingly. UDP and multicasting use ports as well (but no TCP-ports). Heiko -- Heiko W. Rupp EMail: [EMAIL PROTECTED] Senior Consultant

Re: [JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Bela Ban
Ports are only used if you use TCP as transport, not for UDP (default uses multicasting). In TCPPING you can set the ports accordingly. Bela Marek Lange wrote: Hi all, I would like to know which ports are necessary for clustering (either UDP or TCP)? We have a firewall between two JBoss instan

[JBoss-user] JBoss Clustering Ports

2003-08-26 Thread Marek Lange
Hi all, I would like to know which ports are necessary for clustering (either UDP or TCP)? We have a firewall between two JBoss instances in our production environment and we are not able to run the clustering between the machines. The second machine always hangs during startup: INFO [Cluster

[JBoss-user] Jboss Clustering Issues

2003-04-22 Thread Michael Ukpong
Hi all...complements of the season.   I have a few questions to ask concerning Jboss Clustering:   1. In a network environment (or a system) with several instances of Jboss running, can I create more that one cluster?   2. If yes, how do I selectively associate an Instance with a specific cluster?.

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Sacha Labourey
yes, that is correct. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : jeudi, 31 octobre 2002 10:48 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user]

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
e d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : jeudi, 31 octobre 2002 09:51 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Clustering > > > Why is it poss

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Sacha Labourey
them to me. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : jeudi, 31 octobre 2002 09:33 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Clust

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Sacha Labourey
-- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : jeudi, 31 octobre 2002 09:51 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Clustering > > > Why is it possible for a member o

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
Why is it possible for a member of a cluster to appear as Dead? Vassilis -Original Message- From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 5:55 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering You seem to have

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 5:55 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering You seem to have network issues between your 2 jboss instances: the cluster never stops to disconnect/re-join. What kind of network

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
No. I just use the defaults. -Original Message- From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 5:55 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering You seem to have network issues between your 2 jboss instances: the

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Sacha Labourey
oss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : mercredi, 30 octobre 2002 16:35 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Clustering > > > This is a part from server's log: &

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
jmx/e --- Vassilis -Original Message- From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 4:56 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering Yes, that's all. What makes you think

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Sacha Labourey
TECTED] > Objet : RE: [JBoss-user] JBoss- Clustering > > > I have followed the instructions from Jboss Documentation. > > You have informed me that this line was missing from Mbean definition: > > jboss.system:service=MainDeployer > > Do you know if there is anythi

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 2:58 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering And, when the HAPartition starts, do they see each other? Can you see the cluster being build? Have you deployed the farm service

RE: [JBoss-user] JBoss - Clustering

2002-10-30 Thread Sacha Labourey
oss-user-admin@;lists.sourceforge.net]De la part de > Mokas Vassilis ([EMAIL PROTECTED]) > Envoye : mercredi, 30 octobre 2002 14:04 > A : [EMAIL PROTECTED] > Objet : [JBoss-user] JBoss - Clustering > > > I would like also to mention that as far as I can see, > farm-service

[JBoss-user] JBoss - Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
I would like also to mention that as far as I can see, farm-service does not support fail-over. If the App.Server containing the jars is going wrong, then a CommunicationException error occurs in the client. Thus, we have to place our jars in all JBoss instances of the cluster (!) in order to supp

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Sacha Labourey
TECTED]) > Envoyé : mercredi, 30 octobre 2002 13:03 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Clustering > > > It is a simple Stateful EJB.Here is jboss.xml --- This sf.net email is sponsored by:Thi

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
ROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering Hello, You didn't say in your previous post that you were using the farm service, which is why. Now, if your calls are really clustered, you must see the System.out.println messages displayed on both nodes. Which kind of EJB is t

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Sacha Labourey
Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : mercredi, 30 octobre 2002 11:16 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Cluste

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
a Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering Hello Vassilis, > I want to test fail-over in a JBoss clustering configuration. The problem > is that I cannot find which application server (l

RE: [JBoss-user] JBoss- Clustering

2002-10-30 Thread Sacha Labourey
Hello Vassilis, > I want to test fail-over in a JBoss clustering configuration. The problem > is that I cannot find which application server (lets say , I have only two > in a cluster) serves each client. > I only store my jar file in one of the App.servers. Every > "System.out.println" or "Syste

[JBoss-user] JBoss- Clustering

2002-10-30 Thread Mokas Vassilis ([EMAIL PROTECTED])
Hi all, I want to test fail-over in a JBoss clustering configuration. The problem is that I cannot find which application server (lets say , I have only two in a cluster) serves each client. I only store my jar file in one of the App.servers. Every "System.out.println" or "System.err.println" com

RE: [JBoss-user] JBoss Clustering

2002-10-24 Thread Mokas Vassilis ([EMAIL PROTECTED])
]] Sent: Wednesday, October 23, 2002 7:37 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] JBoss Clustering The docs are missing this line: jboss.system:service=MainDeployer Add this and it will work.. Dustin > -Original Message- > From: Mokas Vassilis ([EMAIL PROTEC

RE: [JBoss-user] JBoss Clustering

2002-10-24 Thread Sacha Labourey
ine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de > Mokas Vassilis ([EMAIL PROTECTED]) > Envoye : mercredi, 23 octobre 2002 16:22 > A : [EMAIL PROTECTED] > Objet : [JBoss-user] JBoss Clustering > > > Hi, > > I am trying to

RE: [JBoss-user] JBoss Clustering

2002-10-23 Thread Barlow, Dustin
t; Subject: [JBoss-user] JBoss Clustering > > > Hi, > > I am trying to configure JBoss clustering. I am following the > instructions > from the documentation (JBoss clustering) but when I start JBoss an > exception (sax.parser.) is thrown saying that an > attribute

[JBoss-user] JBoss Clustering

2002-10-23 Thread Mokas Vassilis ([EMAIL PROTECTED])
Hi, I am trying to configure JBoss clustering. I am following the instructions from the documentation (JBoss clustering) but when I start JBoss an exception (sax.parser.) is thrown saying that an attribute "Deployer" cannot be found. (I think it is about farm-service). But I cannot find any "D

RE: [JBoss-user] Jboss Clustering Failover Test

2002-09-10 Thread Sacha Labourey
PROTECTED]Objet : [JBoss-user] Jboss Clustering Failover Test Hello,     Could any body help me out ,to let me know how to test the clustering feature ,failover mechanism provided in jboss3.0.2   I have successfully deployed my beans,and have started two clusters which are visibl

[JBoss-user] Jboss Clustering Failover Test

2002-09-10 Thread binit
Hello,     Could any body help me out ,to let me know how to test the clustering feature ,failover mechanism provided in jboss3.0.2   I have successfully deployed my beans,and have started two clusters which are visible to each other ,but I am not able to test whether both the server works f