[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-05-07 Thread praveenas
HI, Thank you for your suggestions. We are on the way to fix all those bugs. But, a minor issue observed by me when clustering a sample application like "Hello world". When the 2 cluster nodes are running and when one of them which is interacting with the browser currently(at that time)

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-30 Thread [EMAIL PROTECTED]
As I've already said, the NPE is in your code and you'll have to figure that out yourself. I've no idea what the latest server.log is supposed to be telling me. If you are looking for real-time support, I suggest you contact Red Hat and engage one or another of the services described at http:

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-29 Thread praveenas
I have deleted my log4j.jar from the "lib" of application war file. Here is the result mod_jk.log file of apache [EMAIL PROTECTED] logs]# tail -f mod_jk.log [Wed Apr 30 11:56:08 2008][3345:3086427840] [error] init_jk::mod_jk.c (2781): Initializing shm:/usr/local/apache2/run/jk.shm.3345 err

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-29 Thread [EMAIL PROTECTED]
I see three things in the server.log 1) The logging subsystem is complaining. Have you packaged log4j.jar in your war? If yes, recommend you remove it if you can. 2) You nextapp.echo2.webcontainer.ContainerInstance class is throwing an NPE. Can't help you there. 3) Your code is trying to pass

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-28 Thread praveenas
Hi, As it was a weekend, I could not respond to your suggestion. I have downloaded a new jboss server and load balancer again and made the necessary changes. But I am very happy with your response. Even then, I got many issues. Finally, I have done the necessary modifications you have ask

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-25 Thread [EMAIL PROTECTED]
/casper-2.1**/*=loadbalancer should be /casper-2.1/*=loadbalancer No ** To get rid of the startup failures you posted, don't change the partition name in cluster-service.xml. Restore it to the original value of ${jboss.partition.name:DefaultPartition}. You can then start JBoss like this to

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-25 Thread praveenas
Hi, Could not solve the issue. Please find some time to make out this issue. When I have included attribute in my application and added jboss-web.xml as follows in the WEB-INF of my application as: SET_AND_NON_PRIMITIVE_GET SESSION true But, I am finding http 404 status wh

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-24 Thread praveenas
As a continution message, I am getting that session expiration message. And until, I reset the cookie, I could not get back the load balancer again. But, this is violating the clustering completely. PS: As my office timings are entirely reverse to yours, I could not contact you online.

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-24 Thread [EMAIL PROTECTED]
A jboss-web.xml file is the JBoss-specific deployment descriptor you create yourself and place in your war's WEB-INF directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146510#4146510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-23 Thread praveenas
Hi, Thank you for your document. As I have mentioned I want to cluster nodes belonging to two different machines each of which have different jboss servers running seperately on different ports. For this, I have copied the Jboss home directory and named seperately as Jboss1, Jboss2, Jboss3,.

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-23 Thread [EMAIL PROTECTED]
Not sure which PDF you are talking about. For 4.2.2 make sure you use http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/pdf/Clustering_Guide.pdf . Also not sure what file you are talking about. A jboss-web.xml? That's one you create yourself in p