Skip to content

Instantly share code, notes, and snippets.

@j5ik2o
Last active March 27, 2020 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j5ik2o/e7d1916d32c05660738e54afbb0d004a to your computer and use it in GitHub Desktop.
Save j5ik2o/e7d1916d32c05660738e54afbb0d004a to your computer and use it in GitHub Desktop.

[info] Reapplying settings... [info] Set current project to reactive-aws-clients-project (in build file:/home/parallels/Sources/reactive-aws-clients/) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.twitter.jvm.Hotspot (file:/home/parallels/.cache/coursier/v1/https/repo1.maven.org/maven2/com/twitter/util-jvm_2.12/20.3.0/util-jvm_2.12-20.3.0.jar) to field sun.management.ManagementFactoryHelper.jvm WARNING: Please consider reporting this to the maintainers of com.twitter.jvm.Hotspot WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2020-03-27 04:55:45.069-0700 info [finagle] Using bridged scheduler with 4 workers 2020-03-27 04:55:45.074-0700 info [finagle] Finagle version 20.3.0 (rev=e3fd6d1bd88c9ed7edeb98a6598e23800924c633) built at 20200308-110321 2020-03-27 04:55:45.740-0700 info [SonatypeService] sonatypeRepository : https://oss.sonatype.org/service/local - (SonatypeService.scala:24) 2020-03-27 04:55:45.740-0700 info [SonatypeService] sonatypeProfileName : com.github.j5ik2o - (SonatypeService.scala:25) [info] Preparing a new staging repository for [sbt-sonatype] reactive-aws-clients-project 1.2.2 2020-03-27 04:55:45.741-0700 info [SonatypeClient] Reading staging repository profiles... - (SonatypeClient.scala:93) 2020-03-27 04:55:46.431-0700 info [SonatypeClient] Reading staging profiles... - (SonatypeClient.scala:105) 2020-03-27 04:55:59.969-0700 info [SonatypeService] No previous staging repository for [sbt-sonatype] reactive-aws-clients-project 1.2.2 was found - (SonatypeService.scala:96) 2020-03-27 04:56:18.721-0700 info [SonatypeClient] Creating a staging repository in profile com.github.j5ik2o with a description key: [sbt-sonatype] reactive-aws-clients-project 1.2.2 - (SonatypeClient.scala:111) 2020-03-27 04:57:19.442-0700 error [Sonatype] wvlet.airframe.http.HttpClientMaxRetryException: Reached the max retry count 0/0: [504: Gateway Timeout] Request failed:

<title>504 Gateway Time-out</title>

504 Gateway Time-out

at wvlet.airframe.http.finagle.FinagleRetryFilter.$anonfun$dispatch$2(FinagleRetryFilter.scala:66)
at com.twitter.util.Future.$anonfun$flatMap$1(Future.scala:1823)
at com.twitter.util.Promise$FutureTransformer.liftedTree1$1(Promise.scala:240)
at com.twitter.util.Promise$FutureTransformer.k(Promise.scala:240)
at com.twitter.util.Promise$Transformer.apply(Promise.scala:215)
at com.twitter.util.Promise$WaitQueue.com$twitter$util$Promise$WaitQueue$$run(Promise.scala:91)
at com.twitter.util.Promise$WaitQueue$$anon$1.run(Promise.scala:86)
at com.twitter.concurrent.LocalScheduler$Activation.run(Scheduler.scala:167)
at com.twitter.concurrent.LocalScheduler$Activation.submit(Scheduler.scala:126)
at com.twitter.concurrent.LocalScheduler.submit(Scheduler.scala:243)
at com.twitter.concurrent.BridgedThreadPoolScheduler.submit(Scheduler.scala:333)
at com.twitter.concurrent.BridgedThreadPoolScheduler$$anon$2.run(Scheduler.scala:337)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)

Caused by: wvlet.airframe.http.HttpClientException: [504: Gateway Timeout] Request failed:

<title>504 Gateway Time-out</title>

504 Gateway Time-out

at wvlet.airframe.http.HttpClientException$.requestFailure(HttpClientException.scala:68)
at wvlet.airframe.http.HttpClientException$.classifyHttpResponse(HttpClientException.scala:87)
at wvlet.airframe.http.HttpClient$.$anonfun$defaultHttpClientRetry$1(HttpClient.scala:384)
at wvlet.airframe.http.finagle.FinagleRetryFilter.$anonfun$dispatch$1(FinagleRetryFilter.scala:56)  - (Sonatype.scala:408)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment