Server OverLoading?

Discussion in 'Bukkit Help' started by Dcww, Apr 6, 2012.

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

    Dcww

    Alright I am running a 64bit debian/linux server. I have been running it for a while now but just recently it has been freaking out. I have disabled all plugins and updated ones that I was able to. But still the Console keeps saying: "2012-04-06 20:35:56 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?"
    It NEVER used to say this. It started when someone on my server updated to the new update. The server is updated now and everything. I am also getting this error about 2-3 minutes after server is fully started up:
    2012-04-06 20:37:29 [SEVERE] java.net.SocketException: Broken pipe
    2012-04-06 20:37:29 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-04-06 20:37:29 [SEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
    2012-04-06 20:37:29 [SEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
    2012-04-06 20:37:29 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    2012-04-06 20:37:29 [SEVERE] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    2012-04-06 20:37:29 [SEVERE] at java.io.DataOutputStream.flush(DataOutputStream.java:123)
    2012-04-06 20:37:29 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)

    Then I got this one sometimes:
    2012-04-06 21:52:22 [SEVERE] java.lang.NullPointerException
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:34)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:162)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.Packet254GetInfo.handle(SourceFile:16)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    2012-04-06 21:52:22 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    If you could help me thank you!

    Please I could really use the help.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  2. Offline

    hey_pig

    id create a clean test bukkit install, run it with no plugins and see if that same error pops up, if so id


    sudo apt-get purge sun-java-jdk sun-java6-plugin
    sudo apt-get update
    sudo apt-get install sun-java6-jdk sun-java6-plugin





    if theres no errors, id re-download the beta craftbukkit ...
     
  3. Offline

    Dcww

    root@minecraft:~# sudo apt-get purge sun-java-jdk sun-java6-plugin
    sudo: unable to resolve host ...
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Virtual packages like 'sun-java6-plugin' can't be removed
    E: Unable to locate package sun-java-jdk
    root@minecraft:~# sudo apt-get update
    sudo: unable to resolve host ...
    Hit http://ftp.debian.org squeeze Release.gpg
    Ign http://ftp.debian.org/debian/ squeeze/main Translation-en
    Hit http://ftp.debian.org squeeze Release
    Hit http://ftp.debian.org squeeze/main amd64 Packages
    Reading package lists... Done
    root@minecraft:~# sudo apt-get install sun-java6-jdk sun-java6-plugin
    sudo: unable to resolve host ...
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package sun-java6-jdk is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Package sun-java6-plugin is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'sun-java6-jdk' has no installation candidate
    E: Package 'sun-java6-plugin' has no installation candidate
    root@minecraft:~#

    I get a feeling this did not work?
     
  4. Offline

    hey_pig

    you need to add the java repository to your repository list, debian doesnt officially support Sun Java anymore

    google "how to install java 6 debian"
     
Thread Status:
Not open for further replies.

Share This Page