Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. 18:14:48] [Server thread/INFO]: [Stark] Enabling Stark v${bukkit.desc}
  2. [18:14:48] [Server thread/INFO]: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  3. [18:14:48] [cluster-ClusterId{value='5df27588983bcd0192fd8dfd', description='null'}-127.0.0.1:27017/INFO]: Opened connection [connectionId{localValue:1, serverValue:125}] to 127.0.0.1:27017
  4. [18:14:48] [cluster-ClusterId{value='5df27588983bcd0192fd8dfd', description='null'}-127.0.0.1:27017/INFO]: Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 23]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, roundTripTimeNanos=686865}
  5. [18:14:48] [Server thread/INFO]: Opened connection [connectionId{localValue:2, serverValue:126}] to 127.0.0.1:27017
  6. [18:14:48] [Server thread/ERROR]: Error occurred while enabling Stark v${bukkit.desc} (Is it up to date?)
  7. java.lang.ExceptionInInitializerError
  8. at net.evilblock.stark.core.pidgin.Pidgin.<clinit>(Pidgin.kt:112) ~[?:?]
  9. at net.evilblock.stark.core.StarkCore.load(StarkCore.kt:53) ~[?:?]
  10. at net.evilblock.stark.Stark.onEnable(Stark.kt:101) ~[?:?]
  11. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  12. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  13. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  14. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:489) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  15. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:407) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  16. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:148) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  17. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:465) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  18. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [oldspigot.jar:1.7.10-R0.1-SNAPSHOT]
  19. Caused by: java.lang.RuntimeException: Could not process static block
  20. at net.evilblock.stark.core.pidgin.morph.JsonMorph.<clinit>(JsonMorph.kt:117) ~[?:?]
  21. ... 11 more
  22. Caused by: java.lang.NoSuchMethodException: com.google.gson.JsonPrimitive.<init>(java.lang.Object)
  23. at java.lang.Class.getConstructor0(Class.java:3082) ~[?:1.8.0_232]
  24. at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_232]
  25. at net.evilblock.stark.core.pidgin.morph.JsonMorph.<clinit>(JsonMorph.kt:111) ~[?:?]
  26. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement