R6 Startup Error

Discussion in 'Bukkit Help' started by ClichedBluefish, Mar 1, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    ClichedBluefish

    Getting this error on startup:

    Code:
    174 recipes27 achievements20:12:28 [INFO] Starting minecraft server version 1.1
    20:12:28 [INFO] Loading properties
    20:12:28 [INFO] Starting Minecraft server on *:25565
    20:12:28 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-b1988jnks (MC: 1.1) (Implementing API version 1.1-R6)
    20:12:28 [SEVERE] java.lang.NullPointerException
    20:12:28 [SEVERE]    at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:232)
    20:12:28 [SEVERE]    at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:40)
    20:12:28 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:198)
    20:12:28 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
    20:12:28 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:206)
    20:12:28 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:182)
    20:12:28 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    20:12:28 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:147)
    20:12:28 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    20:12:28 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    20:12:28 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:232)
        at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:40)
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:198)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:206)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:182)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:147)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    20:12:28 [WARNING] Could not get current artifact information; perhaps you are running a custom version?: IOException
    20:12:28 [WARNING] Could not get latest artifact information: IOException
    
    This is when I am running CraftBukkit 1.1 R6 on a Mac OS X 10.6.8. The server is running with 8GB of RAM. I'll post my plugin list if it's necessary, but I don't think it is in this scenario. Any help is appreciated.

    Also, if it matters, I'm using Minecraft Remote Toolkit, but I also tried it with my other startup script, and it gave me the same error. This is my other startup script:

    Code:
    cd ~/Desktop/MagnaCraft
    java -Xincgc -Xmx8192M -jar CraftBukkit++.jar
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  2. Offline

    sillyrosster

    Do the errors spew out when you run CraftBukkit alone? Are your plugins up-to-date?
     
  3. Offline

    ClichedBluefish

    I could try running the server without any plugins. BRB with results.

    It starts without plugins, but I still get some sort of error message:

    Code:
    174 recipes
    27 achievements
    20:18:58 [INFO] Starting minecraft server version 1.1
    20:18:58 [INFO] Loading properties
    20:18:58 [INFO] Starting Minecraft server on *:25565
    20:18:59 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-b1988jnks (MC: 1.1) (Implementing API version 1.1-R6)
    20:18:59 [INFO] Preparing level "world"
    20:18:59 [INFO] Default game type: 0
    20:18:59 [INFO] Preparing start region for level 0 (Seed: 8154667595753417486)
    20:18:59 [WARNING] Could not get current artifact information; perhaps you are running a custom version?: IOException
    20:18:59 [WARNING] Could not get latest artifact information: IOException
    20:19:00 [INFO] Preparing start region for level 1 (Seed: -8422159404217536164)
    20:19:00 [INFO] Preparing spawn area: 52%
    20:19:00 [INFO] Preparing start region for level 2 (Seed: -8196673629375308037)
    20:19:00 [INFO] Server permissions file permissions.yml is empty, ignoring it
    20:19:00 [INFO] Done (1.603s)! For help, type "help" or "?
    I tried running it again with all plugins updated through CraftBukkitUpToDate. Still getting the initial error message.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  4. Offline

    sillyrosster

    CraftBukkitUpToDate is, out of date because of ci.bukkit.org going down. You will have to manually update all of your plugins. Another option is to take off all of your plugins and add them one by one to see who is the culprit.
     
  5. Offline

    ClichedBluefish

    Oh god no. I have over 70 plugins xD
     
  6. Offline

    sillyrosster

    You can check the BukkitDev post to see if it's up to date, but you might be lazy like me and not want to click the buttons to get there.
     
  7. Offline

    CombatWiZ

    Do you have LogBlockQuestioner? If you do take it off, once I took that off my server was able to start up... but still some of my plugins have been outdated.
     
  8. Offline

    number1_Master

    That error is because (I think) in the plugin.yml, 'commands: ' is empty. So all plugins that do not have commands get this error.
     
  9. Offline

    Kaitoshijo

    I started a new server, only the craftbukkit and the run.bat and started it. I still got Could not get current artifact information; perhaps you are running a custom version?: FileNotFoundException and could not connect to the server.
     
  10. Offline

    s3w47m88

    I'm having the same issue and I simply tried deleting all of my plugins and still get the error.
     
  11. Offline

    imailyou

    same here
     
  12. Offline

    quickclay

    Here it is again. It's really hard to tell what plugin is causing this from the error. There's usually a clue..

    2012-03-01 23:13:20 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-b1988jnks (MC: 1.1) (Implementing API version 1.1-R6)
    2012-03-01 23:13:20 [SEVERE] java.lang.NullPointerException: null value
    2012-03-01 23:13:20 [SEVERE] at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
    2012-03-01 23:13:20 [SEVERE] at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:139)
    2012-03-01 23:13:20 [SEVERE] at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:178)
    2012-03-01 23:13:20 [SEVERE] at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:214)
    2012-03-01 23:13:20 [SEVERE] at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:40)
    2012-03-01 23:13:20 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:198)
    2012-03-01 23:13:20 [SEVERE] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
    2012-03-01 23:13:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:206)
    2012-03-01 23:13:20 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:182)
    2012-03-01 23:13:20 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    2012-03-01 23:13:20 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:147)
    2012-03-01 23:13:20 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    2012-03-01 23:13:20 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-03-01 23:13:20 [SEVERE] Unexpected exception
    java.lang.NullPointerException: null value
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
    at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:139)
    at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:178)
    at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:214)
    at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:40)
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:198)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:206)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:182)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:147)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-03-01 23:13:21 [WARNING] Could not get current artifact information; perhaps you are running a custom version?: FileNotFoundException
    2012-03-01 23:15:25 [INFO] Read timed out
     
  13. Offline

    MrJanitor

  14. Offline

    Wolvereness Bukkit Team Member

Thread Status:
Not open for further replies.

Share This Page