Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
buy a hotdog!
Oct 24, 2010
I'm trying to set up a new server and for some reason I can't get any servers to run anymore, even though I've made several in the past. Making a simple vanilla server with minecraft_server.exe doesn't work because nothing happens when I open it. Running a minecraft_server.jar with a .bat file gives me this:

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:489)
        at org.bukkit.craftbukkit.Main.main(Main.java:123)
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 re installing Java and tried both available versions (1.6 and 1.7). Both versions gave me the same results.

Adbot
ADBOT LOVES YOU

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply