nexus3 Questions

3

Solved

I've created a Nexus server using the official Docker image from Sonatype. My version is 3.28.1 and I can't find admin password or admin.password file in the usual place. cat /opt/sonatype/sonatype...
Spector asked 2/1, 2021 at 1:4

4

Solved

I have set up my docker repo, below is the docker-compose.yml file: version: '2' networks: prodnetwork: driver: bridge services: nexus: image: sonatype/nexus3 volumes: - "nexus-data:/nexus...
Rumor asked 20/9, 2017 at 9:44

4

I am using the following command to run my container docker run -d -p 9001:8081 --name nexus -v /Users/user.name/dockerVolume/nexus:/nexus-data sonatype/nexus3 Container starts and fail immediat...
Radiotelegraphy asked 30/1, 2018 at 4:6

5

Nexus 2.x had a REST API to download artifacts like below but no longer works for Nexus 3.x wget "http://local:8081/service/local/artifact/maven/redirect?g=com.mycompany&a=my-app&v=LATEST"...
Helpmeet asked 14/9, 2016 at 11:3

3

Solved

I'm testing a new version of our npm packages registry. I'd like to run a job in our CI server specifying a registry different of the default. I tried to execute npm publish --registry "http://ne...
Consanguineous asked 23/8, 2019 at 21:7

2

I am using Acive Choice Reactive Parameter plugin to list down Nexus Artifacts. This is the groovy script which I'm currently using. import groovy.json.* def targetUrl = "https://nexus.xxxx.l...
Lorenzetti asked 24/6, 2020 at 4:49

3

Solved

In Nexus 3 backup procedure has changed. In Nexus 2 recommended was to run a OS scheduled task / cron job to rsync some directories to a backup location. In Nexus 3 the recommended way seems to ...
Enterotomy asked 14/3, 2018 at 7:49

3

When I start nexus3 in a docker container I get the following error messages. $ docker run --rm sonatype/nexus3:3.8.0 Warning: Cannot open log file: ../sonatype-work/nexus3/log/jvm.log Warning: Fo...
Silverts asked 6/7, 2018 at 11:38

7

We are using Nexus Repository version 3.2.0-01 and started getting the following error in nexus.log. OrientDB has got corrupted. Nexus is no longer starting. 2017-03-21 13:00:36,329+0000 INFO...
Knacker asked 22/3, 2017 at 12:31

3

I have set up a Nexus 3 Manager to host private npm packages. The nexus contains three npm repositories, one hosted, one proxy and one group to combine the other two. The npm bearer realm if activa...
Kenward asked 24/4, 2020 at 11:56

12

Solved

We've just upgraded out nexus installation to the latest release (3.x). Is there any way to get the latest version of a given snapshot artifact? Nexus 2 had a nice API which is not supported anymor...
Enterovirus asked 17/5, 2016 at 15:43

3

In Nexus Repository Manager 2 you could move deleted assets/components on the server from the .trash-folder to repository to restore anything you might have deleted. This is because Nexus stored Co...
Cabinda asked 20/6, 2017 at 6:57

5

Solved

I was wondering how to download all (not one or two specified ones) artifacts from a Nexus 3 repo to local disk. In Nexus 2 it was easy since everything was stored on disk and I would just rsync al...
Legnica asked 28/9, 2017 at 10:41

4

Just installed Nexus 3.0.0-03, started up, followed the doc, but can't login with default admin/admin123. The only error I can see is the login refusal message:Incorrect username or password, or n...
Exhale asked 27/4, 2016 at 3:13

7

I use Nexus 3 and I want to delete my old releases. In Nexus 2 there is a scheduled task called Remove Releases From Repository. It seems that this tasks is missing in Nexus 3. How can we delete ...
Bautram asked 22/11, 2016 at 13:11

3

Solved

What are "sufficient access rights to run the Nexus service" (as nexus user on Linux) Nexus3 Documentation https://books.sonatype.com/nexus-book/reference3/install.html#configure-service say T...
Pulchia asked 6/6, 2017 at 12:27

8

Solved

After installing Nexus Repository Manager OSS 3 I do not see option Artifact Upload to upload artifacts through web page. In Nexus Repository Manager OSS 2.13 there is option to do that operation....
Bevbevan asked 31/5, 2016 at 10:25

2

Solved

After starting a Sonatype Nexus 3 image (command 1) I tried to create a repo and push one test image (command 2) to that repo but got an error 405 (error 1) command 1 $ docker run -d -p 8081:8081...
Paripinnate asked 26/10, 2018 at 12:46

4

Solved

I'm using Nexus Repository Manager 3.1.0-04, and I want to create a user to just have deployment permissions. What are the minimal set of privileges required for that? Right now I created a role n...
Hafner asked 5/12, 2016 at 3:43

2

Solved

I am using nexus as a Docker container, with tag sonatype/nexus3:3.14.0. Also, I connect nexus with LDAP for user better user management it is helpful for group and role management. For my case, I...
Newmodel asked 22/2, 2019 at 11:25

3

Solved

I am trying to store nexus data in persistent volume. To do that I am using this compose yaml: version: '3.5' services: nexus: image: sonatype/nexus3 volumes: - ./nexus-data:/nexus-data sonat...
Alexandretta asked 8/1, 2020 at 11:1

3

Solved

Where can I find the groovy API documentation containing the list of available function for Sonatype Nexus 3? I saw the web page below which describes core repository blobStore security https...
Hetti asked 18/4, 2018 at 10:48

5

Solved

As we all know Nexus 3 does not have REST API yet, which is very weird for me. I can only download artifacts manually using wget or curl. But as I'm using Maven 3, all the snapshots artifacts are n...
Pons asked 15/12, 2016 at 14:35

1

Solved

I have installed Nexus on Ubuntu 18.04 LTS. When I want to start Nexus service I get this error: nexus[24049]: No suitable Java Virtual Machine could be found on your system. nexus[24049]: The ver...
Arapaima asked 11/3, 2019 at 23:9

2

Solved

I wonder if there is a way to delete many items from nexus repository. I have some RAW type repositories with some web application releases(simple tar.bz2 binary files): In some repositories are a...
Homiletics asked 14/2, 2019 at 12:25

© 2022 - 2024 — McMap. All rights reserved.