sonatype / nexus-public

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

Nexus OSS 3.73 fails to start after upgrade from 3.72 #490

Open josephworks opened 1 week ago

josephworks commented 1 week ago

I tried upgrading from Ubuntu 22.04 to Ubuntu 24.04 to see if the issue is fixed but both versions of Ubuntu don't work.

Java version:

openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu224.04)
OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu224.04, mixed mode, sharing)

I have attached the log file. nexus.log

josephworks commented 5 days ago

I think that the issue may be cause by this: https://help.sonatype.com/en/configuring-blob-stores.html#enabling-encryption-on-an-existing-blob-store

I'm not sure how to disable encryption without being able to start the server...

josephworks commented 5 days ago

The issue has been fixed by restoring a backup (running 3.71) and setting the Encryption Type to none: image And then upgrading again.

Is it possible for devs to make the migration/upgrade from prior versions to Nexus 3.73 do this by default?