Random Crashes

Post Reply
mike1111177
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Jan 27, 2012 9:22 pm

Random Crashes

Post by mike1111177 »

Okay it seems whenever I don't look at the console for a while I go back and the only thing displayed is "conection reset" then to find out the server has been down for the past 5 hours. This has happend to me multiple times and I was wondering how to fix it.
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Random Crashes

Post by Edge100x »

Crashes are generally due to server plugins. Looking at the logfile, do you see any clues on what plugin it might have been?
mike1111177
New to forums
New to forums
Posts: 2
Joined: Fri Jan 27, 2012 9:22 pm

Re: Random Crashes

Post by mike1111177 »

Okay personally I found nothing alarming but im really new to server hosting. if I give you the log could you look through it maybe.


server.zip
(776.83 KiB) Downloaded 119 times
darknavi
New to forums
New to forums
Posts: 5
Joined: Sat May 14, 2011 7:14 am

Re: Random Crashes

Post by darknavi »

2012-02-01 16:09:49 [INFO] Unknown command. Type "help" for help.[0m
2012-02-01 16:09:49 [SEVERE] null
java.io.IOException: Input/output error
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:220)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at jline.Terminal.readCharacter(Terminal.java:99)
at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
at jline.ConsoleReader.readBinding(ConsoleReader.java:654)
at jline.ConsoleReader.readLine(ConsoleReader.java:494)
at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:31)
It looks like something (or someone) is trying to execute a command that wont read correctly.
Post Reply