Created
December 3, 2019 16:47
-
-
Save gregjan/1a1a7e752384b30604eb030e693b5bbb to your computer and use it in GitHub Desktop.
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
[email protected] | | |
2019-11-20 15:39:45,863 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] | |
(vert.x-worker-thread-18) | |
HTTP Request to /2dacfa78-3996-4cb2-83a2-a082eeddf37c failed, error | |
id: 7fbd39af-8cd6-4090-8efa-0e96036995d7-685: | |
org.jboss.resteasy.spi.UnhandledException: | |
com.google.common.util.concurrent.UncheckedExecutionException: | |
java.util.concurrent.CompletionException: | |
com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed | |
out after PT2S | |
[email protected] | | |
at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:381) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:209) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:252) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:153) | |
[email protected] | | |
at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:363) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:156) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:238) | |
[email protected] | | |
at io.quarkus.resteasy.runtime.standalone.RequestDispatcher.service(RequestDispatcher.java:73) | |
[email protected] | | |
at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatch(VertxRequestHandler.java:109) | |
[email protected] | | |
at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatchRequestContext(VertxRequestHandler.java:84) | |
[email protected] | | |
at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.lambda$handle$0(VertxRequestHandler.java:71) | |
[email protected] | | |
at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$2(ContextImpl.java:316) | |
[email protected] | | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
[email protected] | | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
[email protected] | | |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
[email protected] | | |
at java.lang.Thread.run(Thread.java:748) | |
[email protected] | | |
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: | |
java.util.concurrent.CompletionException: | |
com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed | |
out after PT2S | |
[email protected] | | |
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2050) | |
[email protected] | | |
at com.google.common.cache.LocalCache.get(LocalCache.java:3952) | |
[email protected] | | |
at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4871) | |
[email protected] | | |
at org.trellisldp.cache.TrellisCache.get(TrellisCache.java:45) | |
[email protected] | | |
at org.trellisldp.ext.webapp.AuthorizationCache_ClientProxy.get(AuthorizationCache_ClientProxy.zig:177) | |
[email protected] | | |
at org.trellisldp.webac.WebAcService.getAccessModes(WebAcService.java:235) | |
[email protected] | | |
at org.trellisldp.webac.WebAcService_ClientProxy.getAccessModes(WebAcService_ClientProxy.zig:56) | |
[email protected] | | |
at org.trellisldp.webac.WebAcFilter.filter(WebAcFilter.java:181) | |
[email protected] | | |
at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:311) | |
[email protected] | | |
at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:423) | |
[email protected] | | |
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:391) | |
[email protected] | | |
at org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invoke$1(ResourceMethodInvoker.java:365) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110) | |
[email protected] | | |
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:365) | |
[email protected] | | |
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:477) | |
[email protected] | | |
... 14 more | |
[email protected] | | |
Caused by: java.util.concurrent.CompletionException: | |
com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed | |
out after PT2S | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:326) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:338) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.uniRelay(CompletableFuture.java:911) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture$UniRelay.tryFire(CompletableFuture.java:899) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) | |
[email protected] | | |
at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) | |
[email protected] | | |
at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.setFinalError(CqlRequestHandler.java:443) | |
[email protected] | | |
at com.datastax.oss.driver.internal.core.cql.CqlRequestHandler.lambda$scheduleTimeout$1(CqlRequestHandler.java:224) | |
[email protected] | | |
at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:680) | |
[email protected] | | |
at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:755) | |
[email protected] | | |
at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:483) | |
[email protected] | ... 2 more | |
[email protected] | | |
Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: | |
Query timed out after PT2S | |
[email protected] | ... 6 more | |
[email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment