• 0

    posted a message on Survival Mode keeps crashing.

    I just went ahead and changed the memory size to see if it makes any difference, however it wasn't using much memory before so I doubt that's the issue...


    java -Xms4G -Xmx6G -jar minecraft_server.jar nogui &

    Posted in: Server Support and Administration
  • 0

    posted a message on Survival Mode keeps crashing.

    Any ideas?


    I am using the below command to start the server on my linux box using a shell script. I am starting the creative server the same way without issues.


    java -Xms200M -Xmx1G -jar minecraft_server.jar nogui &

    Posted in: Server Support and Administration
  • 0

    posted a message on Survival Mode keeps crashing.

    Here is the server if I run a top...


    As you can see it's showing cpu=101.4%, Minecraft has ZERO users on at this time on either server...


    if you look at utilized cpu its at only 13.0


    Posted in: Server Support and Administration
  • 0

    posted a message on Survival Mode keeps crashing.

    I have two servers running, Survival and Creative...


    Creative never crashes, but survival crashes all the time.


    I am running a Server that is more than capable of running Minecraft... The server has 72GB of memory and 16ghz of processing power.


    Here is the log file of survival that keeps crashing.


    :/home/minecraft/Minecraft_1.10/crash-reports# more crash-2016-11- 25_10.25.30-server.txt
    ---- Minecraft Crash Report ----
    // Don't do that.

    Time: 11/25/16 10:25 AM
    Description: Watching Server

    java.lang.Error
    at java.util.ArrayList.indexOf(ArrayList.java:298)
    at java.util.ArrayList.contains(ArrayList.java:281)
    at java.util.ArrayList.batchRemove(ArrayList.java:700)
    at java.util.ArrayList.removeAll(ArrayList.java:671)
    at aid.k(SourceFile:1448)
    at ls.k(SourceFile:551)
    at net.minecraft.server.MinecraftServer.D(SourceFile:626)
    at ld.D(SourceFile:338)
    at net.minecraft.server.MinecraftServer.C(SourceFile:554)
    at net.minecraft.server.MinecraftServer.run(SourceFile:458)
    at java.lang.Thread.run(Thread.java:745)

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

    -- Head --
    Thread: Server Watchdog
    Stacktrace:
    at java.util.ArrayList.indexOf(ArrayList.java:298)
    at java.util.ArrayList.contains(ArrayList.java:281)
    at java.util.ArrayList.batchRemove(ArrayList.java:700)
    at java.util.ArrayList.removeAll(ArrayList.java:671)
    at aid.k(SourceFile:1448)
    at ls.k(SourceFile:551)
    at net.minecraft.server.MinecraftServer.D(SourceFile:626)
    at ld.D(SourceFile:338)
    at net.minecraft.server.MinecraftServer.C(SourceFile:554)

    -- Thread Dump --
    Details:
    Threads: "Netty Epoll Server IO #8" Id=26 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:1
    94)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThread
    EventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #7" Id=25 RUNNABLE
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:1
    94)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThread
    EventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #6" Id=24 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:1
    94)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThread
    EventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #5" Id=23 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #4" Id=22 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #3" Id=21 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #2" Id=20 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #1" Id=19 RUNNABLE
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "File IO Thread" Id=37 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at bbu.c(SourceFile:51)
    at bbu.run(SourceFile:30)
    at java.lang.Thread.run(Thread.java:745)

    "Server Watchdog" Id=35 RUNNABLE
    at sun.management.ThreadImpl.dumpThreads0(Native Method)
    at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
    at le.run(SourceFile:43)
    at java.lang.Thread.run(Thread.java:745)

    "Netty Epoll Server IO #0" Id=18 RUNNABLE
    at io.netty.channel.epoll.Native.epollWait(Native Method)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
    at java.lang.Thread.run(Thread.java:745)

    "DestroyJavaVM" Id=14 RUNNABLE

    "Server thread" Id=12 RUNNABLE
    at java.util.ArrayList.indexOf(ArrayList.java:298)
    at java.util.ArrayList.contains(ArrayList.java:281)
    at java.util.ArrayList.batchRemove(ArrayList.java:700)
    at java.util.ArrayList.removeAll(ArrayList.java:671)
    at aid.k(SourceFile:1448)
    at ls.k(SourceFile:551)
    at net.minecraft.server.MinecraftServer.D(SourceFile:626)
    at ld.D(SourceFile:338)
    ...

    "Server Infinisleeper" Id=11 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at ld$1.run(SourceFile:79)

    "Snooper Timer" Id=10 TIMED_WAITING on java.util.TaskQueue@39975dc0
    at java.lang.Object.wait(Native Method)
    - waiting on java.util.TaskQueue@39975dc0
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)

    "Signal Dispatcher" Id=4 RUNNABLE

    "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@8c05ca
    at java.lang.Object.wait(Native Method)
    - waiting on java.lang.ref.ReferenceQueue$Lock@8c05ca
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

    "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@68d0110d
    at java.lang.Object.wait(Native Method)
    - waiting on java.lang.ref.Reference$Lock@68d0110d
    at java.lang.Object.wait(Object.java:503)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)


    Stacktrace:
    at le.run(SourceFile:59)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.10
    Operating System: Linux (amd64) version 4.2.0-16-generic
    Java Version: 1.7.0_101, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 209858320 bytes (200 MB) / 846200832 bytes (807 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 2 total; -Xms200M -Xmx1G
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    Profiler Position: N/A (disabled)
    Player Count: 1 / 6; [lu['ak95ta'/219709, l='world', x=115.47, y=97.50, z=375.26]]
    Is Modded: Unknown (can't tell)
    Type: Dedicated Server (map_server.txt)

    Posted in: Server Support and Administration
  • To post a comment, please .