I can start nexus manually using the command '/etc/rc.d/nexus start', but when I add nexus into my rc.conf DAEMONS, it does not start at the system boot. Does anyone experience this issue?
Search Criteria
Package Details: nexus 2.14.18.01-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/nexus.git (read-only, click to copy) |
---|---|
Package Base: | nexus |
Description: | Nexus 2 Repository Manager (OSS) |
Upstream URL: | http://nexus.sonatype.org |
Keywords: | artifact repository |
Licenses: | GPL3 |
Conflicts: | nexus-oss, nexus2, nexus3 |
Provides: | nexus, nexus2 |
Submitter: | triplem |
Maintainer: | pa314159 |
Last Packager: | pa314159 |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2009-11-17 23:13 (UTC) |
Last Updated: | 2020-09-22 12:02 (UTC) |
Dependencies (1)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, jdk8-openj9-binAUR, jdk-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, java-openjdk-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jdkAUR, jdk21-jetbrains-binAUR, java-openjdk-ea-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4
tinhtruong commented on 2011-05-26 03:09 (UTC)
yaya_2013 commented on 2011-04-21 13:45 (UTC)
Updated to 1.9.1
yaya_2013 commented on 2011-03-11 11:12 (UTC)
Updated to 1.9.0.1
Change log
https://issues.sonatype.org/secure/ReleaseNote.jspa?projectId=10001&version=11079
yaya_2013 commented on 2011-02-24 21:43 (UTC)
updated to 1.9
To 1.9 Release from 1.8.0.1
Sonatype has changed how the lucene indexes are stored on disk, it is required that users reindex all repositories in their nexus server to start benefitting from the changes (and for search to work properly).
<deleted-account> commented on 2010-12-14 18:45 (UTC)
I got the AJP connectors working with the following:
1. Copied jetty-ajp-6.1.19.jar (taken from a default jetty download) to /opt/nexus/runtime/apps/nexus/lib/jetty-ajp-6.1.19.jar
2. Followed the instructions at: http://docs.codehaus.org/display/JETTY/Configuring+AJP13+Using+mod_jk
The missing piece was the necessary jetty-ajp-6.1.19.jar file, which isn't included in the install archive.
<deleted-account> commented on 2010-12-14 00:48 (UTC)
Has anybody been able to get the AJP connection to Apache working? Adding the AJP connector, as described at http://docs.codehaus.org/display/JETTY/Configuring+AJP13+Using+mod_jk gives the following error in the logs:
FATAL | jvm 1 | 2010/12/13 17:45:02 | Unable to start the Container: Guice creation errors:
1) Error initializing: class org.sonatype.plexus.jetty.DefaultServletContainer
while locating org.sonatype.plexus.jetty.DefaultServletContainer
at ClassRealm[plexus.core, parent: null]
while locating org.sonatype.plexus.jetty.ServletContainer
yaya_2013 commented on 2010-10-23 11:15 (UTC)
updated for nexus 1.8.0
<deleted-account> commented on 2010-06-27 11:09 (UTC)
PKGBUILD for 1.7.0
http://pastebin.com/HdLfke3u
Pinned Comments
pa314159 commented on 2020-09-22 10:37 (UTC)
Changed the layout to match Arch locations.
After upgrading to 2.14.18, you need to move all the content of /opt/sonatype-work/nexus to /var/log/nexus and /var/lib/nexus