Bukkit Crashes

Discussion in 'Bukkit Help' started by Kegan187, Mar 1, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Kegan187

    I finally got a SQL database working for my Linux VPS. It has CentOS 5 32-bit on it and lately, I have had issues with the stablity of my server. It does this randomly
    Code:
    2011-03-01 21:36:02 [SEVERE] java.net.SocketException: Connection reset
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:185)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:199)
    2011-03-01 21:36:02 [SEVERE]     at java.io.FilterInputStream.read(FilterInputStream.java:83)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    2011-03-01 21:36:02 [SEVERE] java.net.SocketException: Broken pipe
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketOutputStream.write(SocketOutputStream.java:132)
    2011-03-01 21:36:02 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:88)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.Packet.a(SourceFile:148)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.e(SourceFile:130)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.d(SourceFile:9)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:83)
    2011-03-01 21:36:02 [SEVERE] java.net.SocketException: Connection reset
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:185)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:199)
    2011-03-01 21:36:02 [SEVERE]     at java.io.FilterInputStream.read(FilterInputStream.java:83)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    2011-03-01 21:36:02 [SEVERE] java.net.SocketException: Broken pipe
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketOutputStream.write(SocketOutputStream.java:132)
    2011-03-01 21:36:02 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:88)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.Packet.a(SourceFile:148)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.e(SourceFile:130)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.d(SourceFile:9)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:83)
    2011-03-01 21:36:02 [SEVERE] java.net.SocketException: Connection reset
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:185)
    2011-03-01 21:36:02 [SEVERE]     at java.net.SocketInputStream.read(SocketInputStream.java:199)
    2011-03-01 21:36:02 [SEVERE]     at java.io.FilterInputStream.read(FilterInputStream.java:83)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.Packet.b(SourceFile:113)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.f(SourceFile:155)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkManager.c(SourceFile:9)
    2011-03-01 21:36:02 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:62)
    Any ideas why this is happening?
     
  2. Offline

    six30two

    Here is the information we need to properly help you diagnose the problem:

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    2. What architecture is the OS you are running (x64 or x86)?
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    If you run any GNU/Linux, run this command to get all 3:

    Code:
    uname -a && java -version
    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    (Linux users: zgrep -i version craftbukkit.jar). Builds 267+ have the build number in the top of the server.log.

    Now that you've given us all the basics, now we get into the more advanced stuff. Note, if you haven't answered 1-5 yet, answering 6-10 will be almost pointless.

    6. What command are you using to run your CraftBukkit server?
    7. What plugins are you running?
    8. What error are you getting (post your server.log file if possible)?
    9. What have you tried already?
    10. Have you tried any of the things below?
    --- merged: Mar 1, 2011 6:46 PM ---
    You answered 1 and 2, but could you answer some of the rest? :)
     
  3. Offline

    Kegan187

    1. CentOS 5
    2. I do not know. It is 32-bit so Ill have to say x86
    3. Java version 1.6.0_17
    4. No
    5. 453
    6. #!/bin/sh
    java -Xincgc -Xmx1024M -jar craftbukkit.jar
    7. I am running BigBrother, ControllerBlock, Elevators, GuestPrev, iChat, iConomy, LWC, MCDocs, Multiverse, MyHome, Permissions, SpawnControl, WorldEdit, WorldGuard
    8. It is posted in the orginal post.
    9. I have tried restarting my SQL database and entire VPS
    10.
     
  4. Offline

    six30two

    x86 and 32-bit are interchangable descriptors. They're the same thing, so you're correct :)

    Let me check out all those plugins and see if there's a conflict. I'll get back to you soon.

    Or someone else who is faster will. Either way we have the info we need to help solve your problem! :)
     
  5. Offline

    Kegan187

    Thank you, and I searched part of the error on google, and it came up with something that has to do with a MySQL server. I do not know if it happens because of my database, but it might.
    --- merged: Mar 1, 2011 9:14 PM ---
    Crap, it happened for the third time today.
     
  6. Offline

    Plague

    Connection resets are mostly clients closing the window instead of logging off.
     
  7. Offline

    jwideman

    Or the client crashing.
    Either way, it's not something to worry about, unless players tell you what is going on. (And they rarely do.)
     
Thread Status:
Not open for further replies.

Share This Page