4 Replies Latest reply on Sep 25, 2013 1:31 PM by superalex

    Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver doesn't support it

    superalex

      hi, following this guide (https://docs.jboss.org/author/display/AS72/EJB+invocations+from+a+remote+server+instance) i have set up a connection between two eap jboss (6.1 client, 6.0 server) and all works fine: on client there is a web service that call a remote ejb on server with lookup.

      but on client server log i read this message every minute and i don't know what is it and how to solve...i think is some configuration on server jboss but i didn't find anything on the web.

      i know also that a warning is not an error but i would be happy if i manage to eliminate.

       

      11:14:22,243 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <77834b>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:14:22,245 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:14:32,247 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:16:32,249 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <77834b>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:16:32,251 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:16:42,253 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:18:42,255 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <77834b>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:18:42,257 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:18:52,259 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:20:52,260 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <77834b>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      11:20:52,261 WARN  [org.jboss.ejb.client.remoting] (Periodic Recovery) EJBCLIENT000061: Cannot send a transaction recovery message to the server since the protocol version of EJBReceiver Remoting connection EJB receiver [connection=Remoting connection <129ffb4>,channel=jboss.ejb,nodename=wikilis] doesn't support it
      

       

       

      what is that??

      thanks