Advertisement
Guest User

Untitled

a guest
Mar 12th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. [10:26:45] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  2. [10:26:45] [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. [10:26:45] [Server thread/INFO]: creating table 'items'
  4. [10:26:45] [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. [10:26:45] [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. [10:26:45] [Server thread/INFO]: creating table 'accounts'
  7. [10:26:45] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
  8. [10:26:45] [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. [10:26:45] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  10. [10:26:45] [Server thread/ERROR]: Error occurred while enabling ChestShop v3.8.12 (Is it up to date?)
  11. java.lang.IllegalArgumentException: Static method onCurrencyTransfer
  12. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[patched_1.9.jar:git-Paper-480]
  13. at org.bukkit.plugin.EventExecutor.create(EventExecutor.java:28) ~[patched_1.9.jar:git-Paper-480]
  14. at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:294) ~[patched_1.9.jar:git-Paper-480]
  15. at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:548) ~[patched_1.9.jar:git-Paper-480]
  16. at com.Acrobot.ChestShop.ChestShop.registerEvent(ChestShop.java:294) ~[?:?]
  17. at com.Acrobot.ChestShop.ChestShop.registerListener(ChestShop.java:354) ~[?:?]
  18. at com.Acrobot.ChestShop.Dependencies.loadEconomy(Dependencies.java:40) ~[?:?]
  19. at com.Acrobot.ChestShop.Dependencies.loadPlugins(Dependencies.java:29) ~[?:?]
  20. at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:96) ~[?:?]
  21. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[patched_1.9.jar:git-Paper-480]
  22. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:319) [patched_1.9.jar:git-Paper-480]
  23. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched_1.9.jar:git-Paper-480]
  24. at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:355) [patched_1.9.jar:git-Paper-480]
  25. at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:315) [patched_1.9.jar:git-Paper-480]
  26. at net.minecraft.server.v1_9_R1.MinecraftServer.t(MinecraftServer.java:405) [patched_1.9.jar:git-Paper-480]
  27. at net.minecraft.server.v1_9_R1.MinecraftServer.l(MinecraftServer.java:370) [patched_1.9.jar:git-Paper-480]
  28. at net.minecraft.server.v1_9_R1.MinecraftServer.a(MinecraftServer.java:325) [patched_1.9.jar:git-Paper-480]
  29. at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:273) [patched_1.9.jar:git-Paper-480]
  30. at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:564) [patched_1.9.jar:git-Paper-480]
  31. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
  32. [10:26:45] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement