[jboss-user] [Clustering/JBoss] - ChannelException: java.lang.Exception: exception caused by U

2007-05-31 Thread shribala
Hi - iam getting the following exception when i start the server.. Yesterday it was working fine.. Am i not properly shutting down the server ??? 11:59:54,283 WARN [ServiceController] Problem starting service jboss.cache:service=TomcatClusteringCache ChannelException: java.lang.Exception: excep

[jboss-user] [Clustering/JBoss] - Re: JBoss clustering - ejb lookup using HA-JNDI problem

2007-05-31 Thread shribala
Previously, I was not starting the server with run -c all. Now it works fine. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050391#4050391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050391

[jboss-user] [Clustering/JBoss] - Clustering doubt

2007-05-29 Thread shribala
Hi - I have 10 SLSB ejbs where 5 ejbs are called by servlet (Internal client same jvm - within the same ear) and other 5 are being called from a different server jvm. Now given that only 5 out of 10 ejb are being called outside the server (external client). Do i have to cluster all the 10 SLSB

[jboss-user] [Clustering/JBoss] - Re: JBoss clustering - ejb lookup using HA-JNDI problem

2007-05-29 Thread shribala
Here is the client program for the same.. import javax.naming.Context; import javax.naming.*; import javax.rmi.*; import java.util.*; import com.arbitron.ppm.ops.sampling.*; class CalculatorClient { public static void main(String args[]) throws Exception { CalculatorClien

[jboss-user] [Clustering/JBoss] - JBoss clustering - ejb lookup using HA-JNDI problem

2007-05-29 Thread shribala
I am getting the following exception when I try to invoke a clustered EJB from a remote java client. The same program works when I invoke through the port 1099, but not through 1100.. Please let me know where the problem is. 1. Exception trace:: Exception in thread "main" javax.naming.Commu