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

2006-11-06 Thread [EMAIL PROTECTED]
That happens to me about 3 times a week -- I write some long thing asking for help, and by the time I get to the end the process of writing has told me the answer :-). Glad it's working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983505#3983505 Reply to

[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 [EMAIL PROTECTED]
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. What happens if you remove clustered=true from jboss.xml and just rely on the fact you've designated a configu

[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