Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atomikos warnings during application startup #205

Open
Jothianand opened this issue Feb 19, 2024 · 0 comments
Open

Atomikos warnings during application startup #205

Jothianand opened this issue Feb 19, 2024 · 0 comments

Comments

@Jothianand
Copy link

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.

  1. WARN - AtomikosDataSoureBean 'applicationXaDataSource': poolsize equals default - this may cause
  2. WARN - Attempt to create a transaction with a timeout that exceeds maximum - truncating to: 30000
  3. WARN - Cannot call method 'rollback' while a global transaction is running [changelog)
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant