Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reached the max retry count error #149

Closed
regadas opened this issue Mar 27, 2020 · 5 comments
Closed

Reached the max retry count error #149

regadas opened this issue Mar 27, 2020 · 5 comments

Comments

@regadas
Copy link

regadas commented Mar 27, 2020

Hi @xerial

with the latest release I'm seeing this:

2020-03-27 13:10:01.257Z error [Sonatype] 
77
wvlet.airframe.http.HttpClientMaxRetryException: Reached the max retry count 0/0: [504: Gateway Timeout] Request failed: <html>
78
<head><title>504 Gateway Time-out</title></head>
79
<body bgcolor="white">
80
<center><h1>504 Gateway Time-out</h1></center>
81
</body>
82
</html>

Any new option I'm missing?

@taig
Copy link

taig commented Mar 27, 2020

I'm also experiencing this, but the same is happening with the previous release (3.8.1). So I assume the issue is on sonatype's end and will be resolved eventually.

@plokhotnyuk
Copy link

Sonatype Ops are working on that: https://twitter.com/sonatype_ops/status/1243532338090381312

I hope they will update their status page for today: https://status.maven.org/#week

@regadas
Copy link
Author

regadas commented Mar 27, 2020

oh 3.8.1 worked somehow for me. Anyway, glad it's on sonatype! I'll close this once it's back to normal. (just in case somebody stumbles upon this as well)

@xerial
Copy link
Owner

xerial commented Mar 27, 2020

Yeah. I also experienced the same issue. Sonatype OSS API is now under maintenance. For a relief, I'll increase the total timeout (upto 10 min) for individual HTTP requests and release sbt-sonatype 3.9.2: 24ab0e9

@xerial
Copy link
Owner

xerial commented Mar 27, 2020

Released sbt-sonatype 3.9.2. We still may see this error if sonatype is under maintenance or returns 504. In this case, we need to retry sonatypeBundleRelease after a while.

@xerial xerial closed this as completed Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants