Hi
We are running 2 clustered instances of jboss 4.2.2. They properly serve more 
or less 100 clients in our production environment. 
But we focus a problem, when one cluster is shutdown some clients raise 
following exception.
Seems that cluster configuration is ok.
Both instances are started like this:
run.sh -b $BIND_IP -g $PARTITION_NAME -c $CONFIGURATION -u $MULTICAST 
I don't know where the problem could be...
Can you help me?
Many thanks
c


java.lang.RuntimeException: cluster invocation failed, last exception was: 
        at 
org.jboss.aspects.remoting.ClusterChooserInterceptor.invoke(ClusterChooserInterceptor.java:166)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:67)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor.invoke(ClusteredIsLocalInterceptor.java:55)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.ejb3.stateless.StatelessClusteredProxy.invoke(StatelessClusteredProxy.java:112)
        at $Proxy15.getFilteredAdmissions(Unknown Source)
        at 
ch.eoc.gp.rcp.patienteditor.hcase.AdmissionSearchPanel.searchData(AdmissionSearchPanel.java:659)
        at 
ch.eoc.gp.searchview.GenericSearchPanel$2.doAsync(GenericSearchPanel.java:71)
        at 
ch.eoc.gp.rcp.multithread.MultithreadProcessor$3.run(MultithreadProcessor.java:212)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Caused by: org.jboss.aop.NotFoundInDispatcherException: Object with oid: 
jboss.j2ee:jar=0400_gpejb.jar,name=HcaseFacade,service=EJB3 was not found in 
the Dispatcher
        at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:85)
        at 
org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
        at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:769)
        at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:573)
        at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:373)
        at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:166)
        at 
org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:163)
        at org.jboss.remoting.Client.invoke(Client.java:1634)
        at org.jboss.remoting.Client.invoke(Client.java:548)
        at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.aspects.remoting.ClusterChooserInterceptor.invoke(ClusterChooserInterceptor.java:77)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:67)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor.invoke(ClusteredIsLocalInterceptor.java:55)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.ejb3.stateless.StatelessClusteredProxy.invoke(StatelessClusteredProxy.java:112)
        at $Proxy15.getFilteredAdmissions(Unknown Source)
        at 
ch.eoc.gp.rcp.patienteditor.hcase.AdmissionSearchPanel.searchData(AdmissionSearchPanel.java:659)
        at 
ch.eoc.gp.searchview.GenericSearchPanel$2.doAsync(GenericSearchPanel.java:71)
        at 
ch.eoc.gp.rcp.multithread.MultithreadProcessor$3.run(MultithreadProcessor.java:212)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
        at 
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:74)
        at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
        at 
org.jboss.aspects.remoting.ClusterChooserInterceptor.invoke(ClusterChooserInterceptor.java:77)
        ... 14 more


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246392#4246392

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246392
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to