Advertisement
Guest User

Untitled

a guest
Feb 16th, 2011
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1.  
  2. 2011-02-16 11:03:23 [SEVERE] [LogBlock] SQL exception
  3. com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'db'
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  6. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  7. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  8. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  9. at com.mysql.jdbc.Util.getInstance(Util.java:381)
  10. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
  11. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
  12. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
  13. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
  14. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:910)
  15. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3923)
  16. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1273)
  17. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2031)
  18. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
  19. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  21. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  22. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  23. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  24. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  25. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
  26. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
  27. at java.sql.DriverManager.getConnection(DriverManager.java:582)
  28. at java.sql.DriverManager.getConnection(DriverManager.java:185)
  29. at bootswithdefer.JDCBPool.ConnectionService.getConnection(ConnectionService.java:73)
  30. at bootswithdefer.JDCBPool.JDCConnectionDriver.connect(JDCConnectionDriver.java:41)
  31. at java.sql.DriverManager.getConnection(DriverManager.java:582)
  32. at java.sql.DriverManager.getConnection(DriverManager.java:207)
  33. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:156)
  34. at de.diddiz.LogBlock.LogBlock.checkTables(LogBlock.java:164)
  35. at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:127)
  36. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
  37. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:425)
  38. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
  39. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:74)
  40. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
  41. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
  42. at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
  43. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
  44. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
  45. at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
  46. 2011-02-16 11:03:23 [SEVERE] [LogBlock] Errors while loading, check logs for more information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement