[jboss-user] [JBoss jBPM] - Re: Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA
fjfernandez
do-not-reply at jboss.com
Thu Jun 28 10:51:51 EDT 2007
Hello everyone,
"ngtdave" wrote : 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 'org.jbpm.JbpmConfiguration at 157b39f' 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
| | ...
| |
|
|
I have been using jbpm3.1 with the jboss 4.0.3 that i got with the starter-kit and now i have to migrate my applications to a jboss 4.0.5. I have copied the folder jbpm with the configuration that jboss 4.0.3 had into the folder server in jboss4.0.5 and when i start it with 'run.sh -c jbpm' i also get that warning, but i don't know what that warning means and what effects it can have. So, what problems can i have in my applications? Is that configuration correct for jboss4.0.5? What changes should i make to configurate jboss4.0.5?
Thanks in advance and regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058786#4058786
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058786
More information about the jboss-user
mailing list