Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Maven repository Checksum Error

S lDec 21 2023

Hello Community,

we are experiencing trouble with a Maven Dependency in our Buildpipeline. Which is “ Checksum validation failed” with:

<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.0.2</version>
</dependency>

There maven will result in an “error reading /home/circleci/.m2/repository/com/oracle/jdbc/ojdbc7/12.1.0.2/ojdbc7-12.1.0.2.jar; zip END header not found”

Could you pls investigate what is happening?

Kind Regards

Pæŧ

Comments
Post Details
Added on Dec 21 2023
3 comments
322 views