-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
org.owasp:dependency-check-maven:6.2.0 DatabaseException: Unable to connect to the database #3416
Comments
For reference, the dependency-checker is triggered by a profile
|
I'm seeing the same in our tests for the sbt plugin. Could it be this change that removed the default driver name for h2?
|
@albuch it's always possible - but in reality using a JDBC4 compliant driver should not require calling |
I figured out one thing that might be causing this. I re-added the driver registration on all paths. Apparently, this is done during the |
We have the same issue. We use the last version of the plugin and have the same error at any time. |
@albuch any chance you can test with the latest snapshot? I am unable to reproduce the issue locally or on the CI... |
@jeremylong no more errors with |
Maven release with embedded dependency check fails after upgrading the dependency-check plugin.
I have bumped the dependency-check-maven plugin from version 5.3.2 to 6.2.0
I have also purged the DB (internal H2) as stated in the release notes.
I have executed both:
I also tried deleting the data directly on my Jenkins server at
My maven release step keeps failing with
I am executing a
mvn clean release:clean release:prepare release:perform
I see a warning during the
mvn release:prepare
step:It then proceeds running a succesfull analysis
But in the subsequent
mvn release:perform
step, the site generation fails with the error listed in the beginning of this Issue.The text was updated successfully, but these errors were encountered: