sonatype-nexus-community / nexus-repository-apt

A Nexus Repository 3 plugin that allows usage of apt repositories
Eclipse Public License 1.0
105 stars 50 forks source link

Upgrade from 3.14.0-04 to 3.15.2-01 fails #100

Closed avazula closed 5 years ago

avazula commented 5 years ago

The command above doesn't return any error message when the service starts, but when you check the status about a dozen of seconds after starting it, here's what I get:

root@server-name:/opt/sonatype-work/nexus3/log# systemctl status nexus.service 
* nexus.service - nexus service
Loaded: loaded (/etc/systemd/system/nexus.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-03-07 10:25:04 CET; 24min ago
Process: 4976 ExecStop=/opt/nexus/bin/nexus stop (code=exited, status=0/SUCCESS)
Process: 4603 ExecStart=/opt/nexus/bin/nexus start (code=exited, status=0/SUCCESS)
Main PID: 4765 (code=exited, status=255)

Mar 07 10:24:49 adahra systemd[1]: Starting nexus service...
Mar 07 10:24:49 adahra systemd[1]: Started nexus service.
Mar 07 10:25:04 adahra systemd[1]: nexus.service: Main process exited, code=exited, status=255/n/a
Mar 07 10:25:04 adahra nexus[4976]: Shutting down nexus
Mar 07 10:25:04 adahra nexus[4976]: nexus is not running.
Mar 07 10:25:04 adahra systemd[1]: nexus.service: Unit entered failed state.
Mar 07 10:25:04 adahra systemd[1]: nexus.service: Failed with result 'exit-code'.
avazula commented 5 years ago

Shoot, I'm realizing this repo is for the APT plugin only. I'm sorry for bothering you. Could someone please delete this issue?

mpoindexter commented 5 years ago

Closing per submitter request