Advertisement
Guest User

Untitled

a guest
Sep 7th, 2016
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. [07:36:20] [Server thread/INFO]: [MysqlInventoryBridge] Enabling MysqlInventoryBridge v1.6.1
  2. [07:36:20] [Server thread/INFO]: [MysqlInventoryBridge] Loading MysqlInventoryBridge v1.6.1...
  3. [07:36:20] [Server thread/INFO]: [MysqlInventoryBridge] Using MySQL as Datasource...
  4. [07:36:21] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
  5. [07:36:21] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. [07:36:21] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  7. [07:36:21] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  8. [07:36:21] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  9. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  10. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:387)
  11. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:941)
  12. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3870)
  13. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3806)
  14. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2470)
  15. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2617)
  16. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2546)
  17. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeUpdateInternal(StatementImpl.java:1541)
  18. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeLargeUpdate(StatementImpl.java:2605)
  19. [07:36:21] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1469)
  20. [07:36:21] [Server thread/WARN]: at net.craftersland.bridge.inventory.database.DatabaseManagerMysql.setupDatabase(DatabaseManagerMysql.java:70)
  21. [07:36:21] [Server thread/WARN]: at net.craftersland.bridge.inventory.database.DatabaseManagerMysql.<init>(DatabaseManagerMysql.java:35)
  22. [07:36:21] [Server thread/WARN]: at net.craftersland.bridge.inventory.Inv.onEnable(Inv.java:39)
  23. [07:36:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
  24. [07:36:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  25. [07:36:21] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  26. [07:36:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362)
  27. [07:36:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322)
  28. [07:36:21] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:204)
  29. [07:36:21] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535)
  30. [07:36:21] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  31. [07:36:21] [Server thread/WARN]: [MysqlInventoryBridge] ProtocolLib dependency not found. No support for modded items NBT data!
  32. [07:36:21] [Server thread/INFO]: [MysqlInventoryBridge] MysqlInventoryBridge has been successfully loaded!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement