1 Reply Latest reply on May 31, 2006 5:36 AM by adams2000_2002

    Jboss 4.0.2 and jboss 3.2.7 client compatiability

    adams2000_2002

      Hi All,

      We have a case, where we are using Weblogic 8.1 SP5, Jboss 4.0.2 and jboss 3.2.7. Our main application is deployed on WLS and we have to access the jboss server using the jboss-clients.

      If I deploy jboss-client-4.0.2.jar in my application. Will it be able to access jboss 3.2.4 as well as jboss 4.0.2 using the jboss-client-4.0.2.jar.

      Thank you and regards,

      Rajnish

        • 1. Re: Jboss 4.0.2 and jboss 3.2.7 client compatibility
          adams2000_2002

          Hi All,

          Jboss 4.0.2 and jboss 3.2.7 client compatibility --> No.

          I deployed a application and got the message

          java.lang.IllegalStateException: Failed to find method for hash:-884175917852741154
          at org.jboss.invocation.MarshalledInvocation.getMethod(MarshalledInvocation.java:367)
          at org.jboss.ha.framework.server.HARMIServerImpl.invoke(HARMIServerImpl.java:210)
          at sun.reflect.GeneratedMethodAccessor165.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
          at sun.rmi.transport.Transport$1.run(Transport.java:148)
          at java.security.AccessController.doPrivileged(Native Method)
          at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
          at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
          at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
          at java.lang.Thread.run(Thread.java:534)
          at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
          at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
          at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
          at org.jboss.ha.framework.server.HARMIServerImpl_Stub.invoke(Unknown Source)
          at org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:127)
          at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:196)
          at $Proxy12.lookup(Unknown Source)
          at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
          at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
          at javax.naming.InitialContext.lookup(InitialContext.java:347)

          Thankjava.lang.IllegalStateException: Failed to find method for hash:-884175917852741154
          at org.jboss.invocation.MarshalledInvocation.getMethod(MarshalledInvocation.java:367)
          at org.jboss.ha.framework.server.HARMIServerImpl.invoke(HARMIServerImpl.java:210)
          at sun.reflect.GeneratedMethodAccessor165.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
          at sun.rmi.transport.Transport$1.run(Transport.java:148)
          at java.security.AccessController.doPrivileged(Native Method)
          at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
          at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
          at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
          at java.lang.Thread.run(Thread.java:534)
          at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
          at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
          at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
          at org.jboss.ha.framework.server.HARMIServerImpl_Stub.invoke(Unknown Source)
          at org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:127)
          at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:196)
          at $Proxy12.lookup(Unknown Source)
          at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
          at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
          at javax.naming.InitialContext.lookup(InitialContext.java:347)