sonatype / nexus-public

Sonatype Nexus Repository Open-source codebase mirror
https://www.sonatype.com/products/repository-oss-download
Eclipse Public License 1.0
1.84k stars 557 forks source link

Can't log into Nexus https://oss.sonatype.org with uom user #343

Closed keilw closed 4 months ago

keilw commented 4 months ago

Starting first yesterday, the deployment of artifacts by https://github.com/unitsofmeasurement (JSR 385 and related projects) failed with errors like: https://app.circleci.com/pipelines/github/unitsofmeasurement/uom-systems/157/workflows/604dfbf0-52b4-4c09-a4e6-778654de5993/jobs/768

[INFO] Installing /home/circleci/repo/pom.xml to /home/circleci/.m2/repository/systems/uom/systems-parent/2.2-SNAPSHOT/systems-parent-2.2-SNAPSHOT.pom
[INFO] 
[INFO] --- install:3.1.1:install (default) @ systems-parent ---
[INFO] Installing /home/circleci/repo/pom.xml to /home/circleci/.m2/repository/systems/uom/systems-parent/2.2-SNAPSHOT/systems-parent-2.2-SNAPSHOT.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ systems-parent ---
Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/systems/uom/systems-parent/2.2-SNAPSHOT/maven-metadata.xml
Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/systems/uom/systems-parent/2.2-SNAPSHOT/maven-metadata.xml (598 B at 54 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/systems/uom/systems-parent/2.2-SNAPSHOT/systems-parent-2.2-20240217.194830-10.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Units of Measurement Systems Parent 2.2-SNAPSHOT:
[INFO] 
[INFO] Units of Measurement Systems Parent ................ FAILURE [  0.535 s]
[INFO] Units of Measurement Systems Quantities ............ SKIPPED
[INFO] Units of Measurement Common Unit Systems ........... SKIPPED
[INFO] Units of Measurement Unicode CLDR System ........... SKIPPED
[INFO] Units of Measurement UCUM System ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.252 s
[INFO] Finished at: 2024-02-17T19:48:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project systems-parent: Failed to deploy artifacts: Could not transfer artifact systems.uom:systems-parent:pom:2.2-20240217.194830-10 from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots): status code: 403, reason phrase: Forbidden (403) -> [Help 1]

The "uom" user also cannot log into https://oss.sonatype.org.

Other users, e.g. the ones for https://github.com/javaMoney/ (JSR 354) are unaffected.

keilw commented 4 months ago

@nblair Any news?

nblair commented 4 months ago

Hi @keilw - unfortunately this isn't the right place to get the help you need.

This issue tracker is specifically for deployments of Nexus Repository OSS. Per (https://central.sonatype.org/news/20240109_issues_sonatype_org_deprecation/):

Registration and Namespace Requests Users new to publishing via Maven Central will need to register via central.sonatype.com.

Support Requests All other support requests will go through our central-support@sonatype.com email.

keilw commented 4 months ago

Hi @nblair I also wrote to central-support but no answer yet ;-/ I really hope, they react soon, because this problem blocks the new releases of si-units and other libraries used by numerious projects and commercial products, e.g. SmartHome/OpenHAB and many others. Last time I was still able to log in the download stats of uom API and implementations were 500k per month or more, so it is not just a pet project. While it was an error code 401 back then, we had a similar problem twice with the JavaMoney deployment user: OSSRH-91078. And someone else had the same problem with error 403 about a year ago: OSSRH-87560.

Let's hope, your colleagues can also fix this one like they did back then?