java.lang.NullPointerException on server start

Discussion in 'Bukkit Help' started by DoodoM, Jun 16, 2011.

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

    DoodoM

    Sometimes, when the server is autorestarted via cron, the following issue ocurs and the server doesn't work until I manually restart it (could pass many hours):
    Code:
    2011-06-16 10:00:14 [SEVERE] java.lang.NullPointerException
    2011-06-16 10:00:14 [SEVERE]    at java.util.Random.nextInt(Random.java:272)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.NoiseGenerator2.<init>(SourceFile:26)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.NoiseGeneratorOctaves2.<init>(SourceFile:17)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.WorldChunkManager.<init>(SourceFile:18)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.WorldProvider.a(SourceFile:39)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.WorldProvider.a(SourceFile:26)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.World.<init>(World.java:106)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.WorldServer.<init>(WorldServer.java:29)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:169)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-16 10:00:14 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-16 10:00:14 [SEVERE] Unexpected exception
    
    I have installed build #860 and this didn't happen with previous builds, so I guess it doesn't nothing to do with the way I automatically reboot the server and according to the server.log doesn't seem to be related with any plugin.

    Any advice or solution? I'm pretty devastated and tired of this.
     
Thread Status:
Not open for further replies.

Share This Page