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...
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...
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"...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.