-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
RHDG 8.5.1 GA, RHDG 8.5.x CD, RHDG 8.5.0 GA
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
When running DG Server in container, the server report download request either from console or just directly over REST hangs and after some times prints an exception:
2024-09-26 19:51:06,143 ERROR [o.i.r.RestRequestHandler] ISPN012005: An error occurred while responding to the client java.util.concurrent.CompletionException: java.lang.IllegalStateException: Timed out waiting report process finish at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1521) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalStateException: Timed out waiting report process finish at org.infinispan.server.Server.lambda$getServerReport$12(Server.java:756) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ... 5 more
Please note, that the download works fine when the server is started outside of container.
- is caused by
-
ISPN-16672 [Rest] Server report download fails with exception
- Resolved