Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting 429 error from the Atlassian maven-public repository

rob damus October 26, 2023

For the past 2 days (2023-10-25), the Atlassian's repositories for the jira-rest-java-client-core are throwing 429 errors. 

Does anyone else have this issue?  i switched my build.gradle and updated to the latest version (5.2.7) and last night was able to continue the build, however tonight the issue is happening again with the maven-public repository this time

//no longer works
//maven { url "https://packages.atlassian.com/mvn/maven-atlassian-external/" }
//seems to work
maven { url "https://packages.atlassian.com/maven-public/" }

here is the exception:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':jira:shadowJar'.
> Could not resolve all dependencies for configuration ':jira:runtimeClasspath'.
   > Could not resolve com.atlassian.jira:jira-rest-java-client-core:5.2.7.
     Required by:
         project :jira
      > Could not resolve com.atlassian.jira:jira-rest-java-client-core:5.2.7.
         > Could not get resource 'https://packages.atlassian.com/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.2.7/jira-rest-java-client-core-5.2.7.pom'.
            > Could not GET 'https://packages.atlassian.com/maven-public/com/atlassian/jira/jira-rest-java-client-core/5.2.7/jira-rest-java-client-core-5.2.7.pom'. Received status code 429 from server: Too Many Requests

 

1 answer

0 votes
rob damus October 27, 2023

this morning both sites are up and serving their repositories.  

anyone know who the webmasters are for those repositories?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events