Package Details: nexus-oss 3.73.0.12-1

Git Clone URL: https://aur.archlinux.org/nexus-oss.git (read-only, click to copy)
Package Base: nexus-oss
Description: Nexus 3 Repository OSS
Upstream URL: http://nexus.sonatype.org
Keywords: nexus nexus3 sonatype
Licenses: custom:nexus-oss
Provides: nexus-oss
Submitter: pa314159
Maintainer: pa314159
Last Packager: pa314159
Votes: 8
Popularity: 0.46
First Submitted: 2017-12-28 00:46 (UTC)
Last Updated: 2024-11-10 18:16 (UTC)

Dependencies (1)

Required by (0)

Sources (7)

Pinned Comments

pa314159 commented on 2024-10-10 13:46 (UTC) (edited on 2024-10-10 17:27 (UTC) by pa314159)

Starting with version 3.71.0, Nexus Repository will no longer support OrientDB, Java 8, or Java 11.

You must migrate to H2 before upgrading to version 3.71.0. Review the upgrade instructions for versions 3.71.0 and beyond at:

https://help.sonatype.com/en/orient-3-70-java-8-or-11.html

Version 3.70.2.01 (5cd4a326be92) provides all ingredients needed for migration.

If enabled, Nexus OSS service will be stopped and disabled, you can enable it manually after migration.

You can find nexus-db-migrator.jar in "/usr/lib/nexus-oss/bin". Make sure you use Java-11 for migration, or the migration will fail.

!!! BACKUP everything before anything else and make sure you voted for this package !!!

Latest Comments

pa314159 commented on 2024-10-10 13:46 (UTC) (edited on 2024-10-10 17:27 (UTC) by pa314159)

Starting with version 3.71.0, Nexus Repository will no longer support OrientDB, Java 8, or Java 11.

You must migrate to H2 before upgrading to version 3.71.0. Review the upgrade instructions for versions 3.71.0 and beyond at:

https://help.sonatype.com/en/orient-3-70-java-8-or-11.html

Version 3.70.2.01 (5cd4a326be92) provides all ingredients needed for migration.

If enabled, Nexus OSS service will be stopped and disabled, you can enable it manually after migration.

You can find nexus-db-migrator.jar in "/usr/lib/nexus-oss/bin". Make sure you use Java-11 for migration, or the migration will fail.

!!! BACKUP everything before anything else and make sure you voted for this package !!!

pa314159 commented on 2024-06-20 08:50 (UTC)

Starting with version 3.69.0-02, this package requires Java 11.

iggypop commented on 2022-04-22 09:45 (UTC) (edited on 2022-04-22 09:46 (UTC) by iggypop)

Hello, nexus won't start when latest zlib package (1:1.2.12-1) is installed. nexus runs well with zlib 1:1.2.11-5. Also rebuild after upgrade doesn't work. Any ideas? lot of errors like this:

022-04-22 09:52:49,857+0200 ERROR [jetty-main-1]  *SYSTEM Felix - Bundle org.apache.felix.framework [0] EventDispatcher: Error during dispatch. (java.lang.NoClassDefFoundError: org/apache/karaf/specs/locator/OsgiLocator)
java.lang.NoClassDefFoundError: org/apache/karaf/specs/locator/OsgiLocator
        at org.apache.karaf.specs.activator.Activator.register(Activator.java:125)
        at org.apache.karaf.specs.activator.Activator.bundleChanged(Activator.java:97)
        at org.apache.felix.framework.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:915)
        at org.apache.felix.framework.EventDispatcher.fireEventImmediately(EventDispatcher.java:834)
        at org.apache.felix.framework.EventDispatcher.fireBundleEvent(EventDispatcher.java:516)
        at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4817)
        at org.apache.felix.framework.StatefulResolver.fireResolvedEvents(StatefulResolver.java:1300)
        at org.apache.felix.framework.StatefulResolver.resolve(StatefulResolver.java:512)
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4363)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2281)
        at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998)
        at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984)
        at org.sonatype.nexus.features.internal.FeaturesWrapper.startBundle(FeaturesWrapper.java:262)
        at java.util.ArrayList.forEach(ArrayList.java:1259)
        at org.sonatype.nexus.features.internal.FeaturesWrapper.fastInstallFeature(FeaturesWrapper.java:185)
        at org.sonatype.nexus.features.internal.FeaturesWrapper.invoke(FeaturesWrapper.java:129)
        at com.sun.proxy.$Proxy1.installFeatures(Unknown Source)
        at org.sonatype.nexus.bootstrap.osgi.BootstrapListener.installNexusEdition(BootstrapListener.java:333)
        at org.sonatype.nexus.bootstrap.osgi.BootstrapListener.contextInitialized(BootstrapListener.java:135)
        at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:1067)
        at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:572)
        at org.eclipse.jetty.server.handler.ContextHandler.contextInitialized(ContextHandler.java:996)
        at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:746)
        at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379)
        at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449)
        at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414)
        at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:910)
        at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
        at com.codahale.metrics.jetty9.InstrumentedHandler.doStart(InstrumentedHandler.java:101)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
        at org.eclipse.jetty.server.Server.start(Server.java:423)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
        at org.eclipse.jetty.server.Server.doStart(Server.java:387)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
        at org.sonatype.nexus.bootstrap.jetty.JettyServer$JettyMainThread.run(JettyServer.java:274)
2022-04-22 09:52:49,858+0200 ERROR [FelixDispatchQueue]  *SYSTEM Events.Framework - FrameworkEvent ERROR
java.lang.NoClassDefFoundError: org/apache/karaf/specs/locator/OsgiLocator

FabioLolix commented on 2017-12-28 01:38 (UTC)

This package is missing the license field, like

license=(custom:sonytape)

and java-environment dependency, which you can see using namcap

What is the difference with nexus3 package?