DependencyTrack / dependency-track

Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.
https://dependencytrack.org/
Apache License 2.0
2.43k stars 529 forks source link

H2 Database error preventing Dependency Track to run #3844

Closed VikraKrish closed 2 weeks ago

VikraKrish commented 2 weeks ago

Current Behavior

DBError

I get the below error when trying to run the Dependency tracker. Any help would be appreciated on how to resolve this issue.

Steps to Reproduce

  1. Tried installing DT using Docker Compose (default DB config)
  2. Both the front end and API server is UP
  3. But the app fetched error when loaded in browser
  4. On checking the logs, it threw some H2 database error

Expected Behavior

The app should be loading properly in the browser.

Dependency-Track Version

4.11.0

Dependency-Track Distribution

Container Image

Database Server

H2

Database Server Version

No response

Browser

Google Chrome

Checklist

nscuro commented 2 weeks ago

Duplicate of #2061. However, a restart should fix this particular issue. It's a race condition. A fix is being worked on, see the linked issue.