Sonatype Nexus Repository 3.67.0 Released

We are pleased to announce Sonatype Nexus Repository 3.67.0. This release introduces Java 11 support and multiple bug fixes. It also includes a major Groovy dependency upgrade from 2.4.17 to 3.0.19. See the Sonatype Nexus Repository 3.67.0 Release Notes for full details.

1 Like

How can I submit an issue for latest Nexus Repository version 3.67 (PRO license)?

  • Running container 3.67.0-java11
  • In UI navigation visit Support > System Information
  • Error message
  • In nexus.log (UI navigation Support > Logs > nexus.log)
  • Stacktrace
2024-04-04 11:19:56,201+0000 INFO  [qtp122652271-959]  admin org.sonatype.nexus.internal.atlas.SystemInformationGeneratorImpl - Generating system information report
2024-04-04 11:19:56,208+0000 WARN  [qtp122652271-959]  admin org.sonatype.nexus.siesta.internal.UnexpectedExceptionMapper - (ID b7e613ae-b48d-4e22-8ef4-0b7d0a76dce8) Unexpected exception: java.lang.NullPointerException
java.lang.NullPointerException: null
	at com.sonatype.nexus.licensing.ext.SystemInformationHelperImpl.getValue(SystemInformationHelperImpl.java:48)
	at com.sonatype.nexus.licensing.ext.SystemInformationHelperImpl.getValue(SystemInformationHelperImpl.java:1)
	at org.sonatype.nexus.common.app.SystemInformationHelper$getValue.call(Unknown Source)
	at org.sonatype.nexus.internal.atlas.SystemInformationGeneratorImpl$_report_closure11.doCall(SystemInformationGeneratorImpl.groovy:221)
	at jdk.internal.reflect.GeneratedMethodAccessor463.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030)
	at groovy.lang.Closure.call(Closure.java:427)
[...]

No issues for same page when running container 3.67.0 (java8).

Hi Tom,

Licensed users can use our support system at https://support.sonatype.com to get help.

Regards,

Rich

1 Like

Iā€™m trying to install nexus-3.67.0-03. Unable to run next with Java11. can you someone help to fix this?
[nexus@nexus bin]$ ./nexus run
-Djava.endorsed.dirs=lib/endorsed is not supported. Endorsed standards and standalone APIs
in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[nexus@nexus bin]$ java -version
openjdk version ā€œ11.0.22ā€ 2024-01-16 LTS
OpenJDK Runtime Environment (Red_Hat-11.0.22.0.7-1) (build 11.0.22+7-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.22.0.7-1) (build 11.0.22+7-LTS, mixed mode, sharing)