sonatype / nexus-public

Sonatype Nexus Repository Open-source codebase mirror
https://www.sonatype.com/products/repository-oss-download
Eclipse Public License 1.0
1.96k stars 578 forks source link

Nexus MUST have H2 2.2.230 or later, it can crash otherwise #521

Open eliasbalasis opened 2 days ago

eliasbalasis commented 2 days ago

Nexus crashed while running due to a bug in H2 database driver.

Invalid chunk id 0

see https://github.com/h2database/h2database/issues/4102

This has crashed one of the most recent versions of Nexus, 3.72.0-04 while 3.74.0-05 which is the latest currently does not seem to be resolving the issue, probably because it does not carry H2 2.3.230+ 3.72.0-04 was running without issues and it seems to have suffered from a catastrophic failure because of this.

No workaround

Nexus crashed while running due to a bug in H2 database driver.

Create a new release, with H2 driver 2.3.230 or later.

3.74.0-05 with H2 database