2 Replies Latest reply on Jan 30, 2011 8:16 PM by gfzhang

    NullPointerException at arjuna when restart JBoss 5.1.0.GA

    gfzhang

      On some machine, when the JBoss 5.1.0.GA restarted, we got the following exception and the JBoss server cannot be started successfully:

       

      java.lang.NullPointerException        

      at com.arjuna.ats.internal.arjuna.objectstore.HashedStore.allObjUids(HashedStore.java:213)        

      at com.arjuna.ats.arjuna.objectstore.ObjectStore.allObjUids(ObjectStore.java:221)        

      at com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager.updateTSMI(TransactionStatusConnectionManager.java:197)        

      at com.arjuna.ats.arjuna.recovery.TransactionStatusConnectionManager.(TransactionStatusConnectionManager.java:69)        

      at com.arjuna.ats.internal.arjuna.recovery.AtomicActionRecoveryModule.(AtomicActionRecoveryModule.java:82)        

      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        

      ......

       

      It seems that removing the data folder ..\jboss-5.1.0.GA\server\default\data\tx-object-store could solve it, but it is not possible in a production environment?

       

      Can this issue be solved by some configuration file related to the transactional manager?

       

      Thanks!

       

      Guofeng