java.lang.ExceptionInInitializerError

Discussion in 'Bukkit Help' started by IronFerret, Oct 14, 2011.

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

    IronFerret

    Just downloaded the new CB 1317 and tried to fire up a fresh new server and I've hit a brick wall.

    I'm running Window 7 64x
    Java 7
    4GB ram

    this is the error

    Code:
    java.lang.ExceptionInInitializerError
            at net.minecraft.server.StatisticCollector.<clinit>(SourceFile:5)
            at net.minecraft.server.StatisticList.<clinit>(SourceFile:31)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:515)
            at org.bukkit.craftbukkit.Main.main(Main.java:127)
    Caused by: java.lang.NullPointerException
            at java.util.Properties$LineReader.readLine(Unknown Source)
            at java.util.Properties.load0(Unknown Source)
            at java.util.Properties.load(Unknown Source)
            at net.minecraft.server.StatisticStorage.<init>(SourceFile:17)
            at net.minecraft.server.StatisticStorage.<clinit>(SourceFile:8)
            ... 4 more
    Press any key to continue . . .
    I've tried every variation of .bat file I could find on the web with no success.

    Hopefully someone can solve my problem.

    Thank you,

    IronFerret

    Any help would be....helpful :confused:

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

    Rwembee

Thread Status:
Not open for further replies.

Share This Page