![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKnZJbbP4UWtOQZ8S9TxRKXoSdjWdi3K4blCVLI1yph7Riu1DPV-HnRV9zKuaArhxjTCTeztpl1YTJKcjwzCPSzcciGUoZcsCVVNq3MOGj8exjlX0t2uAImqBDAD0-3BrOpBDYdMrcskKh/s320/MinecraftNightly.png)
1.5_02 continues to hurl End of Stream errors at random, and sometimes just flatout crashes. The forums are awash in a flood of conflicting reports on the various issues in 1.5, 1.5_01, and 1.5_02. To make matters worse, the world appears to be corrupting again, as the spawn point has again been replaced with a randomly generated block. I'm not planning to roll back this time, though, so effecting repairs to that may be the order of the day.
Mojang appears to be asleep at the wheel, or at least wildly unresponsive. If anybody wants to help me figure this out, the error that's repeatedly taking out our server is:
java.lang.OutOfMemoryError: Java heap spaceat java.util.Arrays.copyOf(Arrays.java:2734)at java.util.ArrayList.ensureCapacity(ArrayList.java:167)at java.util.ArrayList.add(ArrayList.java:351)at cp.b(SourceFile:19)at ly.d(SourceFile:355)at ly.a(SourceFile:350)at da.a(SourceFile:802)at kr.c(SourceFile:335)at gu.a(SourceFile:484)at gu.u(SourceFile:595)at ee.u(SourceFile:26)at dl.u(SourceFile:42)at gu.p_(SourceFile:209)at ee.p_(SourceFile:30)at da.a(SourceFile:1087)at dg.a(SourceFile:34)at da.g(SourceFile:1063)at da.e(SourceFile:1042)at net.minecraft.server.MinecraftServer.h(SourceFile:350)at net.minecraft.server.MinecraftServer.run(SourceFile:286)at bj.run(SourceFile:394)
Generally the path of execution is:
- Server starts normally.
- Players log in and play normally.
- Server begins refusing players (End of Stream error).
- Server throws OutOfMemory and ceases all network communication.
- Admin logs in and bounces server.
I believe that the OutOfMemory error is where our world corruption is coming from, but I can't be sure.
No comments:
Post a Comment