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

503 Service Unavailable Travis CI failure #527

Closed
Christewart opened this issue Jun 17, 2019 · 2 comments · Fixed by #567 or #1334
Closed

503 Service Unavailable Travis CI failure #527

Christewart opened this issue Jun 17, 2019 · 2 comments · Fixed by #567 or #1334
Labels

Comments

@Christewart
Copy link
Contributor

We have been seeing these failure fairly frequently on travis CI. I believe it has something to do with starting bitcoind

https://travis-ci.org/bitcoin-s/bitcoin-s/jobs/546681050#L576

[info] org.bitcoins.chain.blockchain.sync.ChainSyncTest *** ABORTED ***
[info]   com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
[info]  at [Source: (String)"<HTML><HEAD>
[info] <TITLE>503 Service Unavailable</TITLE>
[info] </HEAD><BODY>
[info] <H1>Service Unavailable</H1>
[info] </BODY></HTML>
[info] "; line: 1, column: 2]
[info]   at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1804)
[info]   at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:693)
[info]   at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:591)
[info]   at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddValue(ReaderBasedJsonParser.java:1902)
[info]   at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:757)
[info]   at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4141)
[info]   at com.fasterxml.jackson.databind.ObjectMapper._readValue(ObjectMapper.java:3971)
[info]   at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2276)
[info]   at play.api.libs.json.jackson.JacksonJson$.parseJsValue(JacksonJson.scala:255)
[info]   at play.api.libs.json.StaticBinding$.parseJsValue(StaticBinding.scala:16)
[info]   at play.api.libs.json.Json$.parse(Json.scala:171)
[info]   at org.bitcoins.rpc.client.common.Client.$anonfun$getPayload$2(Client.scala:288)
[info]   at scala.util.Success.$anonfun$map$1(Try.scala:255)
[info]   at scala.util.Success.map(Try.scala:213)
[info]   at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
[info]   at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
[info]   at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
[info]   at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
@Christewart Christewart added the CI label Jun 17, 2019
Christewart added a commit to Christewart/bitcoin-s-core that referenced this issue Jul 3, 2019
…dicating that the service is unavailable. We shouldn't throw an exception if that happens
Christewart added a commit to Christewart/bitcoin-s-core that referenced this issue Jul 3, 2019
…dicating that the service is unavailable. We shouldn't throw an exception if that happens
torkelrogstad pushed a commit to Christewart/bitcoin-s-core that referenced this issue Jul 12, 2019
…dicating that the service is unavailable. We shouldn't throw an exception if that happens
Christewart added a commit to Christewart/bitcoin-s-core that referenced this issue Jul 13, 2019
…dicating that the service is unavailable. We shouldn't throw an exception if that happens
torkelrogstad pushed a commit to Christewart/bitcoin-s-core that referenced this issue Jul 16, 2019
…dicating that the service is unavailable. We shouldn't throw an exception if that happens
torkelrogstad added a commit that referenced this issue Jul 22, 2019
…e-exn-bitcoind

Attempt to resolve issue #527 where bitcoind returns html indicating …
@Christewart Christewart reopened this Aug 7, 2019
@Christewart
Copy link
Contributor Author

@Christewart
Copy link
Contributor Author

There was a bunch of failures here https://travis-ci.org/bitcoin-s/bitcoin-s/jobs/569952848#L1401

Christewart pushed a commit that referenced this issue May 1, 2021
…e-exn-bitcoind

Attempt to resolve issue #527 where bitcoind returns html indicating …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant