Created
October 19, 2019 14:03
-
-
Save DanielFroehlich/19953b593439e6235f4f0707d2821a91 to your computer and use it in GitHub Desktop.
Quarkus Infinispan Problem
This file contains 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
---------------- Quarkus Client failing: | |
2019-10-19 15:51:46,359 INFO [io.qua.dep.QuarkusAugmentor] (main) Quarkus augmentation completed in 608ms | |
2019-10-19 15:52:46,655 INFO [org.inf.cli.hot.RemoteCacheManager] (main) ISPN004021: Infinispan version: 10.0.0.CR1 | |
org.infinispan.client.hotrod.exceptions.TransportException:: java.net.SocketTimeoutException: FaultTolerantPingOperation{___protobuf_metadata, flags=0} timed out after 60000 ms | |
at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:79) | |
at org.infinispan.client.hotrod.impl.Util.await(Util.java:52) | |
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.ping(RemoteCacheImpl.java:542) | |
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.resolveStorage(RemoteCacheImpl.java:850) | |
at org.infinispan.client.hotrod.RemoteCacheManager.createRemoteCache(RemoteCacheManager.java:435) | |
at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:284) | |
at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:248) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer.initialize(InfinispanClientProducer.java:95) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer.remoteCacheManager(InfinispanClientProducer.java:282) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.create(InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.zig:234) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.get(InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.zig:42) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.get(InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.zig:106) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_Bean.create(ExportPlaylistJob_Bean.zig:270) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_Bean.create(ExportPlaylistJob_Bean.zig:394) | |
at io.quarkus.arc.AbstractSharedContext.createInstanceHandle(AbstractSharedContext.java:77) | |
at io.quarkus.arc.AbstractSharedContext.lambda$new$0(AbstractSharedContext.java:17) | |
at io.quarkus.arc.ComputingCache$CacheFunction.lambda$apply$0(ComputingCache.java:99) | |
at io.quarkus.arc.LazyValue.get(LazyValue.java:26) | |
at io.quarkus.arc.ComputingCache.getValue(ComputingCache.java:41) | |
at io.quarkus.arc.AbstractSharedContext.get(AbstractSharedContext.java:23) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_ClientProxy.arc$delegate(ExportPlaylistJob_ClientProxy.zig:81) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_ClientProxy.arc_contextualInstance(ExportPlaylistJob_ClientProxy.zig:99) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_Observer_onStart_fd71b5e0b207b7d1ef838b94eaeff75e52b8f463.notify(ExportPlaylistJob_Observer_onStart_fd71b5e0b207b7d1ef838b94eaeff75e52b8f463.zig:74) | |
at io.quarkus.arc.EventImpl$Notifier.notify(EventImpl.java:228) | |
at io.quarkus.arc.EventImpl.fire(EventImpl.java:69) | |
at io.quarkus.arc.runtime.LifecycleEventRunner.fireStartupEvent(LifecycleEventRunner.java:23) | |
at io.quarkus.arc.runtime.ArcRecorder.handleLifecycleEvents(ArcRecorder.java:103) | |
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent14.deploy_0(LifecycleEventsBuildStep$startupEvent14.zig:58) | |
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent14.deploy(LifecycleEventsBuildStep$startupEvent14.zig:77) | |
at io.quarkus.runner.ApplicationImpl1.doStart(ApplicationImpl1.zig:94) | |
at io.quarkus.runtime.Application.start(Application.java:94) | |
at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:135) | |
at io.quarkus.dev.DevModeMain.doStart(DevModeMain.java:180) | |
at io.quarkus.dev.DevModeMain.start(DevModeMain.java:94) | |
at io.quarkus.dev.DevModeMain.main(DevModeMain.java:66) | |
Caused by: java.net.SocketTimeoutException: FaultTolerantPingOperation{___protobuf_metadata, flags=0} timed out after 60000 ms | |
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.run(HotRodOperation.java:172) | |
at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38) | |
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:127) | |
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:416) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:515) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) | |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) | |
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) | |
at java.base/java.lang.Thread.run(Thread.java:834) | |
2019-10-19 15:53:46,709 ERROR [io.qua.dev.DevModeMain] (main) Failed to start quarkus: java.lang.RuntimeException: Failed to start quarkus | |
at io.quarkus.runner.ApplicationImpl1.doStart(ApplicationImpl1.zig:126) | |
at io.quarkus.runtime.Application.start(Application.java:94) | |
at io.quarkus.runner.RuntimeRunner.run(RuntimeRunner.java:135) | |
at io.quarkus.dev.DevModeMain.doStart(DevModeMain.java:180) | |
at io.quarkus.dev.DevModeMain.start(DevModeMain.java:94) | |
at io.quarkus.dev.DevModeMain.main(DevModeMain.java:66) | |
Caused by: org.infinispan.client.hotrod.exceptions.TransportException:: java.net.SocketTimeoutException: FaultTolerantPingOperation{___protobuf_metadata, flags=0} timed out after 60000 ms | |
at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:79) | |
at org.infinispan.client.hotrod.impl.Util.await(Util.java:52) | |
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.ping(RemoteCacheImpl.java:542) | |
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.resolveStorage(RemoteCacheImpl.java:850) | |
at org.infinispan.client.hotrod.RemoteCacheManager.createRemoteCache(RemoteCacheManager.java:435) | |
at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:284) | |
at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:248) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer.initialize(InfinispanClientProducer.java:95) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer.remoteCacheManager(InfinispanClientProducer.java:282) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.create(InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.zig:234) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.get(InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.zig:42) | |
at io.quarkus.infinispan.client.runtime.InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.get(InfinispanClientProducer_ProducerMethod_remoteCacheManager_b4943dc6282b3982ac4ff16d7d4370041f920ead_Bean.zig:106) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_Bean.create(ExportPlaylistJob_Bean.zig:270) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_Bean.create(ExportPlaylistJob_Bean.zig:394) | |
at io.quarkus.arc.AbstractSharedContext.createInstanceHandle(AbstractSharedContext.java:77) | |
at io.quarkus.arc.AbstractSharedContext.lambda$new$0(AbstractSharedContext.java:17) | |
at io.quarkus.arc.ComputingCache$CacheFunction.lambda$apply$0(ComputingCache.java:99) | |
at io.quarkus.arc.LazyValue.get(LazyValue.java:26) | |
at io.quarkus.arc.ComputingCache.getValue(ComputingCache.java:41) | |
at io.quarkus.arc.AbstractSharedContext.get(AbstractSharedContext.java:23) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_ClientProxy.arc$delegate(ExportPlaylistJob_ClientProxy.zig:81) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_ClientProxy.arc_contextualInstance(ExportPlaylistJob_ClientProxy.zig:99) | |
at io.opendj.service.housekeeping.ExportPlaylistJob_Observer_onStart_fd71b5e0b207b7d1ef838b94eaeff75e52b8f463.notify(ExportPlaylistJob_Observer_onStart_fd71b5e0b207b7d1ef838b94eaeff75e52b8f463.zig:74) | |
at io.quarkus.arc.EventImpl$Notifier.notify(EventImpl.java:228) | |
at io.quarkus.arc.EventImpl.fire(EventImpl.java:69) | |
at io.quarkus.arc.runtime.LifecycleEventRunner.fireStartupEvent(LifecycleEventRunner.java:23) | |
at io.quarkus.arc.runtime.ArcRecorder.handleLifecycleEvents(ArcRecorder.java:103) | |
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent14.deploy_0(LifecycleEventsBuildStep$startupEvent14.zig:58) | |
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent14.deploy(LifecycleEventsBuildStep$startupEvent14.zig:77) | |
at io.quarkus.runner.ApplicationImpl1.doStart(ApplicationImpl1.zig:94) | |
... 5 more | |
Caused by: java.net.SocketTimeoutException: FaultTolerantPingOperation{___protobuf_metadata, flags=0} timed out after 60000 ms | |
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.run(HotRodOperation.java:172) | |
at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38) | |
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:127) | |
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) | |
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:416) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:515) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) | |
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) | |
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) | |
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) | |
at java.base/java.lang.Thread.run(Thread.java:834) | |
Server Starting: | |
15:32:47,275 INFO [org.infinispan.server.endpoint] (MSC service thread 1-6) DGENDPT10000: HotRodServer starting | |
15:32:47,280 INFO [org.infinispan.server.endpoint] (MSC service thread 1-5) DGENDPT10000: starting | |
15:32:47,282 INFO [org.infinispan.server.endpoint] (MSC service thread 1-6) DGENDPT10001: HotRodServer listening on 127.0.0.1:11222 | |
15:32:47,284 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started EVENTS cache from clustered container | |
15:32:47,285 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-7) DGISPN0001: Started PLAYLISTS cache from clustered container | |
15:32:47,295 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-8) DGISPN0001: Started PROVIDER_SPOTIFY_STATE cache from clustered container | |
15:32:47,479 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0001: Started TRACKS cache from clustered container | |
15:32:47,483 INFO [org.infinispan.server.endpoint] (MSC service thread 1-5) DGENDPT10002: listening on 127.0.0.1:8080 (mapped to rest) | |
15:32:47,590 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server | |
15:32:47,592 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://0.0.0.0:9990/management | |
15:32:47,592 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990 | |
15:32:47,592 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Infinispan Server 9.4.15.Final (WildFly Core 6.0.2.Final) started in 9483ms - Started 225 of 273 services (128 services are lazy, passive or on-demand) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment