Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. 23.04 00:04:39 [Server] ERROR Falling back to flatfiles ...
  2. 23.04 00:04:39 [Server] WARN at java.lang.Thread.run(Thread.java:745)
  3. 23.04 00:04:39 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  4. 23.04 00:04:39 [Server] WARN at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  5. 23.04 00:04:39 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  6. 23.04 00:04:39 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  7. 23.04 00:04:39 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  8. 23.04 00:04:39 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  9. 23.04 00:04:39 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  10. 23.04 00:04:39 [Server] WARN at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  11. 23.04 00:04:39 [Server] WARN at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  12. 23.04 00:04:39 [Server] WARN at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  13. 23.04 00:04:39 [Server] WARN at me.clip.ezblocks.EZBlocks.onEnable(EZBlocks.java:48)
  14. 23.04 00:04:39 [Server] WARN at me.clip.ezblocks.EZBlocks.initDb(EZBlocks.java:85)
  15. 23.04 00:04:39 [Server] WARN at me.clip.ezblocks.database.MySQL.checkTable(MySQL.java:187)
  16. 23.04 00:04:39 [Server] WARN java.lang.NullPointerException
  17. 23.04 00:04:39 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
  18. 23.04 00:04:39 [Server] ERROR Could not be resolved because of an SQL Exception: Communications link failure
  19. 23.04 00:04:39 [Server] ERROR jdbc:mysql://168.235.70.240:49292/mc_509llowReconnect=true
  20. 23.04 00:04:39 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
  21. 23.04 00:04:39 [Server] ERROR Could not be resolved because of an SQL Exception: Communications link failure
  22. 23.04 00:04:39 [Server] ERROR jdbc:mysql://168.235.70.240:49292/mc_509llowReconnect=true
  23. 23.04 00:04:38 [Server] INFO Creating MySQL connection ...
  24. 23.04 00:04:38 [Server] INFO Enabling EZBlocks v1.4
  25.  
  26. 22.04 18:52:50 [Server] INFO executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  27. 22.04 18:52:50 [Server] 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`) )
  28. 22.04 18:52:50 [Server] INFO creating index 'accounts_shortName_idx' for table 'accounts
  29. 22.04 18:52:50 [Server] INFO creating table 'accounts'
  30. 22.04 18:52:50 [Server] ERROR WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  31. 22.04 18:52:50 [Server] 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`))
  32. 22.04 18:52:50 [Server] INFO creating table 'items'
  33. 22.04 18:52:50 [Server] ERROR WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  34. 22.04 18:52:50 [Server] INFO ... 16 more
  35. 22.04 18:52:50 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  36. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  37. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  38. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  39. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  40. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  41. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  42. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  43. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  44. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  45. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  46. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  47. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:370) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  48. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:939) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  49. 22.04 18:52:50 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1439) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  50. 22.04 18:52:50 [Server] INFO ^
  51. 22.04 18:52:50 [Server] INFO ... deposit to shop owner failed!"&
  52. 22.04 18:52:50 [Server] INFO in 'string', line 10, column 75:
  53. 22.04 18:52:50 [Server] INFO expected alphabetic or numeric character, but found but found
  54. 22.04 18:52:50 [Server] INFO ^
  55. 22.04 18:52:50 [Server] INFO ... y deposit to shop owner failed!"&
  56. 22.04 18:52:50 [Server] INFO in 'string', line 10, column 74:
  57. 22.04 18:52:50 [Server] INFO Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor
  58. 22.04 18:52:50 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
  59. 22.04 18:52:50 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  60. 22.04 18:52:50 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  61. 22.04 18:52:50 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  62. 22.04 18:52:50 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  63. 22.04 18:52:50 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  64. 22.04 18:52:50 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  65. 22.04 18:52:50 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  66. 22.04 18:52:50 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  67. 22.04 18:52:50 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  68. 22.04 18:52:50 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  69. 22.04 18:52:50 [Server] INFO at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:88) [ChestShop.jar:?]
  70. 22.04 18:52:50 [Server] INFO at com.Acrobot.Breeze.Configuration.Configuration.pairFileAndClass(Configuration.java:26) [ChestShop.jar:?]
  71. 22.04 18:52:50 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  72. 22.04 18:52:50 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  73. 22.04 18:52:50 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  74. 22.04 18:52:50 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.8-db6de12-07c3001.jar:git-Spigot-db6de12-07c3001]
  75. 22.04 18:52:50 [Server] INFO ^
  76. 22.04 18:52:50 [Server] INFO ... deposit to shop owner failed!"&
  77. 22.04 18:52:50 [Server] INFO in 'string', line 10, column 75:
  78. 22.04 18:52:50 [Server] INFO expected alphabetic or numeric character, but found but found
  79. 22.04 18:52:50 [Server] INFO ^
  80. 22.04 18:52:50 [Server] INFO ... y deposit to shop owner failed!"&
  81. 22.04 18:52:50 [Server] INFO in 'string', line 10, column 74:
  82. 22.04 18:52:50 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
  83. 22.04 18:52:50 [Server] ERROR Cannot load plugins/ChestShop/local.yml
  84. 22.04 18:52:50 [Server] INFO Enabling ChestShop v3.8.12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement