Created
June 24, 2019 15:27
-
-
Save kamilkloch/fa453ecdc4ae79097be8d22737e2539b to your computer and use it in GitHub Desktop.
http4s self-signed certificate Exception
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend [2019-06-24 17:25:23,365] INFO [blaze-selector-1] o.h.b.c.n.NIO1SocketServerGroup:278 - Accepted connection from /0:0:0:0:0:0:0:1:45760 | |
backend [2019-06-24 17:25:23,367] WARN [blaze-selector-1] o.h.b.p.s.SSLStage:217 - SSLException in SSL handshake | |
backend javax.net.ssl.SSLException: Received fatal alert: certificate_unknown | |
backend at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) | |
backend at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) | |
backend at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) | |
backend at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) | |
backend at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) | |
backend at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshakeLoop$1(SSLStage.scala:160) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshake(SSLStage.scala:214) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1(SSLStage.scala:169) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1$adapted(SSLStage.scala:167) | |
backend at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:19) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:18) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.go$1(Actor.scala:57) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.run(Actor.scala:72) | |
backend at org.http4s.blaze.util.Execution$$anon$3.execute(Execution.scala:67) | |
backend at org.http4s.blaze.util.Actor.$bang(Actor.scala:45) | |
backend at org.http4s.blaze.util.SerialExecutionContext.execute(SerialExecutionContext.scala:25) | |
backend at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:288) | |
backend at scala.concurrent.Promise.complete(Promise.scala:53) | |
backend at scala.concurrent.Promise.complete$(Promise.scala:52) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) | |
backend at scala.concurrent.Promise.success(Promise.scala:86) | |
backend at scala.concurrent.Promise.success$(Promise.scala:86) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:187) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.readReady(NIO1HeadStage.scala:146) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.opsReady(NIO1HeadStage.scala:130) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.processKeys(SelectorLoop.scala:199) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.org$http4s$blaze$channel$nio1$SelectorLoop$$runLoop(SelectorLoop.scala:170) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop$$anon$1.run(SelectorLoop.scala:67) | |
backend at java.lang.Thread.run(Thread.java:748) | |
backend [2019-06-24 17:25:23,367] ERROR [blaze-selector-1] o.h.s.b.Http1ServerStage$$anon$1:222 - Fatal Error: Error in requestLoop() | |
backend javax.net.ssl.SSLException: Received fatal alert: certificate_unknown | |
backend at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) | |
backend at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) | |
backend at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) | |
backend at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) | |
backend at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) | |
backend at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshakeLoop$1(SSLStage.scala:160) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshake(SSLStage.scala:214) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1(SSLStage.scala:169) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1$adapted(SSLStage.scala:167) | |
backend at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:19) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:18) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.go$1(Actor.scala:57) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.run(Actor.scala:72) | |
backend at org.http4s.blaze.util.Execution$$anon$3.execute(Execution.scala:67) | |
backend at org.http4s.blaze.util.Actor.$bang(Actor.scala:45) | |
backend at org.http4s.blaze.util.SerialExecutionContext.execute(SerialExecutionContext.scala:25) | |
backend at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:288) | |
backend at scala.concurrent.Promise.complete(Promise.scala:53) | |
backend at scala.concurrent.Promise.complete$(Promise.scala:52) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) | |
backend at scala.concurrent.Promise.success(Promise.scala:86) | |
backend at scala.concurrent.Promise.success$(Promise.scala:86) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:187) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.readReady(NIO1HeadStage.scala:146) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.opsReady(NIO1HeadStage.scala:130) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.processKeys(SelectorLoop.scala:199) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.org$http4s$blaze$channel$nio1$SelectorLoop$$runLoop(SelectorLoop.scala:170) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop$$anon$1.run(SelectorLoop.scala:67) | |
backend at java.lang.Thread.run(Thread.java:748) | |
backend [2019-06-24 17:25:23,367] WARN [blaze-selector-2] o.h.b.p.s.SSLStage:217 - SSLException in SSL handshake | |
backend javax.net.ssl.SSLException: Received fatal alert: certificate_unknown | |
backend at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) | |
backend at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) | |
backend at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) | |
backend at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) | |
backend at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) | |
backend at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshakeLoop$1(SSLStage.scala:160) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshake(SSLStage.scala:214) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1(SSLStage.scala:169) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1$adapted(SSLStage.scala:167) | |
backend at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:19) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:18) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.go$1(Actor.scala:57) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.run(Actor.scala:72) | |
backend at org.http4s.blaze.util.Execution$$anon$3.execute(Execution.scala:67) | |
backend at org.http4s.blaze.util.Actor.$bang(Actor.scala:45) | |
backend at org.http4s.blaze.util.SerialExecutionContext.execute(SerialExecutionContext.scala:25) | |
backend at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:288) | |
backend at scala.concurrent.Promise.complete(Promise.scala:53) | |
backend at scala.concurrent.Promise.complete$(Promise.scala:52) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) | |
backend at scala.concurrent.Promise.success(Promise.scala:86) | |
backend at scala.concurrent.Promise.success$(Promise.scala:86) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:187) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.readReady(NIO1HeadStage.scala:146) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.opsReady(NIO1HeadStage.scala:130) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.processKeys(SelectorLoop.scala:199) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.org$http4s$blaze$channel$nio1$SelectorLoop$$runLoop(SelectorLoop.scala:170) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop$$anon$1.run(SelectorLoop.scala:67) | |
backend at java.lang.Thread.run(Thread.java:748) | |
backend [2019-06-24 17:25:23,371] INFO [blaze-selector-3] o.h.b.c.n.NIO1SocketServerGroup:278 - Accepted connection from /0:0:0:0:0:0:0:1:45764 | |
backend [2019-06-24 17:25:23,371] INFO [blaze-selector-4] o.h.b.c.n.NIO1SocketServerGroup:278 - Accepted connection from /0:0:0:0:0:0:0:1:45766 | |
backend [2019-06-24 17:25:23,373] INFO [blaze-selector-5] o.h.b.c.n.NIO1SocketServerGroup:278 - Accepted connection from /0:0:0:0:0:0:0:1:45768 | |
backend [2019-06-24 17:25:23,384] ERROR [blaze-selector-1] o.h.b.c.n.NIO1HeadStage:320 - Abnormal NIO1HeadStage termination | |
backend javax.net.ssl.SSLException: Received fatal alert: certificate_unknown | |
backend at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) | |
backend at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) | |
backend at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) | |
backend at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) | |
backend at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) | |
backend at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshakeLoop$1(SSLStage.scala:160) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshake(SSLStage.scala:214) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1(SSLStage.scala:169) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1$adapted(SSLStage.scala:167) | |
backend at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:19) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:18) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.go$1(Actor.scala:57) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.run(Actor.scala:72) | |
backend at org.http4s.blaze.util.Execution$$anon$3.execute(Execution.scala:67) | |
backend at org.http4s.blaze.util.Actor.$bang(Actor.scala:45) | |
backend at org.http4s.blaze.util.SerialExecutionContext.execute(SerialExecutionContext.scala:25) | |
backend at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:288) | |
backend at scala.concurrent.Promise.complete(Promise.scala:53) | |
backend at scala.concurrent.Promise.complete$(Promise.scala:52) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) | |
backend at scala.concurrent.Promise.success(Promise.scala:86) | |
backend at scala.concurrent.Promise.success$(Promise.scala:86) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:187) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.readReady(NIO1HeadStage.scala:146) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.opsReady(NIO1HeadStage.scala:130) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.processKeys(SelectorLoop.scala:199) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.org$http4s$blaze$channel$nio1$SelectorLoop$$runLoop(SelectorLoop.scala:170) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop$$anon$1.run(SelectorLoop.scala:67) | |
backend at java.lang.Thread.run(Thread.java:748) | |
backend [2019-06-24 17:25:23,384] ERROR [blaze-selector-2] o.h.s.b.Http1ServerStage$$anon$1:222 - Fatal Error: Error in requestLoop() | |
backend javax.net.ssl.SSLException: Received fatal alert: certificate_unknown | |
backend at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) | |
backend at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) | |
backend at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) | |
backend at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) | |
backend at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) | |
backend at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshakeLoop$1(SSLStage.scala:160) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshake(SSLStage.scala:214) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1(SSLStage.scala:169) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1$adapted(SSLStage.scala:167) | |
backend at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:19) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:18) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.go$1(Actor.scala:57) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.run(Actor.scala:72) | |
backend at org.http4s.blaze.util.Execution$$anon$3.execute(Execution.scala:67) | |
backend at org.http4s.blaze.util.Actor.$bang(Actor.scala:45) | |
backend at org.http4s.blaze.util.SerialExecutionContext.execute(SerialExecutionContext.scala:25) | |
backend at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:288) | |
backend at scala.concurrent.Promise.complete(Promise.scala:53) | |
backend at scala.concurrent.Promise.complete$(Promise.scala:52) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) | |
backend at scala.concurrent.Promise.success(Promise.scala:86) | |
backend at scala.concurrent.Promise.success$(Promise.scala:86) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:187) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.readReady(NIO1HeadStage.scala:146) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.opsReady(NIO1HeadStage.scala:130) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.processKeys(SelectorLoop.scala:199) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.org$http4s$blaze$channel$nio1$SelectorLoop$$runLoop(SelectorLoop.scala:170) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop$$anon$1.run(SelectorLoop.scala:67) | |
backend at java.lang.Thread.run(Thread.java:748) | |
backend [2019-06-24 17:25:23,416] ERROR [blaze-selector-2] o.h.b.c.n.NIO1HeadStage:320 - Abnormal NIO1HeadStage termination | |
backend javax.net.ssl.SSLException: Received fatal alert: certificate_unknown | |
backend at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666) | |
backend at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634) | |
backend at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1800) | |
backend at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083) | |
backend at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907) | |
backend at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781) | |
backend at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshakeLoop$1(SSLStage.scala:160) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.sslHandshake(SSLStage.scala:214) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1(SSLStage.scala:169) | |
backend at org.http4s.blaze.pipeline.stages.SSLStage.$anonfun$sslHandshake$1$adapted(SSLStage.scala:167) | |
backend at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:19) | |
backend at org.http4s.blaze.util.SerialExecutionContext$$anon$1.act(SerialExecutionContext.scala:18) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.go$1(Actor.scala:57) | |
backend at org.http4s.blaze.util.Actor$RecycleableRunnable.run(Actor.scala:72) | |
backend at org.http4s.blaze.util.Execution$$anon$3.execute(Execution.scala:67) | |
backend at org.http4s.blaze.util.Actor.$bang(Actor.scala:45) | |
backend at org.http4s.blaze.util.SerialExecutionContext.execute(SerialExecutionContext.scala:25) | |
backend at scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:288) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:288) | |
backend at scala.concurrent.Promise.complete(Promise.scala:53) | |
backend at scala.concurrent.Promise.complete$(Promise.scala:52) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) | |
backend at scala.concurrent.Promise.success(Promise.scala:86) | |
backend at scala.concurrent.Promise.success$(Promise.scala:86) | |
backend at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:187) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.readReady(NIO1HeadStage.scala:146) | |
backend at org.http4s.blaze.channel.nio1.NIO1HeadStage.opsReady(NIO1HeadStage.scala:130) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.processKeys(SelectorLoop.scala:199) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop.org$http4s$blaze$channel$nio1$SelectorLoop$$runLoop(SelectorLoop.scala:170) | |
backend at org.http4s.blaze.channel.nio1.SelectorLoop$$anon$1.run(SelectorLoop.scala:67) | |
backend at java.lang.Thread.run(Thread.java:748) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment