You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
known issue that doesn't affect accuracy, just wait gctoolkit fix it.
2023-09-27 21:51:36,147 ERROR [main] io.vertx.core.impl.DeploymentManager - Undeploy failed
java.lang.IllegalStateException: Already undeployed
at io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeploy(DeploymentManager.java:322)
at io.vertx.core.impl.DeploymentManager.undeployVerticle(DeploymentManager.java:82)
at io.vertx.core.impl.DeploymentManager.undeployAll(DeploymentManager.java:109)
at io.vertx.core.impl.VertxImpl.lambda$close$15(VertxImpl.java:629)
at io.vertx.core.impl.future.FutureImpl$3.onSuccess(FutureImpl.java:141)
at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:60)
at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:196)
at io.vertx.core.impl.future.PromiseImpl.addListener(PromiseImpl.java:23)
at io.vertx.core.impl.future.FutureImpl.onComplete(FutureImpl.java:164)
at io.vertx.core.impl.future.PromiseImpl.onComplete(PromiseImpl.java:23)
at io.vertx.core.impl.VertxImpl.close(VertxImpl.java:628)
at com.microsoft.gctoolkit.vertx.VertxChannel.close(VertxChannel.java:36)
at com.microsoft.gctoolkit.vertx.VertxDataSourceChannel.close(VertxDataSourceChannel.java:39)
at com.microsoft.gctoolkit.jvm.AbstractJavaVirtualMachine.analyze(AbstractJavaVirtualMachine.java:199)
at prometheus.exporter.jgc.parser.GCLogAnalyser.analyze(GCLogAnalyser.java:128)
at java.base/java.util.Optional.map(Optional.java:265)
at prometheus.exporter.jgc.parser.ContinousGCLogFile.analyze(ContinousGCLogFile.java:58)
at prometheus.exporter.jgc.Bootstrap.lambda$run$0(Bootstrap.java:55)
at java.base/java.util.stream.ReferencePipeline$4$1.accept(ReferencePipeline.java:212)
at java.base/java.util.concurrent.ConcurrentHashMap$ValueSpliterator.forEachRemaining(ConcurrentHashMap.java:3603)
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.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.IntPipeline.reduce(IntPipeline.java:491)
at java.base/java.util.stream.IntPipeline.sum(IntPipeline.java:449)
at prometheus.exporter.jgc.Bootstrap.run(Bootstrap.java:55)
at prometheus.exporter.jgc.Bootstrap.main(Bootstrap.java:107)
The text was updated successfully, but these errors were encountered:
known issue that doesn't affect accuracy, just wait gctoolkit fix it.
The text was updated successfully, but these errors were encountered: