Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/f5d0c01db6a1ac057c095ed615f41b0a to your computer and use it in GitHub Desktop.
Save cmoulliard/f5d0c01db6a1ac057c095ed615f41b0a to your computer and use it in GitHub Desktop.
kc logs -n bot snowdrop-bot-654c9ffc55-bxqnd
exec java -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -javaagent:/opt/agent-bond/agent-bond.jar=jmx_exporter{{9779:/opt/agent-bond/jmx_exporter_config.yml}} -XX:+ExitOnOutOfMemoryError -cp . -jar /deployments/app.jar
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2020-07-16 07:33:12,686 INFO [io.agr.pool] (main) Datasource '<default>': Initial size smaller than min. Connections will be created when necessary
2020-07-16 07:33:14,012 INFO [io.sma.rea.mes.provider] (main) SRMSG00208: Deployment done... start processing
2020-07-16 07:33:14,020 INFO [io.sma.rea.mes.provider] (main) SRMSG00226: Found incoming connectors: []
2020-07-16 07:33:14,021 INFO [io.sma.rea.mes.provider] (main) SRMSG00227: Found outgoing connectors: []
2020-07-16 07:33:14,021 INFO [io.sma.rea.mes.provider] (main) SRMSG00229: Channel manager initializing...
2020-07-16 07:33:14,022 INFO [io.sma.rea.mes.provider] (main) SRMSG00209: Initializing mediators
2020-07-16 07:33:14,121 INFO [io.sma.rea.mes.provider] (main) SRMSG00215: Connecting mediators
2020-07-16 07:33:14,122 INFO [io.sma.rea.mes.provider] (main) SRMSG00216: Attempt to resolve io.snowdrop.github.reporting.GithubReportingService#onForkStatus
2020-07-16 07:33:14,123 INFO [io.sma.rea.mes.provider] (main) SRMSG00217: Connecting io.snowdrop.github.reporting.GithubReportingService#onForkStatus to `[forks]` (org.eclipse.microprofile.reactive.streams.operators.core.PublisherBuilderImpl@165d1d54)
2020-07-16 07:33:14,123 INFO [io.sma.rea.mes.provider] (main) SRMSG00216: Attempt to resolve io.snowdrop.github.reporting.GithubReportingService#onIssueStatus
2020-07-16 07:33:14,124 INFO [io.sma.rea.mes.provider] (main) SRMSG00217: Connecting io.snowdrop.github.reporting.GithubReportingService#onIssueStatus to `[issues]` (org.eclipse.microprofile.reactive.streams.operators.core.PublisherBuilderImpl@4be12f6c)
2020-07-16 07:33:14,124 INFO [io.sma.rea.mes.provider] (main) SRMSG00216: Attempt to resolve io.snowdrop.github.reporting.GithubReportingService#onPullRequestStatus
2020-07-16 07:33:14,124 INFO [io.sma.rea.mes.provider] (main) SRMSG00217: Connecting io.snowdrop.github.reporting.GithubReportingService#onPullRequestStatus to `[prs]` (org.eclipse.microprofile.reactive.streams.operators.core.PublisherBuilderImpl@52cb52bd)
2020-07-16 07:33:14,124 INFO [io.sma.rea.mes.provider] (main) SRMSG00216: Attempt to resolve io.snowdrop.github.reporting.GithubReportingService#onRepositoryStatus
2020-07-16 07:33:14,125 INFO [io.sma.rea.mes.provider] (main) SRMSG00217: Connecting io.snowdrop.github.reporting.GithubReportingService#onRepositoryStatus to `[repositories]` (org.eclipse.microprofile.reactive.streams.operators.core.PublisherBuilderImpl@1d1c37d5)
2020-07-16 07:33:14,137 ERROR [io.qua.application] (main) Failed to start application: javax.enterprise.inject.spi.DeploymentException: java.lang.IllegalStateException: Multiple ReactiveStreamsEngine implementations found: io.smallrye.mutiny.streams.Engine and io.smallrye.reactive.streams.Engine
at io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle.onApplicationStart(SmallRyeReactiveMessagingLifecycle.java:22)
at io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle_Observer_onApplicationStart_4e8937813d9e8faff65c3c07f88fa96615b70e70.notify(SmallRyeReactiveMessagingLifecycle_Observer_onApplicationStart_4e8937813d9e8faff65c3c07f88fa96615b70e70.zig:111)
at io.quarkus.arc.impl.EventImpl$Notifier.notifyObservers(EventImpl.java:282)
at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:267)
at io.quarkus.arc.impl.EventImpl.fire(EventImpl.java:69)
at io.quarkus.arc.runtime.LifecycleEventRunner.fireStartupEvent(LifecycleEventRunner.java:23)
at io.quarkus.arc.runtime.ArcRecorder.handleLifecycleEvents(ArcRecorder.java:113)
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent-858218658.deploy_0(LifecycleEventsBuildStep$startupEvent-858218658.zig:77)
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent-858218658.deploy(LifecycleEventsBuildStep$startupEvent-858218658.zig:36)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:588)
at io.quarkus.runtime.Application.start(Application.java:90)
at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:91)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:61)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:38)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:106)
at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:29)
Caused by: java.lang.IllegalStateException: Multiple ReactiveStreamsEngine implementations found: io.smallrye.mutiny.streams.Engine and io.smallrye.reactive.streams.Engine
at org.eclipse.microprofile.reactive.streams.operators.core.ReactiveStreamsEngineResolver.loadFromSpi(ReactiveStreamsEngineResolver.java:92)
at org.eclipse.microprofile.reactive.streams.operators.core.ReactiveStreamsEngineResolver.instance(ReactiveStreamsEngineResolver.java:61)
at org.eclipse.microprofile.reactive.streams.operators.core.SubscriberBuilderImpl.build(SubscriberBuilderImpl.java:38)
at io.smallrye.reactive.messaging.SubscriberMediator.run(SubscriberMediator.java:97)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at io.smallrye.reactive.messaging.extension.MediatorManager.weaving(MediatorManager.java:296)
at io.smallrye.reactive.messaging.extension.MediatorManager.initializeAndRun(MediatorManager.java:213)
at io.smallrye.reactive.messaging.extension.MediatorManager_ClientProxy.initializeAndRun(MediatorManager_ClientProxy.zig:277)
at io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle.onApplicationStart(SmallRyeReactiveMessagingLifecycle.java:20)
... 15 more
2020-07-16 07:33:14,148 INFO [io.sma.rea.mes.provider] (main) SRMSG00207: Cancel subscriptions
2020-07-16 07:33:14,226 ERROR [io.qua.run.Application] (main) Error running Quarkus application: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:665)
at io.quarkus.runtime.Application.start(Application.java:90)
at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:91)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:61)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:38)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:106)
at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:29)
Caused by: javax.enterprise.inject.spi.DeploymentException: java.lang.IllegalStateException: Multiple ReactiveStreamsEngine implementations found: io.smallrye.mutiny.streams.Engine and io.smallrye.reactive.streams.Engine
at io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle.onApplicationStart(SmallRyeReactiveMessagingLifecycle.java:22)
at io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle_Observer_onApplicationStart_4e8937813d9e8faff65c3c07f88fa96615b70e70.notify(SmallRyeReactiveMessagingLifecycle_Observer_onApplicationStart_4e8937813d9e8faff65c3c07f88fa96615b70e70.zig:111)
at io.quarkus.arc.impl.EventImpl$Notifier.notifyObservers(EventImpl.java:282)
at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:267)
at io.quarkus.arc.impl.EventImpl.fire(EventImpl.java:69)
at io.quarkus.arc.runtime.LifecycleEventRunner.fireStartupEvent(LifecycleEventRunner.java:23)
at io.quarkus.arc.runtime.ArcRecorder.handleLifecycleEvents(ArcRecorder.java:113)
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent-858218658.deploy_0(LifecycleEventsBuildStep$startupEvent-858218658.zig:77)
at io.quarkus.deployment.steps.LifecycleEventsBuildStep$startupEvent-858218658.deploy(LifecycleEventsBuildStep$startupEvent-858218658.zig:36)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:588)
... 6 more
Caused by: java.lang.IllegalStateException: Multiple ReactiveStreamsEngine implementations found: io.smallrye.mutiny.streams.Engine and io.smallrye.reactive.streams.Engine
at org.eclipse.microprofile.reactive.streams.operators.core.ReactiveStreamsEngineResolver.loadFromSpi(ReactiveStreamsEngineResolver.java:92)
at org.eclipse.microprofile.reactive.streams.operators.core.ReactiveStreamsEngineResolver.instance(ReactiveStreamsEngineResolver.java:61)
at org.eclipse.microprofile.reactive.streams.operators.core.SubscriberBuilderImpl.build(SubscriberBuilderImpl.java:38)
at io.smallrye.reactive.messaging.SubscriberMediator.run(SubscriberMediator.java:97)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at io.smallrye.reactive.messaging.extension.MediatorManager.weaving(MediatorManager.java:296)
at io.smallrye.reactive.messaging.extension.MediatorManager.initializeAndRun(MediatorManager.java:213)
at io.smallrye.reactive.messaging.extension.MediatorManager_ClientProxy.initializeAndRun(MediatorManager_ClientProxy.zig:277)
at io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle.onApplicationStart(SmallRyeReactiveMessagingLifecycle.java:20)
... 15 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment