After moving from v4.31.1 to v4.32.0 we see the following error in the logs:
WARNING: *** Duplicate ojdbc JAR files ***
/opt/liquibase/lib/ojdbc.jar
/opt/liquibase/lib/ojdbc.jar
It says: duplicate, but then reports the same file twice.
Is this a known issue or not related?
The only change we made is an update of the version.
Pete
June 16, 2025, 2:34pm
2
Welcome to the forum @GijsbertVanOeveren ! No one has brought up the issue on these forums but I see that you reported in GitHub. That’s the right thing to do. The team meets every week to review and prioritize new issues. If you follow along there, you’ll be able to keep track of progress. Thanks for reporting it!
For others that have seen this the link to the GitHub issue is:
opened 08:10AM - 12 Jun 25 UTC
### Search first
- [x] I searched and no similar issues were found
### Descrip… tion
After moving from v4.31.1 to v4.32.0 we see the following error in the logs:
WARNING: *** Duplicate ojdbc JAR files ***
/opt/liquibase/lib/ojdbc.jar
/opt/liquibase/lib/ojdbc.jar
It says: duplicate, but then reports the same file twice.
Is this a known issue or not related?
The only change we made is an update of the version.
### Steps To Reproduce
Just run the liquibase script and with every action this is logged.
Starting Liquibase for generic/tcm.changelog.xml
WARNING: *** Duplicate ojdbc JAR files ***
/opt/liquibase/lib/ojdbc.jar
/opt/liquibase/lib/ojdbc.jar
WARNING: *** Duplicate ojdbc.jar JAR files ***
/opt/liquibase/lib/ojdbc.jar
/opt/liquibase/lib/ojdbc.jar
Starting Liquibase at 12:00:38 using Java 17.0.15 (version 4.32.0 #8159 built at 2025-05-19 23:00+0000)
Liquibase Version: 4.32.0
Liquibase Open Source 4.32.0 by Liquibase
Liquibase command 'clearChecksums' was executed successfully.
WARNING: *** Duplicate ojdbc JAR files ***
/opt/liquibase/lib/ojdbc.jar
/opt/liquibase/lib/ojdbc.jar
WARNING: *** Duplicate ojdbc.jar JAR files ***
/opt/liquibase/lib/ojdbc.jar
### Expected/Desired Behavior
There is only 1 file, not duplicate so the error should not be shown
### Liquibase Version
v4.32.0
### Database Vendor & Version
_No response_
### Liquibase Integration
_No response_
### Liquibase Extensions
_No response_
### OS and/or Infrastructure Type/Provider
_No response_
### Additional Context
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR (Thank you!)