The http server closed the connection unexpectedly before delivering responses for 1 outstanding requests #4619
meittemarc
started this conversation in
General
Replies: 1 comment
-
Hello,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ALL,
I have encountered an issue below when running the "create an organisation/fail if permissions are missing" integration test. In my case I'm using the delta code of the master branch. But I don't have this issue when I use the delta docker. Please help me:
Exception encountered when invoking run on a nested suite - The http server closed the connection unexpectedly before delivering responses for 1 outstanding requests akka.http.impl.engine.client.OutgoingConnectionBlueprint$UnexpectedConnectionClosureException: The http server closed the connection unexpectedly before delivering responses for 1 outstanding requests at akka.http.impl.engine.client.OutgoingConnectionBlueprint$.$anonfun$apply$6(OutgoingConnectionBlueprint.scala:123) at akka.http.impl.engine.client.OutgoingConnectionBlueprint$.$anonfun$apply$6$adapted(OutgoingConnectionBlueprint.scala:123) at akka.http.impl.util.One2OneBidiFlow$One2OneBidi$$anon$1$$anon$4.onUpstreamFinish(One2OneBidiFlow.scala:97) at akka.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:524) at akka.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:390) at akka.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:650) at akka.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:521) at akka.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:625) at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:800) at akka.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:818) at akka.actor.Actor.aroundReceive(Actor.scala:537) at akka.actor.Actor.aroundReceive$(Actor.scala:535) at akka.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:716) at akka.actor.ActorCell.receiveMessage$$$capture(ActorCell.scala:579) at akka.actor.ActorCell.receiveMessage(ActorCell.scala) at akka.actor.ActorCell.invoke(ActorCell.scala:547) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) at akka.dispatch.Mailbox.run(Mailbox.scala:231) at akka.dispatch.Mailbox.exec(Mailbox.scala:243) at java.base/java.util.concurrent.ForkJoinTask.doExec$$$capture(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) at delay @ ch.epfl.bluebrain.nexus.tests.HttpClient.fromFuture(HttpClient.scala:38) at fromFuture @ ch.epfl.bluebrain.nexus.tests.HttpClient.fromFuture(HttpClient.scala:38) at flatMap @ ch.epfl.bluebrain.nexus.tests.HttpClient.request(HttpClient.scala:266) at map @ ch.epfl.bluebrain.nexus.tests.HttpClient.requestAssert(HttpClient.scala:202) at map @ ch.epfl.bluebrain.nexus.tests.BaseIntegrationSpec.$anonfun$initRealm$15(BaseIntegrationSpec.scala:191) at delay @ org.typelevel.log4cats.slf4j.internal.Slf4jLoggerInternal$Slf4jLogger.isInfoEnabled(Slf4jLoggerInternal.scala:66) at ifM$extension @ org.typelevel.log4cats.slf4j.internal.Slf4jLoggerInternal$Slf4jLogger.info(Slf4jLoggerInternal.scala:91) at flatMap @ ch.epfl.bluebrain.nexus.tests.BaseIntegrationSpec.$anonfun$initRealm$13(BaseIntegrationSpec.scala:190)
Beta Was this translation helpful? Give feedback.
All reactions