spark

spark

26M Downloads

NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;

Fzzfegg opened this issue · 0 comments

commented

PaperSpigot 1.16.5-R0.1 - 466
spark v1.5.2

[19:04:19] [Server thread/INFO]: Godlike issued server command: /spark profiler
[19:04:19] [Craft Scheduler Thread - 28/INFO]: [⚡] Initializing a new profiler, please wait...
[19:04:20] [Craft Scheduler Thread - 28/INFO]: [⚡] Profiler now active! (async)
[19:04:20] [Craft Scheduler Thread - 28/INFO]: [⚡] Use '/spark profiler --stop' to stop profiling and upload the results.
[19:04:23] [Server thread/INFO]: Godlike issued server command: /spark profiler --stop
[19:04:23] [Craft Scheduler Thread - 30/INFO]: [⚡] The active profiler has been stopped! Uploading results...
[19:04:23] [Craft Scheduler Thread - 30/WARN]: [spark] Plugin spark v1.5.2 generated an exception while executing task 3125
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at me.lucko.spark.common.sampler.async.jfr.JfrReader.readMeta(JfrReader.java:91) ~[?:?]
at me.lucko.spark.common.sampler.async.jfr.JfrReader.(JfrReader.java:80) ~[?:?]
at me.lucko.spark.common.sampler.async.AsyncSampler.aggregateOutput(AsyncSampler.java:190) ~[?:?]
at me.lucko.spark.common.sampler.async.AsyncSampler.toProto(AsyncSampler.java:163) ~[?:?]
at me.lucko.spark.common.sampler.Sampler.formCompressedDataPayload(Sampler.java:83) ~[?:?]
at me.lucko.spark.common.command.modules.SamplerModule.handleUpload(SamplerModule.java:302) ~[?:?]
at me.lucko.spark.common.command.modules.SamplerModule.profilerStop(SamplerModule.java:296) ~[?:?]
at me.lucko.spark.common.command.modules.SamplerModule.profiler(SamplerModule.java:132) ~[?:?]
at me.lucko.spark.common.SparkPlatform.executeCommand0(SparkPlatform.java:253) ~[?:?]
at me.lucko.spark.common.SparkPlatform.lambda$executeCommand$2(SparkPlatform.java:207) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:100) ~[patched_1.16.5.jar:git-Paper-663]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.5.jar:git-Paper-663]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.5.jar:git-Paper-663]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_261]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_261]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261]