lucamolteni commented on PR #2992:
URL:
https://github.com/apache/incubator-kie-optaplanner/pull/2992#issuecomment-1742965412
There seem to be some concurrency problem while binding addresses
```
Caused by: java.lang.RuntimeException: Unable to start HTTP server
at
io.quarkus.vertx.http.runtime.VertxHttpRecorder.doServerStart(VertxHttpRecorder.java:846)
at
io.quarkus.vertx.http.runtime.VertxHttpRecorder.startServer(VertxHttpRecorder.java:339)
at
io.quarkus.deployment.steps.VertxHttpProcessor$openSocket189362710.deploy_0(Unknown
Source)
at
io.quarkus.deployment.steps.VertxHttpProcessor$openSocket189362710.deploy(Unknown
Source)
... 53 more
Caused by: java.util.concurrent.ExecutionException:
io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address
already in use
at
java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
at
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
at
io.quarkus.vertx.http.runtime.VertxHttpRecorder.doServerStart(VertxHttpRecorder.java:773)
... 56 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]