· 9 years ago · Jan 23, 2017, 04:02 AM
1[15:00:08] [Server thread/INFO]: [ChestShop] Enabling ChestShop v4.0-r4
2[15:00:08] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
3[15:00:08] [Server thread/INFO]: creating table 'items'
4[15:00:08] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
5[15:00:08] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
6[15:00:08] [Server thread/INFO]: creating table 'accounts'
7[15:00:08] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
8[15:00:08] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
9[15:00:08] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
10[15:00:09] [Server thread/ERROR]: Error occurred while enabling ChestShop v4.0-r4 (Is it up to date?)
11java.lang.NoClassDefFoundError: com/griefcraft/scripting/event/LWCEvent
12 at com.Acrobot.ChestShop.Dependencies.initializePlugin(Dependencies.java:58) ~[?:?]
13 at com.Acrobot.ChestShop.Dependencies.loadPlugins(Dependencies.java:25) ~[?:?]
14 at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:83) ~[?:?]
15 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[patched_1.11.2.jar:git-Paper-1032]
16 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) [patched_1.11.2.jar:git-Paper-1032]
17 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched_1.11.2.jar:git-Paper-1032]
18 at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:378) [patched_1.11.2.jar:git-Paper-1032]
19 at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:328) [patched_1.11.2.jar:git-Paper-1032]
20 at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:433) [patched_1.11.2.jar:git-Paper-1032]
21 at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:394) [patched_1.11.2.jar:git-Paper-1032]
22 at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:332) [patched_1.11.2.jar:git-Paper-1032]
23 at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:276) [patched_1.11.2.jar:git-Paper-1032]
24 at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:599) [patched_1.11.2.jar:git-Paper-1032]
25 at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
26Caused by: java.lang.ClassNotFoundException: com.griefcraft.scripting.event.LWCEvent
27 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_91]
28 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[patched_1.11.2.jar:git-Paper-1032]
29 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[patched_1.11.2.jar:git-Paper-1032]
30 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
31 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
32 ... 14 more