Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. 2012-10-20 14:31:37 [INFO] [FWDonate] Enabling FWDonate v1.0
  2. 2012-10-20 14:31:37 [SEVERE] Cannot load plugins/FWDonate/config.yml
  3. org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
  4. in "<string>", position 303
  5. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
  6. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
  7. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
  8. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
  9. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:117)
  10. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:111)
  11. at com.aronnn.fwdonate.config.MainConfig.init(MainConfig.java:25)
  12. at com.aronnn.fwdonate.FWDonate.onEnable(FWDonate.java:33)
  13. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  14. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
  15. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  16. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
  17. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
  18. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
  19. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
  20. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
  21. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  23. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  24. Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
  25. in "<string>", position 303
  26. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
  27. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
  28. at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
  29. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
  30. ... 18 more
  31. 2012-10-20 14:31:37 [SEVERE] Can not connect to the MySQL Database Server. Please check your configuration.
  32.  
  33. Hostname: localhost:3306
  34. Username: root
  35.  
  36. Error: Communications link failure
  37.  
  38. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  39. 2012-10-20 14:31:37 [SEVERE] MySQL Database not connected!
  40. 2012-10-20 14:31:37 [SEVERE] You are not connected to a MySQL server
  41. 2012-10-20 14:31:37 [SEVERE] null
  42. 2012-10-20 14:31:37 [SEVERE] MySQL Database not connected!
  43. 2012-10-20 14:31:37 [SEVERE] You are not connected to a MySQL server
  44. 2012-10-20 14:31:37 [SEVERE] MySQL Database not connected!
  45. 2012-10-20 14:31:37 [SEVERE] You are not connected to a MySQL server
  46. 2012-10-20 14:31:37 [SEVERE] MySQL Database not connected!
  47. 2012-10-20 14:31:37 [SEVERE] You are not connected to a MySQL server
  48. 2012-10-20 14:31:37 [SEVERE] Error occurred while enabling FWDonate v1.0 (Is it up to date?)
  49. java.lang.NullPointerException
  50. at com.aronnn.fwdonate.sql.SqlConnection.read(SqlConnection.java:82)
  51. at com.aronnn.fwdonate.rank.RankManager.populate(RankManager.java:26)
  52. at com.aronnn.fwdonate.FWDonate.onEnable(FWDonate.java:44)
  53. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  54. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
  55. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  56. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
  57. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
  58. at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
  59. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
  60. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
  61. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
  63. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement