3 Replies Latest reply on Dec 6, 2013 12:19 AM by patilpr13

    Server and client versions incompatible in jboss 7.1.1

    patilpr13

      Hello All,

       

      I am getting following exception when i run client from remote machine.

      same client If i run on the local machine (same as server) then it works properly.

       

      Dec 5, 2013 2:53:53 PM org.xnio.Xnio <clinit>

      INFO: XNIO Version 3.0.3.GA

      Dec 5, 2013 2:53:53 PM org.xnio.nio.NioXnio <clinit>

      INFO: XNIO NIO Implementation Version 3.0.3.GA

      Dec 5, 2013 2:53:53 PM org.jboss.remoting3.EndpointImpl <clinit>

      INFO: JBoss Remoting version 3.2.3.GA

      javax.jms.JMSException: Server and client versions incompatible

              at org.hornetq.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:312)

              at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:780)

              at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSession(ClientSessionFactoryImpl.java:279)

              at org.hornetq.jms.client.HornetQConnection.authorize(HornetQConnection.java:601)

              at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:684)

              at org.hornetq.jms.client.HornetQConnectionFactory.createConnection(HornetQConnectionFactory.java:119)

              at com.etp.replication.store.StoreSender.main(StoreSender.java:37)

      Caused by: HornetQException[errorCode=108 message=Server and client versions incompatible]

              ... 7 more

       

       

       

      Please help me regarding this.

       

      Thanks in advance.