Advertisement
Guest User

ARG problem

a guest
Jul 4th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. Hello Recon88, please help.
  2. I have CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
  3. I am running the server in VirtualBox, with 512MB RAM, on MineOS Crux (http://minecraft.codeemo.com/)
  4. I haven't edited MySQL config as I don't know how to set it up.
  5. ------------------------------------------------------------------------------------------------------------
  6. The plugins I am using are:
  7. RAM
  8. AutoRegionGuard
  9. PermissionsEx
  10. AntiCheat
  11. FoundDiamonds
  12. ChatManager
  13. (The above plugins work perfectly, except for ARG)
  14. ------------------------------------------------------------------------------------------------------------
  15. This is my servers ram usage with 0 players online
  16. [Total Memory] 494 MB
  17. [Used Memory] 128 MB
  18. [Free Memory] 366 MB
  19. ------------------------------------------------------------------------------------------------------------
  20. I was able to use the "/arg help" command in-game, but when I used any other command, I was told "An internal error occured while attempting to perform this command.
  21. Below is the error log from my server console:
  22. ------------------------------------------------------------------------------------------------------------
  23. 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Enabling AutoRegionGuard v1.0[WIP/BETA]
  24. 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Checking/loading files...
  25. 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Found PermissionsEx Version 1.19.2
  26. 2012-07-04 13:21:51 [SEVERE] java.io.FileNotFoundException: plugins/AutoRegionGuard/MySql.properties (No such file or directory)
  27. 2012-07-04 13:21:51 [SEVERE] at java.io.FileInputStream.open(Native Method)
  28. 2012-07-04 13:21:51 [SEVERE] at java.io.FileInputStream.<init>(Unknown Source)
  29. 2012-07-04 13:21:51 [SEVERE] at java.io.FileReader.<init>(Unknown Source)
  30. 2012-07-04 13:21:51 [SEVERE] at com.recon88.arg.SettingsHandler.loadFileContents(SettingsHandler.java:129)
  31. 2012-07-04 13:21:51 [SEVERE] at com.recon88.arg.SettingsHandler.load(SettingsHandler.java:66)
  32. 2012-07-04 13:21:51 [SEVERE] at com.recon88.arg.ARG.onEnable(ARG.java:104)
  33. 2012-07-04 13:21:51 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  34. 2012-07-04 13:21:51 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  35. 2012-07-04 13:21:51 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  36. 2012-07-04 13:21:51 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
  37. 2012-07-04 13:21:51 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
  38. 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
  39. 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
  40. 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
  41. 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
  42. 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  43. 2012-07-04 13:21:51 [WARNING] [[ARG_Mysql] ] Check the file ARG.properties !
  44. 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Scheduling tasks...
  45. 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] MySQL Initializing
  46. 2012-07-04 13:21:51 [SEVERE] [AutoRegionGuard] SQLException! Communications link failure
  47.  
  48. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  49. 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] MySQL connection successful
  50. 2012-07-04 13:21:51 [SEVERE] [AutoRegionGuard] SQLException! Communications link failure
  51.  
  52. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  53. 2012-07-04 13:21:51 [SEVERE] Error occurred while enabling AutoRegionGuard v1.0[WIP/BETA] (Is it up to date?)
  54. java.lang.NullPointerException
  55. at com.alta189.sqlLibrary.MySQL.DatabaseHandler.checkTable(DatabaseHandler.java:134)
  56. at com.alta189.sqlLibrary.MySQL.mysqlCore.checkTable(mysqlCore.java:72)
  57. at com.recon88.arg.SqlHandler.checkTable(SqlHandler.java:80)
  58. at com.recon88.arg.ARG.onEnable(ARG.java:118)
  59. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  60. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  61. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  62. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
  63. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
  64. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
  65. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
  66. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
  67. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
  68. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  69. ------------------------------------------------------------------------------------------------------------
  70.  
  71. Please help me out here, your plugin would be an wonderful asset to my server!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement