error deployment bdm and resume de bpm services

1
0
-1

hi, Bonita Community
When i pause the bpm services, and upload a new bdm , next i resume the bpm services and show me the next error:

"2016-07-08 16:36:24.912 -0500 org.bonitasoft.engine.api.impl.resolver.DependencyResolver org.bonitasoft.engine.log.technical.TechnicalLoggerSLF4JImpl log
WARNING: THREAD_ID=42 | HOSTNAME=Bonita-Test | TENANT_ID=1 | Unable to resolve dependencies after they were modified because of org.bonitasoft.engine.services.SPersistenceException: org.hibernate.HibernateException: Current transaction is not in progress. Please retry it manually"

i try to reset the server, reset the tomcat, and veryfing the BD of the tables, but the error will continue.

¡¡¡ I need help !!!
thanks for you support :)

Comments

Submitted by romain.abrantes on Wed, 12/21/2016 - 16:46

Hi,
I'm just facing the same problem, did you solve it ?

Best regards,
Romain

Submitted by desparzagophone... on Wed, 08/28/2019 - 16:55

tengo el mismo problema...

Submitted by juarezjl on Wed, 01/11/2017 - 18:45

Hi,
I have the same problem and make me crazy, did you solve it?

Thank you!

Submitted by romain.abrantes on Wed, 12/21/2016 - 14:57
1 answer

1
0
-1

Hello,

There was also this message in the catalina.log file:

2017-01-19 08:32:13.349 +0100 WARNING: bitronix.tm.BitronixTransaction transaction timed out: a Bitronix Transaction with GTRID [626F6E6974612D746F6D6361742D62746D2D6E6F64653000000000159E27190000009F], status=MARKED_ROLLBACK, 1 resource(s) enlisted (started Mon Jan 05 05:44:46 CET 1970)

We solve the issue after having increased the default XA transaction timeout.

When Tomcat is used with 7.3.2 version:
1. Edit the BonitaBPMSubscription-7.3.2-Tomcat-7.0.67/conf/bitronix-config.properties file
2. Uncomment/Add the property below

bitronix.tm.timer.defaultTransactionTimeout=600

3. Restart Tomcat

regards,
Jerome

Notifications