Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hello Recon88, please help.
- I have CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
- I am running the server in VirtualBox, with 512MB RAM, on MineOS Crux (http://minecraft.codeemo.com/)
- I haven't edited MySQL config as I don't know how to set it up.
- ------------------------------------------------------------------------------------------------------------
- The plugins I am using are:
- RAM
- AutoRegionGuard
- PermissionsEx
- AntiCheat
- FoundDiamonds
- ChatManager
- (The above plugins work perfectly, except for ARG)
- ------------------------------------------------------------------------------------------------------------
- This is my servers ram usage with 0 players online
- [Total Memory] 494 MB
- [Used Memory] 128 MB
- [Free Memory] 366 MB
- ------------------------------------------------------------------------------------------------------------
- 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.
- Below is the error log from my server console:
- ------------------------------------------------------------------------------------------------------------
- 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Enabling AutoRegionGuard v1.0[WIP/BETA]
- 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Checking/loading files...
- 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Found PermissionsEx Version 1.19.2
- 2012-07-04 13:21:51 [SEVERE] java.io.FileNotFoundException: plugins/AutoRegionGuard/MySql.properties (No such file or directory)
- 2012-07-04 13:21:51 [SEVERE] at java.io.FileInputStream.open(Native Method)
- 2012-07-04 13:21:51 [SEVERE] at java.io.FileInputStream.<init>(Unknown Source)
- 2012-07-04 13:21:51 [SEVERE] at java.io.FileReader.<init>(Unknown Source)
- 2012-07-04 13:21:51 [SEVERE] at com.recon88.arg.SettingsHandler.loadFileContents(SettingsHandler.java:129)
- 2012-07-04 13:21:51 [SEVERE] at com.recon88.arg.SettingsHandler.load(SettingsHandler.java:66)
- 2012-07-04 13:21:51 [SEVERE] at com.recon88.arg.ARG.onEnable(ARG.java:104)
- 2012-07-04 13:21:51 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
- 2012-07-04 13:21:51 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
- 2012-07-04 13:21:51 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
- 2012-07-04 13:21:51 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
- 2012-07-04 13:21:51 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
- 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
- 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
- 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
- 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
- 2012-07-04 13:21:51 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
- 2012-07-04 13:21:51 [WARNING] [[ARG_Mysql] ] Check the file ARG.properties !
- 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] Scheduling tasks...
- 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] MySQL Initializing
- 2012-07-04 13:21:51 [SEVERE] [AutoRegionGuard] SQLException! Communications link failure
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
- 2012-07-04 13:21:51 [INFO] [AutoRegionGuard] MySQL connection successful
- 2012-07-04 13:21:51 [SEVERE] [AutoRegionGuard] SQLException! Communications link failure
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
- 2012-07-04 13:21:51 [SEVERE] Error occurred while enabling AutoRegionGuard v1.0[WIP/BETA] (Is it up to date?)
- java.lang.NullPointerException
- at com.alta189.sqlLibrary.MySQL.DatabaseHandler.checkTable(DatabaseHandler.java:134)
- at com.alta189.sqlLibrary.MySQL.mysqlCore.checkTable(mysqlCore.java:72)
- at com.recon88.arg.SqlHandler.checkTable(SqlHandler.java:80)
- at com.recon88.arg.ARG.onEnable(ARG.java:118)
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
- at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
- at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
- at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
- at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
- at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
- at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
- ------------------------------------------------------------------------------------------------------------
- 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