Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.31 KB | None | 0 0
  1. [02:53:30] [Server thread/INFO]: Starting minecraft server version 1.11
  2. [02:53:30] [Server thread/INFO]: Loading properties
  3. [02:53:30] [Server thread/INFO]: Default game type: SURVIVAL
  4. [02:53:30] [Server thread/INFO]: Generating keypair
  5. [02:53:30] [Server thread/INFO]: Starting Minecraft server on 192.198.102.107:25565
  6. [02:53:30] [Server thread/INFO]: Using epoll channel type
  7. [02:53:30] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-ad0e4b3 (MC: 1.11) (Implementing API version 1.11-R0.1-SNAPSHOT)
  8. [02:53:30] [Server thread/WARN]: Plugin `Ram_Monitor v1' uses the space-character (0x20) in its name `Ram Monitor' - this is discouraged
  9. [02:53:31] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1046
  10. [02:53:31] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  11. [02:53:31] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  12. [02:53:31] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.11
  13. [02:53:31] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  14. [02:53:31] [Server thread/INFO]: [Ram_Monitor] Loading Ram_Monitor v1
  15. [02:53:31] [Server thread/INFO]: [RemoteToolkitPlugin] Loading RemoteToolkitPlugin vR10_A15.3
  16. [02:53:31] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  17. [02:53:31] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.6
  18. [02:53:31] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
  19. [02:53:31] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.4
  20. [02:53:31] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  21. [02:53:31] [Server thread/INFO]: [CommandBook] Loading CommandBook v2.5-SNAPSHOT.1772-dbe6a13
  22. [02:53:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1-SNAPSHOT;1696-46cca2b
  23. [02:53:31] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
  24. [02:53:31] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.21-SNAPSHOT (build 1437)
  25. [02:53:31] [Server thread/INFO]: [Towny] Loading Towny v0.91.1.0
  26. [02:53:31] [Server thread/INFO]: [Announcer] Loading Announcer v1.7.4
  27. [02:53:31] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.5
  28. [02:53:31] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
  29. [02:53:31] [Server thread/INFO]: [SignShop] Loading SignShop v2.11.0Dev
  30. [02:53:31] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  31. [02:53:31] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  32. [02:53:31] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  33. [02:53:31] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  34. [02:53:31] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  35. [02:53:31] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  36. [02:53:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  37. [02:53:31] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  38. [02:53:31] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  39. [02:53:31] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
  40. [02:53:31] [Server thread/INFO]: [LWC] Connecting to SQLite
  41. [02:53:31] [Server thread/ERROR]: Error occurred while enabling LWC v4.5.0-SNAPSHOT (Is it up to date?)
  42. java.lang.NoClassDefFoundError: org/sqlite/NativeDB
  43. at java.lang.ClassLoader$NativeLibrary.load(Native Method) ~[?:1.8.0_91]
  44. at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) ~[?:1.8.0_91]
  45. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) ~[?:1.8.0_91]
  46. at java.lang.Runtime.load0(Runtime.java:809) ~[?:1.8.0_91]
  47. at java.lang.System.load(System.java:1086) ~[?:1.8.0_91]
  48. at org.sqlite.SQLiteJDBCLoader.loadNativeLibrary(SQLiteJDBCLoader.java:268) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  49. at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:304) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  50. at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:64) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  51. at org.sqlite.core.NativeDB.load(NativeDB.java:56) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  52. at org.sqlite.core.CoreConnection.open(CoreConnection.java:211) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  53. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  54. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  55. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  56. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  57. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  58. at org.sqlite.JDBC.connect(JDBC.java:88) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  59. at com.griefcraft.sql.Database.connect(Database.java:250) ~[?:?]
  60. at com.griefcraft.lwc.LWC.load(LWC.java:1558) ~[?:?]
  61. at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:203) ~[?:?]
  62. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  63. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  64. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  65. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:360) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  66. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:322) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  67. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.<init>(CraftServer.java:260) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  68. at net.minecraft.server.v1_11_R1.PlayerList.<init>(PlayerList.java:70) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  69. at net.minecraft.server.v1_11_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  70. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:185) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  71. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  72. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  73. Caused by: java.lang.ClassNotFoundException: org.sqlite.NativeDB
  74. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_91]
  75. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
  76. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[?:1.8.0_91]
  77. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
  78. ... 30 more
  79. [02:53:31] [Server thread/INFO]: Preparing level "AshWorld"
  80. [02:53:31] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6143115466129459882)
  81. [02:53:32] [Server thread/INFO]: Preparing spawn area: 22%
  82. [02:53:33] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6143115466129459882)
  83. [02:53:34] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6143115466129459882)
  84. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1046
  85. [02:53:34] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.5-1.11|? / CB-Reflect
  86. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  87. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  88. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  89. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  90. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
  91. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
  92. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
  93. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  94. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  95. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
  96. [02:53:34] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1046 is enabled.
  97. [02:53:34] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  98. [02:53:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  99. [02:53:35] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
  100. [02:53:35] [Server thread/INFO]: [Ram_Monitor] Enabling Ram_Monitor v1
  101. [02:53:35] [Server thread/INFO]: [Ram Monitor] Listening on 192.198.102.107:1304
  102. [02:53:35] [Server thread/INFO]: [RemoteToolkitPlugin] Enabling RemoteToolkitPlugin vR10_A15.3
  103. [02:53:35] [Server thread/INFO]: Memory max: 2058354688 bytes
  104. [02:53:35] [Server thread/INFO]: Memory total: 2058354688 bytes
  105. [02:53:35] [Server thread/INFO]: Remote Toolkit Plugin R10_A15.3 enabled!
  106. [02:53:35] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  107. [02:53:35] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  108. [02:53:35] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  109. [02:53:35] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  110. [02:53:35] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  111. [02:53:35] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  112. [02:53:35] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.6
  113. [02:53:35] [Server thread/INFO]: [iConomy - April Fools] Enabled (27 ms)
  114. [02:53:35] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  115. [02:53:35] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  116. [02:53:35] [Thread-11/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  117. [02:53:35] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
  118. [02:53:35] [Server thread/INFO]: [ClearLag] Loading modules...
  119. [02:53:35] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  120. [02:53:35] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  121. [02:53:35] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  122. [02:53:35] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.4
  123. [02:53:35] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.11]...
  124. [02:53:35] [Server thread/INFO]: [BuycraftX] Looks like this is a fresh setup. Get started by using 'buycraft secret <key>' in the console.
  125. [02:53:35] [Thread-12/INFO]: [ClearLag] No updates found!
  126. [02:53:35] [Server thread/INFO]: [CommandBook] Enabling CommandBook v2.5-SNAPSHOT.1772-dbe6a13
  127. [02:53:35] [Server thread/INFO]: [CommandBook] Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
  128. [02:53:36] [Server thread/INFO]: [CommandBook] 3 banned name(s) loaded.
  129. [02:53:36] [Server thread/INFO]: [CommandBook] 0 Homes(s) loaded
  130. [02:53:36] [Server thread/INFO]: [CommandBook] 2 Warps(s) loaded
  131. [02:53:36] [Server thread/INFO]: [CommandBook] 1 kit(s) loaded.
  132. [02:53:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1-SNAPSHOT;1696-46cca2b
  133. [02:53:36] [Server thread/ERROR]: Error occurred while enabling WorldGuard v6.2.1-SNAPSHOT;1696-46cca2b (Is it up to date?)
  134. java.lang.NoClassDefFoundError: org/sqlite/NativeDB
  135. at java.lang.ClassLoader$NativeLibrary.load(Native Method) ~[?:1.8.0_91]
  136. at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) ~[?:1.8.0_91]
  137. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) ~[?:1.8.0_91]
  138. at java.lang.Runtime.load0(Runtime.java:809) ~[?:1.8.0_91]
  139. at java.lang.System.load(System.java:1086) ~[?:1.8.0_91]
  140. at org.sqlite.SQLiteJDBCLoader.loadNativeLibrary(SQLiteJDBCLoader.java:268) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  141. at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:304) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  142. at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:64) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  143. at org.sqlite.core.NativeDB.load(NativeDB.java:56) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  144. at org.sqlite.core.CoreConnection.open(CoreConnection.java:211) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  145. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  146. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  147. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  148. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  149. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  150. at org.sqlite.JDBC.connect(JDBC.java:88) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  151. at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_91]
  152. at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_91]
  153. at com.sk89q.worldguard.util.profile.cache.SQLiteCache.<init>(SQLiteCache.java:63) ~[?:?]
  154. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:197) ~[?:?]
  155. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  156. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  157. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  158. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:360) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  159. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:322) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  160. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:411) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  161. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:372) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  162. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:327) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  163. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:244) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  164. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  165. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  166. Caused by: java.lang.ClassNotFoundException: org.sqlite.NativeDB
  167. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_91]
  168. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
  169. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[?:1.8.0_91]
  170. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
  171. ... 31 more
  172. [02:53:36] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.7
  173. [02:53:36] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  174. [02:53:36] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  175. [02:53:36] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
  176. [02:53:36] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
  177. [02:53:36] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.21-SNAPSHOT (build 1437)
  178. [02:53:36] [Server thread/INFO]: [Towny] Enabling Towny v0.91.1.0
  179. [02:53:36] [Server thread/INFO]: ==================== Towny ========================
  180. [02:53:36] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
  181. [02:53:36] [Server thread/INFO]: [Towny] Using: PermissionsEX v1.23.4, Vault v1.5.6-b49
  182. [02:53:36] [Server thread/INFO]: [Towny] Time until a New Day: 9 hours, 6 minutes, 24 seconds
  183. [02:53:36] [Server thread/INFO]: =============================================================
  184. [02:53:36] [Server thread/INFO]: [Towny] Version: 0.91.1.0 - Mod Enabled
  185. [02:53:36] [Server thread/INFO]: =============================================================
  186. [02:53:36] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7.4
  187. [02:53:36] [Server thread/INFO]: Announcer v1.7.4 is enabled!
  188.  
  189. [02:53:36] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.5
  190. [02:53:36] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
  191. [02:53:36] [Server thread/INFO]: [ChatEx] Loading updater-config...
  192. [02:53:36] [Server thread/INFO]: [ChatEx] Done!
  193. [02:53:36] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
  194. [02:53:36] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
  195. [02:53:36] [Server thread/INFO]: [ChatEx] Listener registered with Priority: LOWEST
  196. [02:53:36] [Server thread/INFO]: [ChatEx] is now enabled!
  197. [02:53:36] [Server thread/INFO]: [SignShop] Enabling SignShop v2.11.0Dev
  198. [02:53:36] [Server thread/INFO]: [SignShop] Succesfully started Metrics, see http://mcstats.org for more information.
  199. [02:53:36] [Server thread/ERROR]: Error occurred while enabling SignShop v2.11.0Dev (Is it up to date?)
  200. java.lang.NoClassDefFoundError: org/sqlite/NativeDB
  201. at java.lang.ClassLoader$NativeLibrary.load(Native Method) ~[?:1.8.0_91]
  202. at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) ~[?:1.8.0_91]
  203. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) ~[?:1.8.0_91]
  204. at java.lang.Runtime.load0(Runtime.java:809) ~[?:1.8.0_91]
  205. at java.lang.System.load(System.java:1086) ~[?:1.8.0_91]
  206. at org.sqlite.SQLiteJDBCLoader.loadNativeLibrary(SQLiteJDBCLoader.java:268) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  207. at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:304) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  208. at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:64) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  209. at org.sqlite.core.NativeDB.load(NativeDB.java:56) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  210. at org.sqlite.core.CoreConnection.open(CoreConnection.java:211) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  211. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  212. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  213. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  214. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  215. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  216. at org.sqlite.JDBC.connect(JDBC.java:88) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  217. at org.wargamer2010.signshop.blocks.SSDatabase.open(SSDatabase.java:102) ~[?:?]
  218. at org.wargamer2010.signshop.blocks.SSDatabase.<init>(SSDatabase.java:29) ~[?:?]
  219. at org.wargamer2010.signshop.blocks.SignShopBooks.init(SignShopBooks.java:22) ~[?:?]
  220. at org.wargamer2010.signshop.SignShop.onEnable(SignShop.java:100) ~[?:?]
  221. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  222. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  223. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  224. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:360) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  225. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:322) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  226. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:411) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  227. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:372) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  228. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:327) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  229. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:244) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  230. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  231. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  232. Caused by: java.lang.ClassNotFoundException: org.sqlite.NativeDB
  233. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_91]
  234. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
  235. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[?:1.8.0_91]
  236. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
  237. ... 31 more
  238. [02:53:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  239. [02:53:37] [Server thread/INFO]: Done (5.584s)! For help, type "help" or "?"
  240. [02:53:37] [Server thread/INFO]: Starting GS4 status listener
  241. [02:53:37] [Server thread/INFO]: Starting remote control listener
  242. [02:53:37] [Query Listener #1/INFO]: Query running on 192.198.102.107:25565
  243. [02:53:37] [Server thread/WARN]: No rcon password set in '/home/ryanweld/43412/server.properties', rcon disabled!
  244. [02:53:37] [pool-3-thread-3/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  245. [02:53:37] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  246. [02:53:37] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  247. [02:53:37] [pool-3-thread-1/WARN]: [RemoteToolkitPlugin] Plugin RemoteToolkitPlugin vR10_A15.3 generated an exception while executing task 13
  248. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  249. at com.drdanick.McRKit.plugin.MetricsLite.postPlugin(MetricsLite.java:287) ~[?:?]
  250. at com.drdanick.McRKit.plugin.MetricsLite.access$200(MetricsLite.java:53) ~[?:?]
  251. at com.drdanick.McRKit.plugin.MetricsLite$1.run(MetricsLite.java:175) ~[?:?]
  252. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit.jar:git-Bukkit-ad0e4b3]
  253. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit.jar:git-Bukkit-ad0e4b3]
  254. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_91]
  255. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_91]
  256. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  257. [02:53:37] [Server thread/INFO]: [Citizens] Loaded 5 NPCs.
  258. [02:53:37] [pool-3-thread-2/INFO]: [Vault] Checking for Updates ...
  259. [02:53:37] [pool-3-thread-2/WARN]: [Vault] No files found, or Feed URL is bad.
  260. [02:53:37] [pool-3-thread-2/INFO]: [Vault] No new version available
  261. [02:53:40] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
  262. [02:53:42] [User Authenticator #1/INFO]: UUID of player iAmDragyn is fbb600f8-f900-4cfb-b594-38c3824566c3
  263. [02:53:43] [Server thread/INFO]: iAmDragyn[/98.245.246.136:39134] logged in with entity id 217 at ([AshWorld]898.0005337089349, 124.58876431912759, 65.92519113360332)
  264. [02:53:43] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
  265. [02:53:55] [User Authenticator #2/INFO]: UUID of player Chilulu is 0aa02942-6663-4188-9804-b684a660a9ff
  266. [02:53:55] [Server thread/INFO]: Chilulu[/75.166.129.8:59506] logged in with entity id 753 at ([AshWorld]913.3690423392995, 134.4931318976672, 45.43721318447093)
  267. [02:53:55] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement