2 Replies Latest reply on Feb 16, 2008 2:32 AM by manibhat

    TransactionManager Error

    peper

      I've got JBoss 4.2.0 GA on two computers windows and linux. On Windos everything works fine, but on Linux I get during the startup something like this:

      Looks OK:

      2007-08-16 16:00:10,620 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=TransactionManager
      2007-08-16 16:00:10,620 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Creating jboss:service=TransactionManager
      2007-08-16 16:00:10,620 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Created jboss:service=TransactionManager
      


      But then
      2007-08-16 16:00:13,147 FATAL [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Failed to start recovery manager
      java.lang.NullPointerException
      ....etc...
      
      2007-08-16 16:00:13,156 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting failed jboss:service=TransactionManager
      java.lang.NullPointerException
      ...etc...
      
      2007-08-16 16:00:13,161 WARN [org.jboss.system.ServiceController] Problem starting service jboss:service=TransactionManager
      java.lang.NullPointerException
      
      
      


      then lots of incomplete deployment and :

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss:service=TransactionManager
       State: FAILED
       Reason: java.lang.NullPointerException
       Depends On Me:
       jboss:service=invoker,type=unified
       jboss:service=invoker,type=jrmp
       jboss:service=invoker,type=local
       jboss:service=invoker,type=pooled
       jboss.web:service=WebServer
       jboss.ejb:service=EJBTimerService
       jboss.ejb:service=EJBDeployer
       jboss:service=KeyGeneratorFactory,type=HiLo
       jboss.jca:service=WorkManager
       jboss.jca:service=RARDeployer
       jboss.jca:service=CachedConnectionManager
       jboss.jca:service=LocalTxCM,name=DefaultDS
       jboss.jca:service=TxCM,name=JmsXA
       jboss.jca:service=LocalTxCM,name=jdbc/SmileberryDS
      
      ObjectName: jboss.jca:service=RARDeployment,name='jms-ra.rar'
       State: NOTYETINSTALLED
       Depends On Me:
       jboss.jca:service=ManagedConnectionFactory,name=JmsXA
      
      ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
       State: NOTYETINSTALLED
       Depends On Me:
       jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
       jboss.jca:service=ManagedConnectionFactory,name=jdbc/SmileberryDS
      
      


      Server starts. I see the 'hello' page, but I can't run jmx-console.

      I really don't know what to do with this.