Git Product home page Git Product logo

Comments (7)

gschafra avatar gschafra commented on September 27, 2024 1

As suspected... the problem also occurs with another third-party bundle/plugin: https://github.com/sonatype-nexus-community/nexus-repository-cargo. So, it's DEFINITLY NOT related the the bundle/plugin itself. This strengthens me in the assumption that it is a problem of Nexus itself.

from nexus-repository-composer.

mvanini avatar mvanini commented on September 27, 2024 1

same problem here with some composer repository definend during Nexus upgrade passing from 3.45.1 to 3.53.0 each with plugin version 0.0.29.
Only way I've found to get my Nexus start was using the "most permanent install" of the composer plugin.

I hope this save you some panic moment ;)

from nexus-repository-composer.

gschafra avatar gschafra commented on September 27, 2024 1

@mvanini Could you please confirm the corresponding issue (everything points to a nexus problem so far, sonatype/nexus-public#106) at the public nexus repo. I am afraid "they" (or any GPT bot) do not believe me/us. Other third party bundles seem also to be affected.

from nexus-repository-composer.

gschafra avatar gschafra commented on September 27, 2024

My nexus docker file:

# declaration of NEXUS_VERSION must appear before first FROM command
# see: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
ARG NEXUS_VERSION=latest

FROM sonatype/nexus3:$NEXUS_VERSION

ARG NEXUS_COMPOSER_VERSION=0.0.29
ARG DEPLOY_DIR=/opt/sonatype/nexus/deploy/

ENV NEXUS_COMPOSER_VERSION=${NEXUS_COMPOSER_VERSION}
ENV DEPLOY_DIR=${DEPLOY_DIR}

USER root
RUN microdnf update -y && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y  wget
RUN wget -O ${DEPLOY_DIR}nexus-repository-composer-${NEXUS_COMPOSER_VERSION}-bundle.kar https://repo1.maven.org/maven2/org/sonatype/nexus/plugins/nexus-repository-composer/${NEXUS_COMPOSER_VERSION}/nexus-repository-composer-${NEXUS_COMPOSER_VERSION}-bundle.kar
# COPY ./nexus-repository-composer-*-bundle.kar ${DEPLOY_DIR}
USER nexus

from nexus-repository-composer.

gschafra avatar gschafra commented on September 27, 2024

FYI: Looks like the plugin is not loading at all.

from nexus-repository-composer.

gschafra avatar gschafra commented on September 27, 2024

I hope this save you some panic moment ;)

Ohh... thanks a lot... this REALLY provides relief... since I'm struggling with this problems for hours... and I thought I was kind of stupid.

from nexus-repository-composer.

texaclou avatar texaclou commented on September 27, 2024

Hello, the issue seems to be resolved since 3.54.
sonatype/nexus-public#106 (comment)

from nexus-repository-composer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.