Details
-
Type:
Publishing Support
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Labels:
-
Group Id:null
-
Publishing Hostname:oss.sonatype.org
-
Modify publishing permissions?:No
Description
When trying to stage the artifact com.nqadmin.rowset:jdbcrowsetimpl, the uploading seems to fail after the first two files. Sometimes it will get a little further. I've tried from two different networks/machines in case it was a local network issue, but that does not seem to be the case. With our last release, I just kept trying periodically throughout the day and finally it went through.
There should be 8 files (pom, main jar, source, & java doc plus .asc file for each).
If I look at the Staging Repository, I see comnqadmin-1039 - 1041. 1041 has some of the files. The others have some metadata xml files.
Here's the local part that I think is relevant:
[INFO] Performing remote staging...
[INFO]
[INFO] * Remote staging into staging profile ID "3f5717d1db5fa"
[INFO] * Created staging repository with ID "comnqadmin-1041".
[INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comnqadmin-1041
[INFO] * Uploading locally staged artifacts to profile com.nqadmin
[INFO] Uploading to : https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comnqadmin-1041/com/nqadmin/rowset/jdbcrowsetimpl/1.0.2/jdbcrowsetimpl-1.0.2.jar
[INFO] Uploading to : https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comnqadmin-1041/com/nqadmin/rowset/jdbcrowsetimpl/1.0.2/jdbcrowsetimpl-1.0.2.pom
[INFO] Uploaded to : https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comnqadmin-1041/com/nqadmin/rowset/jdbcrowsetimpl/1.0.2/jdbcrowsetimpl-1.0.2.jar (111 kB at 219 kB/s)
[ERROR] Remote staging finished with a failure: Failed to deploy artifacts: Could not transfer artifact com.nqadmin.rowset:jdbcrowsetimpl:pom:1.0.2 from/to ossrh (https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comnqadmin-1041): Access denied to https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comnqadmin-1041/com/nqadmin/rowset/jdbcrowsetimpl/1.0.2/jdbcrowsetimpl-1.0.2.pom. Error code 401,
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
No big rush, but don't want to just keep randomly trying.
Thanks.
-Brian