[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread praveenas
Hi, May I know what exactly is your problem? can you brief it out with details? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4166305#4166305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4166305

[jboss-user] [Clustering/JBoss] - Session is being expired when one of the cluster is set down

2008-07-24 Thread praveenas
Hi all, Please have a closer look about this. Here is a stack trace which is creating the major problem. I ve all the related jars in the lib directory and the application is running cool on single machine. Please let me know what exactly the problem would be. Thank you for your patience.

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread praveenas
Hi, Just keep a copy of all your applciation jar files which are available under WEB-INF/lib, to the Jboss_home/Server/all/lib. This may avoid ur problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4166346#4166346 Reply to the post :

[jboss-user] [Clustering/JBoss] - [JBossCacheService] loadSession() while clustering

2008-07-24 Thread praveenas
Hi , I am trying to cluster an application using 2 jboss 4.2.2.GA instances. It was running well on a single instance. When doing clustering and one of the server going down, I am getting the following error stack trace 14:23:26,265 ERROR [JBossCacheService] loadSession(): id:

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread praveenas
Thats right!! The clustering is being deviated. Anyway, pl update me if anything updated?? Me too will do the same.. Thank you.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4166357#4166357 Reply to the post :

[jboss-user] [Clustering/JBoss] - Session is being expired when one of the cluster is set down

2008-07-23 Thread praveenas
Hi, I am once again back to the clustering issue. I am trying to cluster 2 jboss instances (jboss - 4.2.2.GA) over an apache(httpd 2.0.61) load balancer. When I one of the instance set down, then the other node is unable store the session, with the following stack trace. Please let me know

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-23 Thread praveenas
Hi all, Please find the following stack trace in the command console Very thanks for your patience. 20:07:13,538 ERROR [[CCCServlet]] Servlet.service() for servlet CCCServlet threw exception javax.servlet.ServletException: Service id 12fca35_11b505d417a_1 not registered. at

[jboss-user] [EJB 3.0] - Re: exception occurred externalizing session

2008-07-09 Thread praveenas
Yes, It is.. And I am getting this exception repeatedly for every application I am trying to cluster. Please view the big stack trace, I got with patience :) 15:42:29,170 ERROR [JBossCacheService] externalizeSession(): exception occurred externalizing session

[jboss-user] [Clustering/JBoss] - Clustering was not resulted but there were no errors in the

2008-07-09 Thread praveenas
Hi all, I am trying to cluster 2 jboss 4.2.2.GA instances and found this in the httpd server logs. And so, I could not cluster the instances properly. Please let me know where exactly I might have done the error? Here are my worker.props: # Define list of workers that will be

[jboss-user] [Clustering/JBoss] - Re: externalizeSession(): exception

2008-07-08 Thread praveenas
Hi, I found this with many other test clusters too. When I found the NotSerializableException pointing to some file, I ve updated it by making Serializable. Later I got at some other location, and I ve kept on updating the files. Finally it have pointed to some other java source

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem externalizeSession Jboss 4.0.5

2008-07-08 Thread praveenas
Hi, I got a similar error when trying with Jboss 4.2.2.GA clusters. Please let me know what exactly would be the reason for occurance of this exception. I have already posted this in another thread. Thank you for in advance. View the original post :

[jboss-user] [Clustering/JBoss] - Re: externalizeSession(): exception

2008-07-08 Thread praveenas
Thank you very much Mr. Stanberry for your patience in responding. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163185#4163185 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4163185

[jboss-user] [EJB 3.0] - Re: exception occurred externalizing session

2008-07-07 Thread praveenas
Hi., I too got a similar exception with a stack trace as follows: 12:56:12,480 ERROR [JBossCacheService] externalizeSession(): exception occurred externalizing session SessionBasedClusteredSession[id: HLOwZHvHuqLYftNHai-+4w**.node1 lastAccessedTime: 1215415572415 version: 40

[jboss-user] [Clustering/JBoss] - externalizeSession(): exception

2008-07-07 Thread praveenas
Hi., I too got a similar exception with a stack trace as follows: 12:56:12,480 ERROR [JBossCacheService] externalizeSession(): exception occurred externalizing session SessionBasedClusteredSession[id: HLOwZHvHuqLYftNHai-+4w**.node1 lastAccessedTime: 1215415572415 version: 40

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2008-06-26 Thread praveenas
Hi, I am trying to cluster 2 jboss 4.2.2.GA instances with apache 2.0.x load balancer. I have enabled sticky session by worker.loadbalancer.sticky_session=1. I ve the default values for Isolation level and CacheMode REPEATABLE_READ !-- Valid modes are LOCAL, REPL_ASYNC and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Steps to install Jboss tools in eclipse sdk

2008-06-01 Thread praveenas
Hi all, I found a manual to install the jboss IDE plug in to the eclipse. http://www.devx.com/opensource/Article/20242/0/page/1 But when I have followed this, I am not getting the updations properly. For identifying the bug while clustering jboss, I want to add the Jboss IDE plug in to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-29 Thread praveenas
Thats great!! Please help me out if I can use Jboss tools as a plug in to my eclipse which is currently using tomcat. I ve tried to download jboss tools but the jboss download site is not responding and showing some error. Actually, I want to run Jboss in Debug mode for debugging a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-28 Thread praveenas
Hi, I am trying to run Jboss in Debug mode on eclipse to find the bugs. I am looking for good documentation steps to install Jboss IDE. (I am on Linux m/c), on my eclipse which already has tomcat configured in it. Hope I have posted at the right location for my requirement.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring JbossIDE plugin

2008-05-28 Thread praveenas
Hi, I am trying to cluster my Jboss deployed a war file written using ECHO2 and Hibernate. There are some issues to be solved in the source of ECHO2. For that I need to run the war in Jboss in Debug mode. My m/c is running on LINUX. Please let me know where I can find proper documentation for

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.GA released

2008-05-28 Thread praveenas
I found the link https://labs.jboss.com/tools/download/index.html showing connection interrupted.. I would be very happy if you find me proper documentation for configuring jboss plugin to run in debug mode on my eclipse which already have tomcat configured. Thank you in advance.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Eclipse + JBoss Debug Mode issue

2008-05-27 Thread praveenas
Hi, I am trying to cluster my Jboss deployed a war file written using ECHO2 and Hibernate. There are some issues to be solved in the source of EC?HO2. For that I need to run the war in Jboss in Debug mode. My m/c is running on LINUX. Please let me know where I can find proper

[jboss-user] [Clustering/JBoss] - Back to jboss clustering

2008-05-22 Thread praveenas
Hi, I am again back to the forum for clarifying a doubt. I want to remind you once again that I have used Hibernate and Echo2 for developing my application war file maintaining a postgres database at the back end. It was fit and fine when running on Tomcat. Currently we are planning to

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.2 GA clustering

2008-05-14 Thread praveenas
Well, I have done with clustering completely and could deploy normal war files written in java. But, the problem is currently with ECHO framework, which was used to make our product war file. So, please let me know if any one is working on ECHO2 currently. View the original post :

[jboss-user] [Clustering/JBoss] - Server in inactive state is not becoming ACTIVE very immedia

2008-05-08 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-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 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

[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

[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: jboss-web replication-config replication-triggerSET_AND_NON_PRIMITIVE_GET

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

2008-04-24 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,

[jboss-user] [Clustering/JBoss] - Re: how to replicate seesion

2008-04-24 Thread praveenas
Hi, I could cluster the servers. But, getting session expiration message May I know which version of Jboss is being used? If it is 4.2.2.GA version, let me know where you have configured session replication using the replication-config element in the jboss-web.xml(I mean which

[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] - Running multiple jboss servers

2008-04-23 Thread praveenas
Hi, I want to run multiple jboss servers on a single machiene, for testing clustering. I have copied the JBOSS_HOME content in different folders and changed the port numbers at server.xml of jboss5/server/all/deploy/jboss-web.deployer, for every folder of jboss_home I have created. But, I

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

2008-04-23 Thread praveenas
Hi All, Im running JBoss 4.2.2.GA, want to cluster on two machines for each holding multiple JBoss instances. I took httpd 2.0.63 Apache server as load balancer. I followed JBoss 4 clustering.pdf document as reference. In order to add session replication features, I am unable to find the related

[jboss-user] [Clustering/JBoss] - Difference between a Jboss cluster and a Jboss server instan

2008-04-22 Thread praveenas
Hi, This is a very basic question. But, I could not clarify from the documents available. Please let me know the basic difference between a Jboss cluster and a Jboss server instance, physically and logically. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-21 Thread praveenas
Yes, HA is also an essential feature for us and so we approched clustering. Please finalise the option which suits best for my requirement. Basically clustering support will be seen benificiery once the product is under production. So, up to me the second option(alternate ports for each

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-21 Thread praveenas
Hi Brian Stansberry , Basically, I want to check the clustering support between different physical machines. I want to make a similar thing like a load balancer be on one machine and the application running on jboss on other machines. I have followed

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
Thank you for your reply! But, let me know how the web-tier clustering be done by Jboss. I have created multiple instances of Geronimo on a single machiene, so that different Geronimo instances run with different port numbers. But I dint find some thing similar type in Jboss

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
HI, We are running currently a product related to Information Security in Tomcat. As we need to handle huge number of transactions, we want to make use of clustering support. So, we are evaluating different application servers like Jboss and Geronimo. Please guide me, if the web -

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
Hi, I have gone through that document, http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine The document is suggesting that when we provide alternate ports for each instance of JBoss AS for making the web-clustering is not recomended for a production server. So,

[jboss-user] [Clustering/JBoss] - Importance of M-Bean architecuture

2008-04-14 Thread praveenas
Hi all, I am implementing clustering for the first time. I have run Apache (httpd 2.0.63) server for clustering jboss-4.2.2.GA. Currently I am running Jboss on only one machiene. I could run the war file on Jboss well, with url: http://10.20.220.15:/casper-2.1/app And I could see the

[jboss-user] [Clustering/JBoss] - Importance of M-Bean architecuture

2008-04-14 Thread praveenas
Hi all, I am implementing clustering for the first time. I have run Apache (httpd 2.0.63) server for clustering jboss-4.2.2.GA. Currently I am running Jboss on only one machiene. I could run the war file on Jboss well, with url: http://10.20.220.15:/casper-2.1/app And I could see the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Unable to run the war file deployed in All mode of server

2008-04-10 Thread praveenas
Hi., As I am running the portal war file and it require the clustering support, I want to run the jboss in all mode in jboss-4.2.2.GA version. But I was unable to do that, when, I ve run the same war file my making necessary changes related to path, in the configuration files, I could run

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to run the war file deployed in

2008-04-10 Thread praveenas
Hi, Yes, Now I could run with this command. Thank you. And I am not running by jboss portal server. Our company product is very much like a portal. Its about to be improved like a platform. We are concentrating on clustering currently. View the original post :