for transparency, the email:
Dear Central Team,
after getting along with w/ the new OSSRH Staging API
using these curl commands to manage the staging area and
release them into the central namespace ...
I get error due to 'big' files being incomplete, i.e. truncated.
Hence the signature, sha1 and md5 checks failed in the 'upload API command'.
original : jogl-all-mobile-2.6.0-sources.jar 27371614 bytes
on central: jogl-all-mobile-2.6.0-sources.jar 27370613 bytes
The whole 'package' is therefor marked failed in the publish view.
The sha1, md5 and gpg asc files itself are correct,
as well as many other uploaded artifacts not exceeding ~26MB.
I use:
- 'mvn gpg:sign-and-deploy-file ...'
- <
https://maven.apache.org/plugins/maven-gpg-plugin/sign-and-deploy-file-mojo.html>
- apache-maven-3.9.11
- org.apache.maven.wagon 3.5.3
- maven-gpg-plugin 3.2.8
- OSSRH Staging API via curl
<
https://ossrh-staging-api.central.sonatype.com/swagger-ui/#/default/manual_upload_repository>
Below an excerpt regarding of the upload log of the truncated file
`jogl-all-mobile-2.6.0-sources.jar`.
Please advise.
Thank you.
Best regards,
~Sven
gpg: writing to '/usr/local/projects/JogAmp/jogamp-scripting/maven/output/jogl-all-mobile/2.6.0/jogl-all-mobile-2.6.0-sources.jar.asc'
...
Uploaded to jogamp-sonatype: https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/org/jogamp/jogl/jogl-all-mobile/2.6.0/jogl-all-mobile-2.6.0-sources.jar.asc (858 B at 147 B/s)
Uploaded to jogamp-sonatype: https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/org/jogamp/jogl/jogl-all-mobile/2.6.0/jogl-all-mobile-2.6.0-sources.jar (27 MB at 1.4 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.880 s
[INFO] Finished at: 2025-09-07T11:44:47+02:00
[INFO] ------------------------------------------------------------------------
Sonatype Upload
81
{"error":"Failed to process request: Deployment reached an unexpected status: Failed\npkg:maven/org.jogamp.jogl/jogl-all-mobile@2.6.0\n- Invalid md5 checksum for file: jogl-all-mobile-2.6.0-sources.jar\n- Invalid sha1 checksum for file: jogl-all-mobile-2.6.0-sources.jar\n- Invalid signature for file: jogl-all-mobile-2.6.0-sources.jar.asc"}
Sonatype Repos Post Upload
195
{"repositories":[{"key":"Fq1oyr/95.91.145.112/org.jogamp--default-repository","state":"closed","description":null,"portal_deployment_id":"b94a5283-fab3-4a67-a79e-5e03f5b72a07"}]}