Questions tagged [nexus]

Sonatype Nexus is one of the world’s most widely used repository managers and it sets the standard for repository management providing development teams with the ability to proxy remote repositories and share software artifacts.

38 questions
17
votes
3 answers

Migrate Sonatype Nexus repo from one machine to another

I am trying to migrate nexus repo. How can I go about it, any pointers?
zengr
  • 327
  • 1
  • 3
  • 15
15
votes
4 answers

Cannot switch, ssh to specific user: su: cannot set user id: Resource temporarily unavailable?

/var/log/secure: su: pam_keyinit(su-l:session): Unable to change UID to 500 temporarily su: pam_keyinit(su-l:session): Unable to change UID to 500 temporarily su: pam_unix(su-l:session): session opened for user adtech by root(uid=0) su:…
quanta
  • 50,327
  • 19
  • 152
  • 213
9
votes
1 answer

Is it possible to authenticate to Sonatype Nexus via ssh keys

Is it possible to authenticate to Sonatype Nexus via ssh keys or any other method that does not require user password in maven settings.xml? I know there are user generated tokens in Sonatype Nexus Professional but we have regular Nexus.
8
votes
2 answers

Maven authentication to Sonatype Nexus repository

I cant seem to work this out (or maybe its just late!) - I installed Nexus and disabled anonymous access as I intend to proxy nexus on the web. It makes sense that there should be some manner to authenticate against the nexus repository, but I cant…
cmdematos
  • 299
  • 1
  • 4
  • 12
3
votes
1 answer

How to migrate the sonatype-nexus repository from one instance to another?

We have two nexus instances running on two different Linux servers. We are planning to have only single instance for all apps and hence wanted to move the repositories from a smaller nexus to another one. In Nexus Tip: Moving Artifacts Between Nexus…
saketh
  • 31
  • 1
  • 4
3
votes
1 answer

Nexus returns error 502 (Bad Gateway) when publishing artifacts

I've just completed the installation of Sonatype Nexus 3.2.1-01 and I'm trying to publish some artifacts using a Jenkins job and the Nexus Artifact Uploader 2.9 plugin. The upload starts fine: 100 % completed (572 kB / 572 kB). But then it throws…
Tedi
  • 161
  • 1
  • 1
  • 4
3
votes
1 answer

How do I run a Java Service Wrapper based application on startup

I want to be able to run Sonatype Nexus as a service on the Mac. It comes with the Java Service Wrapper start scripts for the mac so I basically have a shell script that can start the server. I believe I have to add some sort of setup to…
Manfred Moser
  • 173
  • 1
  • 7
3
votes
1 answer

Can I authenticate to Artifactory or Nexus repositories via SSH?

We're looking for a maven repo with a better browser interface, and a question has come up about whether plaintext passwords in .m2/settings.xml can be replaced with an SSH key when using either Artifactory or Nexus. Is it possible?
jldugger
  • 14,122
  • 19
  • 73
  • 129
2
votes
1 answer

How to increase the descriptors in nexus

I am trying to update nexus from 3.2.0 to nexus 3.7.1 ,getting a max file descriptors error message using docker container sonatype/nexus3:3.7.1 i tried to increase the descriptors to 65536 but it is not reflecting when i try with ulimit I did: cat…
Swat
  • 445
  • 5
  • 7
2
votes
1 answer

Disabling proxy repositories in Nexus

I'm setting up a new small Nexus OSS server on an Amazon EC2 instance. Nexus ships with proxies set up for the Apache, Central, and Codehaus repositories, assuming that the Nexus server will be local to the users. Since the Nexus server is at least…
1
vote
0 answers

Is it possible to decapsulate ERSPAN and forward on RSPAN?

I am currently running into an issue where we are trying to send our network traffic from our physical infrastructure into a virtual Alienvualt appliance, but our switches are unable to send RSPAN traffic. Nexus 9k's support SPAN and…
1
vote
1 answer

Unable to use a Nexus Docker Registry in a Docker Swarm

I am trying to set up a Nexus repository for use by a Docker Swarm. However, I am seeing some weird behaviour and I am not sure if it is something I did or if it is a bug because it appears to be present since 3.12 (that's the first version that…
1
vote
1 answer

Why is Nginx only serving the Index mark-up when I use it as a reverse proxy for Nexus 3 Repository Manager?

I am trying to serve a Nexus3 Repo Manager through Nginx reverse proxy, but it only serves the Index mark-up. I have set up Sonatype Nexus 3 Repository manager on an Azure RHEL (SELinux) instance. I have been trying to set up Nginx (on the same RHEL…
MrRed
  • 11
  • 5
1
vote
0 answers

Use Gitlab oauth service for Nexus3

I've a brand new Nexus Repository Manager version 3.6.1 and a Gitlab 10.0.3. I'ld like to use Gitlab as a oauth provider for authentification (I'm already doing that for Jenkins & SonarQube). Seems it was possible with a plugin for Nexus 2, and…
Rémy
  • 286
  • 1
  • 2
  • 8
1
vote
0 answers

Connecting SVIs on different VRFs\same subnet - Nexus 9k

I am trying to do is create several SVIs in the same subnet. This can be done by splitting them into different VRFs. The only way I feel I can connect these VRFs (and SVIs) together is by creating a physical ethernet connection from VLAN 100 to…
1
2 3