Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. 2011-08-10 13:20:23 [INFO] [Skillz] Starting to load settings...
  2. 2011-08-10 13:20:23 [INFO] [Skillz] Using MySQL with Database = minecraft and Host = localhost and User = root and Password (Not shown)
  3. 2011-08-10 13:20:23 [INFO] [Skillz] SQLite is false and MySQL is true
  4. 2011-08-10 13:20:23 [INFO] [Skillz] Settings Loaded!
  5. 2011-08-10 13:20:23 [SEVERE] [Skillz] SQLException! Access denied for user 'root'@'localhost' (using password: YES)
  6. 2011-08-10 13:20:23 [INFO] [Skillz] MySQL connection successful
  7. 2011-08-10 13:20:23 [SEVERE] [Skillz] SQLException! Access denied for user 'root'@'localhost' (using password: YES)
  8. 2011-08-10 13:20:23 [SEVERE] Error occurred while enabling Skillz v2.4 (Is it up to date?): null
  9. java.lang.NullPointerException
  10. at nl.lolmen.mysql.DatabaseHandler.checkTable(DatabaseHandler.java:134)
  11. at nl.lolmen.mysql.mysqlCore.checkTable(mysqlCore.java:98)
  12. at nl.lolmen.Skillz.Skillz.onEnable(Skillz.java:198)
  13. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
  14. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
  15. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
  16. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
  17. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
  18. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
  19. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
  20. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
  21. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
  22. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement