[jboss-user] [Installation, Configuration & DEPLOYMENT] - TransactionManager Error

peper do-not-reply at jboss.com
Thu Aug 16 15:45:41 EDT 2007


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.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074965#4074965

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074965



More information about the jboss-user mailing list