Is it up to date? #63


  • New
  • Other
Open
Assigned to _ForgeUser4509640
  • _ForgeUser6833761 created this issue Oct 22, 2011

    What is the issue?

    Please provide any additional information below.
    i'm running latest bukkit build and it still ask me if its up to date

    15:53:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    15:53:11 [INFO] Spout 1.0.6.449 has been initialized
    15:53:11 [INFO] Preparing level "CTF"
    15:53:11 [INFO] Default game type: 0
    15:53:11 [INFO] Preparing start region for level 0 (Seed: -8320668148713193150)
    15:53:11 [INFO] Preparing start region for level 1 (Seed: -962965108608636101)
    15:53:12 [INFO] Preparing spawn area: 44%
    15:53:12 [INFO] WorldEdit 4.7 enabled.
    15:53:12 [INFO] WorldEdit: Using the Bukkit Permissions API.
    15:53:13 [INFO] Loaded Essentials build 2.6.3 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    15:53:13 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    15:53:13 [INFO] [iConomy - Celty] Enabled (18 ms)
    15:53:13 [INFO] [Essentials] Payment method found (iConomy version: 6)
    15:53:13 [INFO] [VoxelSniper] Config loaded
    15:53:13 [INFO] VoxelSniper version 5.019 is enabled! Snipe away.
    15:53:13 [INFO] [WebAuction] WebAuction is initializing
    15:53:13 [INFO] [WebAuction] MySQL Initializing
    15:53:13 [SEVERE] [WebAuction] SQLException! Access denied for user 'arubacra_InvSQL'@'box.global7hosting.com' (using password: YES)
    15:53:13 [INFO] [WebAuction] MySQL connection successful
    15:53:13 [SEVERE] [WebAuction] SQLException! Access denied for user 'arubacra_InvSQL'@'box.global7hosting.com' (using password: YES)
    15:53:13 [SEVERE] Error occurred while enabling WebAuction v0.3 (Is it up to date?): null
    java.lang.NullPointerException
    at com.alta189.sqlLibrary.MySQL.DatabaseHandler.checkTable(DatabaseHandler.java:134)
    at com.alta189.sqlLibrary.MySQL.mysqlCore.checkTable(mysqlCore.java:72)
    at me.exote.webauction.WebAuction.onEnable(WebAuction.java:105)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

  • _ForgeUser6833761 added the tags New Other Oct 22, 2011
  • _ForgeUser7595120 posted a comment Oct 23, 2011

    Id suggest trying to get rid of this error first:

    15:53:13 [SEVERE] [WebAuction] SQLException! Access denied for user 'arubacra_InvSQL'@'box.global7hosting.com' (using password: YES)

    It indicates that you have filled in the mysql database info partially or entirely wrong. If the other error still occurs then you can post here again ;)

    Tip: Try removing the ' parts in your config, I'm 90% sure that's the issue.

  • _ForgeUser6833761 posted a comment Oct 23, 2011

    hmm i think that error is gone now see this:

    10:07:47 [INFO] [WebAuction] MySQL connection successful 10:07:47 [SEVERE] [WebAuction] 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. 10:07:47 [SEVERE] Error occurred while enabling WebAuction v0.3 (Is it up to date?): null java.lang.NullPointerException at com.alta189.sqlLibrary.MySQL.DatabaseHandler.checkTable(DatabaseHandler.java:134) at com.alta189.sqlLibrary.MySQL.mysqlCore.checkTable(mysqlCore.java:72) at me.exote.webauction.WebAuction.onEnable(WebAuction.java:104) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:413) at org.bukkit.Bukkit.reload(Bukkit.java:182) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) 10:07:47 [INFO] Server permissions file permissions.yml is empty, ignoring it


    Edited Oct 23, 2011
  • _ForgeUser7595120 posted a comment Oct 24, 2011

    @arubian: Go

    Check if your Server IP and add that to the MySQL whitelist. Depending on your host, you might need to contact them in order to accomplish that.


To post a comment, please login or register a new account.