You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up dependency track with a new volume, and the API server logs show it has completed the NistApiMirrorTask and EpssMirrorTask a h2 error is thrown which does not clear on restart:
2025-01-21 16:46:19,959 INFO [RequirementsVerifier] Initializing requirements verifier
2025-01-21 16:46:19,960 INFO [UpgradeInitializer] Initializing upgrade framework
2025-01-21 16:47:22,284 WARN [Schema] Exception thrown while querying indices for table=AFFECTEDVERSIONATTRIBUTION
org.h2.jdbc.JdbcSQLNonTransientException: General error: "org.h2.mvstore.MVStoreException: Chunk 19247 not found [2.3.232/9]" [50000-232]
Steps to Reproduce
Start dependency track with new docker volume via docker compose.
Configure the following:
Admin user password change.
NVD API mirroring with an NVD API Key.
OSV with vuln ID matching.
Upload a BOM.
Await completion of [NistApiMirrorTask], [EpssMirrorTask], and [EpssParser].
Await [EmbeddedJettyServer] doing a config dump, followed by the error.
Expected Behavior
API server not to throw an error, indices from AFFECTEDVERSIONATTRIBUTION to match intended state.
Since we don't recommend using H2, and H2 keeps causing issues, we shouldn't have it as a default for new users.
Relates to DependencyTrack#4573
Signed-off-by: nscuro <nscuro@protonmail.com>
Current Behavior
After setting up dependency track with a new volume, and the API server logs show it has completed the
NistApiMirrorTask
andEpssMirrorTask
a h2 error is thrown which does not clear on restart:Steps to Reproduce
[NistApiMirrorTask]
,[EpssMirrorTask]
, and[EpssParser]
.[EmbeddedJettyServer]
doing a config dump, followed by the error.Expected Behavior
API server not to throw an error, indices from
AFFECTEDVERSIONATTRIBUTION
to match intended state.Dependency-Track Version
4.12.2
Dependency-Track Distribution
Container Image
Database Server
H2
Database Server Version
No response
Browser
Google Chrome
Checklist
The text was updated successfully, but these errors were encountered: