So, I was having the same problems with 3.1.3 and 5.0.4.GA but wasn't entirely convinced it was not my fault for not copying all the right stuff. So I copied the jbpm folder/directory from the starter kit and placed it alongside my "default" folder/directory in my 5.0.4.GA installation and did a run -c jbpm, and got a different error:
07:58:45,274 DEBUG [JbpmService] binding '[EMAIL PROTECTED]' to 'java:/jbpm/JbpmConfiguration' | 07:58:45,289 DEBUG [JbpmService] Started jboss.jbpm:name=DefaultJbpm,service=JbpmService | 07:58:45,399 WARN [ServiceController] Problem starting service jboss.mq:service=StateManager | java.lang.NoSuchMethodError: org.jboss.util.timeout.Timeout.cancel()V | at org.jboss.tm.TransactionImpl.cancelTimeout(TransactionImpl.java:1359) | at org.jboss.tm.TransactionImpl.completeTransaction(TransactionImpl.java:1179) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:359) | at org.jboss.tm.TxManager.commit(TxManager.java:224) | at org.jboss.mq.sm.jdbc.JDBCStateManager$JDBCSession.close(JDBCStateManager.java:630) | .... | 07:59:10,805 INFO [STDOUT] Exception in thread "JbpmCommandExecutor" | 07:59:10,821 INFO [STDOUT] java.lang.NoClassDefFoundError: org/dom4j/DocumentException | 07:59:10,821 INFO [STDOUT] at org.jbpm.db.hibernate.HibernateHelper.createConfiguration(HibernateHelper.java:84) | 07:59:10,821 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getConfiguration(DbPersistenceServiceFactory.java:68) | 07:59:10,821 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90) | 07:59:10,836 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74) | ... | 07:59:11,211 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: jboss.mq:service=StateManager | State: FAILED | Reason: java.lang.NoSuchMethodError: org.jboss.util.timeout.Timeout.cancel()V | I Depend On: | jboss.jca:service=DataSourceBinding,name=DefaultDS | Depends On Me: | jboss.mq:service=DestinationManager | | ObjectName: jboss.mq:service=PersistenceManager | State: FAILED | Reason: java.lang.NoSuchMethodError: org.jboss.util.timeout.Timeout.cancel()V | I Depend On: | jboss.jca:service=DataSourceBinding,name=DefaultDS | Depends On Me: | jboss.mq:service=DestinationManager | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.mq:service=StateManager | State: FAILED | Reason: java.lang.NoSuchMethodError: org.jboss.util.timeout.Timeout.cancel()V | I Depend On: | jboss.jca:service=DataSourceBinding,name=DefaultDS | Depends On Me: | jboss.mq:service=DestinationManager | | ObjectName: jboss.mq:service=PersistenceManager | State: FAILED | Reason: java.lang.NoSuchMethodError: org.jboss.util.timeout.Timeout.cancel()V | I Depend On: | jboss.jca:service=DataSourceBinding,name=DefaultDS | Depends On Me: | jboss.mq:service=DestinationManager | ... | 07:59:12,321 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 59s:797ms | 07:59:15,789 INFO [STDOUT] Exception in thread "JbpmScheduler" | 07:59:15,805 INFO [STDOUT] java.lang.NoClassDefFoundError: org/dom4j/DocumentException | 07:59:15,805 INFO [STDOUT] at org.jbpm.db.hibernate.HibernateHelper.createConfiguration(HibernateHelper.java:84) | 07:59:15,805 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getConfiguration(DbPersistenceServiceFactory.java:68) | 07:59:15,821 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90) | 07:59:15,821 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74) | 07:59:15,821 INFO [STDOUT] at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78) | ... | Not sure this is a valid test, but I think it show's there is something fundamentally different between the starter-kit and 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981780#3981780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981780 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
