Problem Ultimate server crashing

noobguy

New Member
Jul 29, 2019
10
0
0
Hello, our server keeps crashing and I have no idea how to fix it, any help would be appreciated.

The server that it runs on is a 16gb with 1230v2

---- Minecraft Crash Report ----
// Don't do that.

Time: 7/29/13 5:29 PM
Description: Exception ticking world

java.lang.NullPointerException
at yc.g(World.java:887)
at yp.a(SpawnerAnimals.java:316)
at yp.a(SpawnerAnimals.java:213)
at in.b(WorldServer.java:291)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:834)
at ho.r(DedicatedServer.java:309)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
at fy.run(ThreadMinecraftServer.java:16)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at yc.g(World.java:887)
at yp.a(SpawnerAnimals.java:316)
at yp.a(SpawnerAnimals.java:213)
at in.b(WorldServer.java:291)

-- Affected level --
Details:
Level name: world
All players: 6 total; [iq['NoobGuy90'/1124, l='world', x=2246.81, y=57.00, z=3063.46](NoobGuy90 at 2246.8059388612955,56.99657404410093,3063.4649147666664), iq['peteoxley'/2961, l='world', x=-1306.30, y=66.00, z=1046.83](peteoxley at -1306.300000011921,66.0,1046.833152845666), iq['AzMSCzA'/3290, l='world', x=-1302.52, y=66.00, z=1044.44](AzMSCzA at -1302.5218668699933,66.0,1044.4422688120235), iq['jayfeatherfreak1'/7029, l='world', x=172.86, y=64.00, z=1149.12](jayfeatherfreak1 at 172.86401014752883,64.0,1149.1178960045183), iq['ASSASSAINKILLA'/10018, l='world', x=670.61, y=57.00, z=-736.28](ASSASSAINKILLA at 670.6129166315135,57.0,-736.282410882826), iq['csb1020'/15347, l='world', x=675.66, y=57.00, z=-741.93](csb1020 at 675.6597853726182,57.0,-741.9343321905754)]
Chunk stats: ServerChunkCache: 1429 Drop: 0
Level seed: -3911526121949049034
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (94,75,247), Chunk: (at 14,4,7 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 48238516 game time, 49346402 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 32550 (now: false), thunder time: 133421 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:834)
at ho.r(DedicatedServer.java:309)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
at fy.run(ThreadMinecraftServer.java:16)

-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Linux (amd64) version 2.6.32-358.2.1.el6.x86_64
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
 

Attachments

  • crash-2013-07-29_17.29.15-server.txt
    62.3 KB · Views: 57

cjm721

New Member
Jul 29, 2019
734
0
1
Looks like corrupted chunks to me.

Preaty much said it. Only really easy option would be to rollback the server or find what chunk it is (delete forcedchunks.dat and fly around/have people log on untill it crashses) then delete it with mcedit.
 

noobguy

New Member
Jul 29, 2019
10
0
0
Thanks for the tips guys, I did that, now the server crashes without crash reports ?

Again thanks for all the help
 

cjm721

New Member
Jul 29, 2019
734
0
1
Are you seeing an h*** (* = random number/letter) file in the server directory?
 

noobguy

New Member
Jul 29, 2019
10
0
0
Yes that.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x00007f1c939b0a82, pid=4471, tid=139760506201856
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libzip.so+0x4a82] newEntry+0x62
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Is there a fix for that ?
 

cjm721

New Member
Jul 29, 2019
734
0
1
Thats a new one for me. Considering you are running an out of data java I would suggest updating as that might have something to do with it (Even if its not always a good idea to be running latest stable)