[jboss-user] [Clustering/JBoss] - Re: Fail over isn't working: Connection refused

2006-11-06 Thread hnrk
"[EMAIL PROTECTED]" wrote : You're not getting an HA proxy. Not sure why. Easiest way to tell is to look at the stack trace, like you did. You'll also see that no RetryInterceptor is in the client stack trace. By writing the problem report, I managed to think through and debug the problem pr

[jboss-user] [Clustering/JBoss] - Re: Fail over isn't working: Connection refused

2006-11-06 Thread hnrk
As a followup, a few observations: The exception stack traces show that org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke() is used, while I believe JRMPHAInvoker should have been used? Also, I replaced SingleRetryInvoker with RetryInvoker. Shouldn't my client wait for a connection ind

[jboss-user] [Clustering/JBoss] - Fail over isn't working: Connection refused

2006-11-06 Thread hnrk
I have a failover problem, and I just can't figure it out. I have two JBoss 4.0.4 servers, with several stateless EJB2 beans. Example jboss.xml: | | http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> | | | | | MyService | ejb/MyService |