You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently integrated atomikos (4.0.6) with our spring boot rest api. We have 3 different datasources and have configured separate datasource beans for them.
Application is starting up successfully and we are able to perform all operations without any issues. But during startup we are seeing below warnings and we couldn't identify the root causes. Need help in resolving the same.
WARN - AtomikosDataSoureBean 'applicationXaDataSource': poolsize equals default - this may cause
WARN - Attempt to create a transaction with a timeout that exceeds maximum - truncating to: 30000
WARN - Cannot call method 'rollback' while a global transaction is running [changelog)
WARN - Error rolling back after precondition check liquibase exception. DatabaseException: liquibase.exception.DatabaseException: com.atomikos.jdbc.AtomikosSQLException: Cannot call method 'rollback' while a global transaction is running.
Thanks.
The text was updated successfully, but these errors were encountered:
We have recently integrated atomikos (4.0.6) with our spring boot rest api. We have 3 different datasources and have configured separate datasource beans for them.
Application is starting up successfully and we are able to perform all operations without any issues. But during startup we are seeing below warnings and we couldn't identify the root causes. Need help in resolving the same.
Thanks.
The text was updated successfully, but these errors were encountered: