4 Replies Latest reply on Oct 10, 2017 8:33 AM by viniciusmaia

    NoSuchMethodError: org.jboss.messaging.core.contract.PersistenceManager.setSupportsTxAge

    viniciusmaia

      Hello All,

       

      I am migrating a JBoss jboss-4.3.0.GA_CP10 from one server to another.

       

      It is working in the origin, and I just tar the entire JBoss and move it to the new server, but when I try to start one of those containers, I received the following error in nohup.out file:

       

      13:46:02,700 ERROR [ExceptionUtil] ServerPeer[205] startService

      java.lang.NoSuchMethodError: org.jboss.messaging.core.contract.PersistenceManager.setSupportsTxAge(Z)V

              at org.jboss.jms.server.ServerPeer.startService(ServerPeer.java:283)

       

      I tried to change my -Djboss.messaging.ServerPeerID parameter without success, and the curious part is if I move that container to another server, it works without any modification.

       

      I have no clue about what is wrong, or where to look at to figure it out.

       

      I really appreciate any kind of help.