Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. [20:41:17] [Server thread/INFO]: [Stark] Enabling Stark v${bukkit.desc}
  2. [20:41:17] [Server thread/INFO]: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  3. [20:41:17] [cluster-ClusterId{value='5df297dd983bcd129326c50c', description='null'}-127.0.0.1:27017/INFO]: Opened connection [connectionId{localValue:1, serverValue:133}] to 127.0.0.1:27017
  4. [20:41:17] [cluster-ClusterId{value='5df297dd983bcd129326c50c', 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=777046}
  5. [20:41:17] [Server thread/INFO]: Opened connection [connectionId{localValue:2, serverValue:134}] to 127.0.0.1:27017
  6. [20:41:17] [Server thread/ERROR]: Error occurred while enabling Stark v${bukkit.desc} (Is it up to date?)
  7. java.lang.NoSuchMethodError: com.google.gson.reflect.TypeToken.getParameterized(Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)Lcom/google/gson/reflect/TypeToken;
  8. at net.evilblock.stark.core.server.ServerMessageListeners.<clinit>(ServerMessageListeners.kt:51) ~[?:?]
  9. at net.evilblock.stark.core.StarkCore.load(StarkCore.kt:54) ~[?:?]
  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]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement