[JBoss-user] [Clustering/JBoss] - Start error..

2006-04-25 Thread pathirana
) failed, retrying How to fix this. What could be the problem? Thanks for any reply.. Pathirana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939432#3939432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Clustering/JBoss] - Re: SFSB load balancing partially works

2006-04-24 Thread pathirana
That means the servlet shows only part of the result . It doesn't get completed. Anyway thanks for trying to answer and at the moment I have "SOLVED THAT PROBLEM". But still the problem due to OPTIMIZATION thing still exists. How to disable the optimization? Pathirana View th

[JBoss-user] [Clustering/JBoss] - Re: SFSB load balancing partially works

2006-04-24 Thread pathirana
ot the complete servlet) Thanx Pathirana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938893#3938893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938893 -

[JBoss-user] [Clustering/JBoss] - SFSB load balancing partially works

2006-04-23 Thread pathirana
Hi all, We have set up a JBoss cluster with version 4.0.3 and deployed a clustered "Stateful Session Bean". The problem is when the bean is available in the master node (the node we are requesting) load balancing doesn't work. But when we make it undeployed there and available in all other nod

[JBoss-user] [Clustering/JBoss] - Re: Failover and loadbalancing not working for SFSB in JBoss

2006-04-03 Thread pathirana
NFO [STDOUT] at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrap | per.java:1091) what can be the problem? How it should be done? Thanks. Pathirana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934567#3934567 Reply to the post : htt

[JBoss-user] [Clustering/JBoss] - Failover and loadbalancing not working for SFSB in JBoss clu

2006-03-28 Thread pathirana
We have set up a three node cluster and we need to make a Stateful EJB aplication clustered, there. So we developed a stateful session bean and a servlet to access it. These are the steps we followed. 1. Started three nodes in "all" configuration of JBoss. (They detected each other) 2. Develop