• Bitte beachte, dass wir eine Serverliste sind!
    Wenn du ein Problem auf einem Server hast (z.B. Entbannantrag, etc), dann ist das Forum hier der falsche Ort.
  • Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Crash

  • Ersteller deleted account
  • Erstellt am
D

deleted account

Guest
Hallo,
dieser Fehler tritt häufig auf:

Code:
[10:18:27] [Server thread/INFO]: MRNTV[/84.150.82.197:44897] logged in with entity id 36 at ([Lobby]-90.43700883042317, 20.0, 242.69481295321745)

[10:18:32] [Server thread/INFO]: MRNTV lost connection: Disconnected

[10:18:32] [Server thread/INFO]: â"ƒ BedWars » MRNTV hat das Spiel verlassen! (0/8)


[11:27:16] [Server thread/INFO]: Stopping server

[11:27:21] [Server thread/ERROR]: Exception stopping the server

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:27:34] [Thread-5/WARN]: Exception in thread "Thread-5"

[11:27:45] [Server thread/WARN]: Exception in thread "Server thread"

[11:27:46] [Netty Epoll Server IO #0/WARN]: Unexpected exception in the selector loop.

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:27:57] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:28:20] [Netty Epoll Server IO #3/WARN]: Unexpected exception in the selector loop.

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:28:32] [Netty Epoll Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:28:46] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:28:56] [Netty Epoll Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:28:58] [Netty Epoll Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:

java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:29:35] [Spigot Metrics Thread/WARN]: Exception in thread "Netty Epoll Server IO #3" Exception in thread "Spigot Metrics Thread"

[11:29:35] [Spigot Metrics Thread/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:29:47] [Snooper Timer/WARN]: Exception in thread "Snooper Timer"

[11:29:47] [Snooper Timer/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:35:10] [Server console handler/WARN]: Exception in thread "Server console handler"

[11:35:12] [Server console handler/WARN]: java.lang.OutOfMemoryError: GC overhead limit exceeded

[11:35:18] [Thread-4/WARN]: Exception in thread "Thread-4"


Dadurch kann man den Server nicht mehr erreichen und die Lobby auch,aufgrund des Crashes,reagiert nicht mehr.Dies tritt bei unseren beiden BW Servern gleichzeitig auf.
Danke für die Hilfe
LG
Silas

//Dean: Logs & Konfigs bitte entweder als Code einfügen oder als Dateianhang, bzw.auf pastebin.com hochladen! Danke!
 
Zuletzt bearbeitet von einem Moderator:

BlackHole

Workaholic
Registriert
1 Juli 2012
Beiträge
752
Diamanten
0
Minecraft
BlackHole
Der Server hat nicht Speicher: java.lang.OutOfMemoryError: GC overhead limit exceeded
Es kann natürlich auch daran liegen, dass eines der Plugins einen Speicherleck hat. Dafür könntest du ein Ausschlussverfahren einsetzen.
Schreibe hier aber auch mal die Startparameter die du Java übergibst und welche Java Version du verwendest.
 
D

deleted account

Guest
Code:
Java 8-

#!/bin/bash

while true

do

java -Xms1024M -Xmx1024M -jar spigot.jar

echo "Server wurde gestartet!"

done

Ich starte über eine restart.sh
 
Zuletzt bearbeitet von einem Moderator:
Oben