[Server] End of Stream error - join the discussion!

Discussion in 'Bukkit Help' started by EvilSeph, May 1, 2011.

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

    EvilSeph

    Although the 'End of Stream' error isn't a new issue, it seems recent changes in Minecraft 1.5 has made this error occur much more frequently. In an effort to diagnose and address this issue, I'd like to start a discussion on it and provide a list of questions for people to answer that will, hopefully, help point us to what the cause is.

    Please note: this discussion is ONLY for server issues!

    If your users are encountering the End of Stream error when connecting to your Bukkit server, please help us troubleshoot this problem by answering the following questions:

    General System information
    What operating system are you running the server on?
    Is it a 64 bit or 32 bit version of the OS?
    What version of Java are you running (java -version to find out)?
    How much RAM do you have on the system?
    What are the specs of the server’s CPU?
    What network card does the server have?
    What network card drivers is the server using?
    What firewall or other security software is running on the server?
    Is your server directly connected to your router or on a network?
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    Are you hosting on a VPS / Cloud or dedicated hardware?
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    What plugins (and their versions) is your server running?
    How much RAM do you allocate to the server process?
    What is the launch line you use to start the server?
    Do you experience high CPU load or paging during the time of the EoS?
    How many users are actively using your server when you experience the errors?
    What are your users doing around the time the error occurs?
    How large is your map?
    Are there large redstone circuits or minecart tracks on your map?
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    Do you still have these problems if you run your CraftBukkit server without plugins?
    Do you still have these problems if you run a Minecraft server without CraftBukkit?

    Please only respond to this thread with relevant information. Anything else will be deleted.
     
  2. Offline

    Kommander

    General System information
    What operating system are you running the server on? Windows 7
    Is it a 64 bit or 32 bit version of the OS? 32bit
    What version of Java are you running (java -version to find out)? 6.0.240.7
    How much RAM do you have on the system? 4 gig
    What are the specs of the server’s CPU? Intel Core2 Duo E6850 @3.00 GHz
    What network card does the server have? Atheros L1 Gigabit Ethernet 10/100/1000Base - T Controller
    What network card drivers is the server using? Atheros driver version 2.4.7.29
    What firewall or other security software is running on the server? none
    Is your server directly connected to your router or on a network? directly connected to router
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 10 mbit
    Are you hosting on a VPS / Cloud or dedicated hardware? my own pc
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running ? git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5.02)
    What plugins (and their versions) is your server running? none
    How much RAM do you allocate to the server process? 512mb
    What is the launch line you use to start the server?
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Do you experience high CPU load or paging during the time of the EoS? no
    How many users are actively using your server when you experience the errors? the first user attempting to connect was unable to, he is also on my home network.
    What are your users doing around the time the error occurs? Only programs open are minecraft version 1.5.02 and msn.
    How large is your map? brand new map, unexplored
    Are there large redstone circuits or minecart tracks on your map? no
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) no errors
    Do you still have these problems if you run your CraftBukkit server without plugins? no plugins used
    Do you still have these problems if you run a Minecraft server without CraftBukkit? yes
     
  3. Offline

    Mot Wakorb

    General System information
    What operating system are you running the server on? CentOS 5.5
    Is it a 64 bit or 32 bit version of the OS? 64-Bit
    What version of Java are you running (java -version to find out)? 1.6.0_24
    How much RAM do you have on the system? 8GB
    What are the specs of the server’s CPU? Dual Dual-Core Xeon 2.33GHz
    What network card does the server have? Broadcom Gigabit
    What network card drivers is the server using? Linux Included Drivers
    What firewall or other security software is running on the server? None - firewall out-front is ASA 5510
    Is your server directly connected to your router or on a network? On a network
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) Gigabit
    Are you hosting on a VPS / Cloud or dedicated hardware? No
    What is your hosting provider (if applicable): Self-hosted (I work for the ISP in question)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? git-Bukkit-0.0.0-700-gf3ae4c3-b733jnks (MC: 1.5_02)
    What plugins (and their versions) is your server running? None during testing of this error
    How much RAM do you allocate to the server process? 1.5GB
    What is the launch line you use to start the server? java -Xmx1536M -Xms1536M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:parallelGCThreads=$CPU_COUNT -XX:+AggressiveOpts -jar craftbukkit.jar nogui
    Do you experience high CPU load or paging during the time of the EoS? No
    How many users are actively using your server when you experience the errors? As little as 0, as many as 10.
    What are your users doing around the time the error occurs? General movement. Building at most
    How large is your map? Not terribly large
    Are there large redstone circuits or minecart tracks on your map? Yes
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) No.
    Do you still have these problems if you run your CraftBukkit server without plugins? Yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? Yes
     
  4. Offline

    Klockenstein

    General System information
    What operating system are you running the server on?
    Windows 2003 Enterprise SP2

    Is it a 64 bit or 32 bit version of the OS?
    32-bit

    What version of Java are you running (java -version to find out)?
    1.6.0_25-b06

    How much RAM do you have on the system?
    4GB

    What are the specs of the server’s CPU?
    2X Xeon Dual-Core 5130 2GHz

    What network card does the server have?
    2X Broadcom BCM5708C

    What network card drivers is the server using?
    Broadcom Corporation, 2011-01-14, 6.2.8.0

    What firewall or other security software is running on the server?
    No

    Is your server directly connected to your router or on a network?
    Directly connected to router (NAT)

    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    1Gbit

    Are you hosting on a VPS / Cloud or dedicated hardware?
    No

    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02)
    What plugins (and their versions) is your server running?
    None during test

    How much RAM do you allocate to the server process?
    1GB

    What is the launch line you use to start the server?
    @ECHO OFF
    TITLE MC BETA TEST
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE

    Do you experience high CPU load or paging during the time of the EoS?
    No

    How many users are actively using your server when you experience the errors?
    1-10, doesn't seem to matter.

    What are your users doing around the time the error occurs?
    During test, just standing still

    How large is your map?
    about 150MB

    Are there large redstone circuits or minecart tracks on your map?
    Yes

    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    2011-05-03 09:35:13 [INFO] Klockenstein [/213.112.252.233:1717] logged in with entity id 464
    2011-05-03 09:36:49 [INFO] Klockenstein lost connection: disconnect.endOfStream
    2011-05-03 09:36:55 [INFO] Klockenstein [/213.112.252.233:1720] logged in with entity id 2720
    2011-05-03 09:38:43 [INFO] Klockenstein lost connection: disconnect.overflow
    2011-05-03 09:38:43 [INFO] Connection reset
    2011-05-03 09:38:48 [INFO] Klockenstein [/213.112.252.233:1723] logged in with entity id 4410
    2011-05-03 09:41:47 [INFO] Klockenstein lost connection: disconnect.overflow
    2011-05-03 09:41:47 [INFO] Connection reset
    2011-05-03 09:41:52 [INFO] Klockenstein [/213.112.252.233:1730] logged in with entity id 6507
    2011-05-03 09:43:07 [INFO] Klockenstein lost connection: disconnect.endOfStream
    2011-05-03 09:43:12 [INFO] Klockenstein [/213.112.252.233:1733] logged in with entity id 6972

    Do you still have these problems if you run your CraftBukkit server without plugins?
    Yes, but less often.

    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    No
     
  5. Offline

    ViZiT

    General System information
    What operating system are you running the server on?
    Windows 7

    Is it a 64 bit or 32 bit version of the OS?
    64-bit

    What version of Java are you running (java -version to find out)?
    1.7.0_25-b06

    How much RAM do you have on the system?
    24GB

    What are the specs of the server’s CPU?
    Intel core i7 870 2.93GHz

    What network card does the server have?
    integrated card can't say more

    What network card drivers is the server using?
    ---

    What firewall or other security software is running on the server?
    No

    Is your server directly connected to your router or on a network?
    Directly connected to router (NAT)

    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    100Mbit

    Are you hosting on a VPS / Cloud or dedicated hardware?
    No

    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02)
    What plugins (and their versions) is your server running?
    plugins: AdminCmd
    AutoSave
    BigBrother
    ColorMe
    CommandBook
    dynmap
    FalseBook
    iConomy
    Lockette
    MCCRestart
    MultipleHomes
    Permissions
    SimpleReserve
    Worldguard
    Worldedit
    whitelist
    xauth

    How much RAM do you allocate to the server process?
    16GB

    What is the launch line you use to start the server?
    @ECHO OFF
    TITLE MC BETA TEST
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx16384m -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE

    Do you experience high CPU load or paging during the time of the EoS?
    No

    How many users are actively using your server when you experience the errors?
    1-15, doesn't seem to matter.

    What are your users doing around the time the error occurs?
    During test, just standing still

    How large is your map?
    about 350MB

    Are there large redstone circuits or minecart tracks on your map?
    No

    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    java connection reset by peer and then connection reset and read time out
    connection reset
    read time out
    connection reset
    read time out
    and cmd is overload

    Do you still have these problems if you run your CraftBukkit server without plugins?
    Yes, but less often.

    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    No
     
  6. Offline

    Penorzilla

    General System information
    What operating system are you running the server on? Ubuntu
    Is it a 64 bit or 32 bit version of the OS? 64
    What version of Java are you running (java -version to find out)? 1.6.0_22
    How much RAM do you have on the system? 8gigs
    What are the specs of the server’s CPU? e8400 - 3.2ghz dual core
    What network card does the server have? Integraded, 780i SLI
    What network card drivers is the server using? Whatever one comes with ubuntu for it.
    What firewall or other security software is running on the server? Just ubuntu's default.
    Is your server directly connected to your router or on a network? router, port forwarded.
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 30mb download, 5mb upload.
    Are you hosting on a VPS / Cloud or dedicated hardware? dedicated.
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_0)
    What plugins (and their versions) is your server running? (All newest for 740) Achievements, Backup, ButtonWarp, Citizens, General, HeroBounty, HeroChat, LWC, mcMMO, MultiVerse, Permissions, PetitionPlugin, PreciousStones, Stats, War, WorldEdit, WorldGuard.
    How much RAM do you allocate to the server process? 512min 3gig max
    What is the launch line you use to start the server? java -Xms512M -Xmx3000M -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
    Do you experience high CPU load or paging during the time of the EoS? No.
    How many users are actively using your server when you experience the errors? 2
    What are your users doing around the time the error occurs? Walking around.
    How large is your map? 3 Worlds, Decently sized main world, small other 2.
    Are there large redstone circuits or minecart tracks on your map? No.
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) No.
    Do you still have these problems if you run your CraftBukkit server without plugins? I'm not sure.
    Do you still have these problems if you run a Minecraft server without CraftBukkit? I'm not sure.
     
  7. Offline

    callit

    Just an FYI, I was having this problem for a period of time with PeerBlock installed on the server. When I set PeerBlock to allow http requests, it seemed to resolve the issue. Other blocklist based firewall software may have a similar effect.
     
  8. Offline

    Harley C

    General System information
    What operating system are you running the server on?
    - Windows 7

    Is it a 64 bit or 32 bit version of the OS?
    - 64 Bit

    What version of Java are you running (java -version to find out)?
    - 6 Update 23, 1.6.0_23

    How much RAM do you have on the system?
    - 4Gb

    What are the specs of the server’s CPU?
    - Intel Dual Core 2.4 GHz

    What network card does the server have?
    -

    What network card drivers is the server using?
    -

    What firewall or other security software is running on the server?
    - Firewall, Microsoft Security Essentials

    Is your server directly connected to your router or on a network?
    - Network

    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    - 50mbit download, 10mbit upload

    Are you hosting on a VPS / Cloud or dedicated hardware?
    - dedicated hardware

    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    - I'm always up-to-date, 740

    What plugins (and their versions) is your server running?
    - None

    How much RAM do you allocate to the server process?
    - 3GB

    What is the launch line you use to start the server?
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx3G -jar craftbukkit.jar
    PAUSE
    Do you experience high CPU load or paging during the time of the EoS?
    - No

    How many users are actively using your server when you experience the errors?
    - 0

    What are your users doing around the time the error occurs?
    - Login in

    How large is your map?
    - New, so small

    Are there large redstone circuits or minecart tracks on your map?
    - No

    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    - No

    Do you still have these problems if you run your CraftBukkit server without plugins?
    -Yes

    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    -No, The default minecraft server.exe file works, as well as MCadmin.exe at the time when it was up-to-date, Maybe having .bats to start the server is the problem?

    Other: I'd like to add, people connect to the server but it just says connecting for them, after awhile the server kicks them off because they are stuck in the "login in" part in minecraft. I can connect to myself thew local ip but if I use external IP it won't work. Firewall? I've tried everything, all ports open.
     
  9. Offline

    Mot Wakorb

    An update - new errors in 1.6:

    20:48:10 [INFO] random51 [/173.202.3.246:50891] logged in with entity id 3053 at (-259.25, 66.0, 2194.4375)
    20:48:39 [INFO] Read timed out
    20:48:39 [SEVERE] java.net.SocketException: Socket closed
    20:48:39 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    20:48:39 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    20:48:39 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    20:48:39 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    20:48:39 [SEVERE] at java.io.DataOutputStream.flush(Unknown Source)
    20:48:39 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    20:48:40 [INFO] random51 lost connection: disconnect.endOfStream
     
  10. Offline

    ltan

    General System information
    What operating system are you running the server on?

    Code:
    Distributor ID: Ubuntu
    Description:    Ubuntu 10.10
    Release:        10.10
    Codename:       maverick
    
    Is it a 64 bit or 32 bit version of the OS?

    32 bit

    What version of Java are you running (java -version to find out)?

    OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1)
    OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)


    Below are all wrapped up in the code tags:
    How much RAM do you have on the system?
    What are the specs of the server’s CPU?
    What network card does the server have?
    What network card drivers is the server using?
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)

    Code:
    ============= Drives =============
    /dev/sda: Model=WDC WD800JB-22JJC0, FwRev=05.01C05, SerialNo=WD-WMAM9CDE9392, Size=80.0 GB
    0x0009e4fe
    /dev/sr0: Model=SONY CD-RW CRX320E, FwRev=NYK1, SerialNo=
    ============= CPUs =============
    model name      : Intel(R) Pentium(R) 4 CPU 1.80GHz
    ============= MEM =============
    1024 MiB
    ============= PCI =============
    -[0000:00]-+-00.0  Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface
               +-02.0  Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
               +-1d.0  Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
               +-1d.1  Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
               +-1d.7  Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller
               +-1e.0-[05]--+-04.0  Creative Labs SB Live! EMU10k1
               |            +-04.1  Creative Labs SB Live! Game Port
               |            \-08.0  Intel Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller
               +-1f.0  Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge
               +-1f.1  Intel Corporation 82801DB (ICH4) IDE Controller
               \-1f.3  Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller
    ============= USB =============
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    What firewall or other security software is running on the server?

    None. This box is used solely for Bukkit.

    Is your server directly connected to your router or on a network?

    Directly connected to the router

    Are you hosting on a VPS / Cloud or dedicated hardware?

    Dedicated

    What is your hosting provider (if applicable)

    Personal Server on Time Warner account


    Minecraft Server Information

    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?

    Code:
    07:35:18 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    07:35:18 [INFO] This server is also sporting some funky dev build of Bukkit!
    [code]
    
    um.. funky dev build? 0.0
    
    [B]What plugins (and their versions) is your server running?[/B]
    
    [code]
    07:33:04 [INFO] CommandBook 1.5.1 enabled.
    07:33:09 [INFO] MineQuest version 0.52 is enabled!
    07:33:09 [INFO] CraftBukkitUpToDate version 2.5.5 is enabled!
    07:33:10 [INFO] WorldEdit 4.4 enabled.
    07:33:10 [INFO] SimpleSave: 3.11 Initialized
    
    How much RAM do you allocate to the server process?
    What is the launch line you use to start the server?

    I have a self made shell script containing:

    Code:
    #!/bin/bash
    cd "${0%/*}"; java -Xincgc -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    
    Do you experience high CPU load or paging during the time of the EoS?

    Not that I have noticed. I have never monitored it.

    How many users are actively using your server when you experience the errors?

    Zero

    What are your users doing around the time the error occurs?

    No one is normally on when the errors start

    How large is your map?

    Medium Sized

    Are there large redstone circuits or minecart tracks on your map?

    There is only one minecart track on my server. It is a straight line, but I would venture to say that it falls into the medium size layout.

    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log
    around the event?)

    I am not sure, but I do see this often. I understand that my specs are pushing the limit, but hey... it is all I can afford.

    Do you still have these problems if you run your CraftBukkit server without plugins?

    Yes, but it takes longer to appear.

    Do you still have these problems if you run a Minecraft server without CraftBukkit?

    I have never tried running anything except CraftBukkit.

    Please only respond to this thread with relevant information. Anything else will be deleted.

    I am not sure if this will help due to the fact that I have a rolling error with the following being spammed so much in my console that I can not see anything else:

    Code:
    07:20:13 [SEVERE] java.io.IOException: Bad packet id 71
    07:20:13 [SEVERE]       at net.minecraft.server.Packet.a(Packet.java:78)
    07:20:13 [SEVERE]       at net.minecraft.server.NetworkManager.g(NetworkManager.java:140)
    07:20:13 [SEVERE]       at net.minecraft.server.NetworkManager.c(NetworkManager.java:250)
    07:20:13 [SEVERE]       at net.minecraft.server.NetworkReaderThread.run(SourceFile:84)
    07:20:13 [SEVERE] java.net.SocketException: Too many open files
    07:20:13 [SEVERE]       at java.net.PlainSocketImpl.socketAccept(Native Method)
    07:20:13 [SEVERE]       at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    07:20:13 [SEVERE]       at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    07:20:13 [SEVERE]       at java.net.ServerSocket.accept(ServerSocket.java:438)
    07:20:13 [SEVERE]       at net.minecraft.server.NetworkAcceptThread.run(SourceFile:40)
    07:20:13 [SEVERE] java.net.SocketException: Too many open files
    07:20:13 [SEVERE]       at java.net.PlainSocketImpl.socketAccept(Native Method)
    07:20:13 [SEVERE]       at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    07:20:13 [SEVERE]       at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    07:20:13 [SEVERE]       at java.net.ServerSocket.accept(ServerSocket.java:438)
    07:20:13 [SEVERE]       at net.minecraft.server.NetworkAcceptThread.run(SourceFile:40)
    07:20:13 [SEVERE] java.net.SocketException: Too many open files
    07:20:13 [SEVERE]       at java.net.PlainSocketImpl.socketAccept(Native Method)
    07:20:13 [SEVERE]       at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
    07:20:13 [SEVERE]       at java.net.ServerSocket.implAccept(ServerSocket.java:470)
    07:20:13 [SEVERE]       at java.net.ServerSocket.accept(ServerSocket.java:438)
    07:20:13 [SEVERE]       at net.minecraft.server.NetworkAcceptThread.run(SourceFile:40)
    
     
  11. Offline

    deseven

    I'm not sure, but you probably can fix it by using ulimit -n 65535 and/or setting the sysctl param fs.file-max to 65535.

    Anyway, i have a problem with the "End of Stream" too.

    What operating system are you running the server on?
    CentOS 5.5 x86_64

    What version of Java are you running (java -version to find out)?
    Code:
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    How much RAM do you have on the system?
    4Gb

    What are the specs of the server’s CPU?
    AX2 4000+

    What network card does the server have?
    Intel/PRO, e1000 driver

    What firewall or other security software is running on the server?
    iptables, disabled for testing right now

    Is your server directly connected to your router or on a network?
    network

    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    1Gbit

    Are you hosting on a VPS / Cloud or dedicated hardware?
    dedicated hardware

    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    Code:
    02:38:52 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    What plugins (and their versions) is your server running?
    none

    How much RAM do you allocate to the server process?
    1024Mb

    What is the launch line you use to start the server?
    Code:
    java -Xmx1024M -Xms1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
    Do you experience high CPU load or paging during the time of the EoS?
    No. Pagefile usage - 0Mb, load average - 0.5.

    How many users are actively using your server when you experience the errors?
    5

    What are your users doing around the time the error occurs?
    err... buliding? :)

    How large is your map?
    ~15Mb of data

    Are there large redstone circuits or minecart tracks on your map?
    no

    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    no
    Code:
    02:46:01 [INFO] Read timed out
    Do you still have these problems if you run your CraftBukkit server without plugins?
    yes

    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    not sure
     
  12. Offline

    g3oliver

    General System information

    OS: Linux Debian (Lenny)
    CPU: Intel i7
    Arbeitsspeicher: 16 GB Marken DDR3-RAM
    HDD 2x 1000 GB SATA II Raid0
    Connection: 1000MBit FullDuplex Uplink

    Provider: zap-hosting

    Minecraft Server Information

    Code:
    > 17:47:28 [INFO] Done (0.730s)! For help, type "help" or "?"
    > 17:47:28 [INFO] PlgSetspawn version 4.1 is enabled!
    > 17:47:28 [INFO] WeatherRestrictions version 1.7 is enabled!
    > 17:47:28 [INFO] [Tombstone] Using Permissions (v3.1.5)
    > 17:47:28 [INFO] Tombstone v.1.2.9 is enabled.
    > 17:47:28 [INFO] [Showcase] Payment method found (iConomy version: 5)
    > 17:47:28 [INFO] [Showcase] registered type [exchange] (0 items loaded)
    > 17:47:28 [INFO] [Showcase] registered type [infinite] (0 items loaded)
    > 17:47:28 [INFO] [Showcase] registered type [finite] (11 items loaded)
    > 17:47:28 [INFO] [Showcase] registered type [basic] (0 items loaded)
    > 17:47:28 [INFO] Showcase version 0.6.4 is enabled!
    > 17:47:28 [INFO] NaturalGiants version 1.3 is enabled!
    > 17:47:28 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    > 17:47:28 [INFO] [MultiVerse] Loading Portals
    > 17:47:28 [INFO] [MultiVerse] 2 - World(s) loaded.
    > 17:47:28 [INFO] [MultiVerse] Loading World & Settings - 'Lamia_nether' - NETHER
    > 17:47:28 [INFO] [MultiVerse] Loading World & Settings - 'Lamia' - NORMAL
    > 17:47:28 [INFO] [MultiVerse] Found iConomy, enabling payments.
    > 17:47:28 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    > 17:47:28 [INFO] [MultiVerse] Permissions Found
    > 17:47:28 [INFO] MobArena v0.89.2 enabled.
    > 17:47:27 [INFO] [MidiBanks] Done; found 0 A banks.
    > 17:47:27 [INFO] [MidiBanks] Auto-starting A banks in currently loaded chunks...
    > 17:47:27 [INFO] [MidiBanks] Enabled! Version is 2.0b
    > 17:47:27 [INFO] HomeSweetHome: Hooked into Permissions!
    > 17:47:27 [INFO] HomeSweetHome: Hooked into iConomy!
    > 17:47:27 [INFO] HomeSweetHome: Version 0.8.3 loaded!
    > 17:47:27 [INFO] GoldenRevive version 0.4 by [Kitteh, TheDeejay] is enabled!
    > 17:47:27 [INFO] [GoldenRevive] Permissions Detected
    > 17:47:27 [INFO] [FishPeople] using permissions
    > 17:47:27 [INFO] [FishPeople] version 1.6 is enabled!
    > 17:47:27 [INFO] [Fight] hooked into iConomy
    > 17:47:27 [INFO] [Fight] Plugin Started. (version 1.1.4)
    > 17:47:27 [INFO] BorderGuard version 3.1 is enabled!
    > 17:47:27 [INFO] Wieze version 0.2 is enabled with permissions!
    > 17:47:27 [INFO] Big Catch version 0.7 is enabled.
    > 17:47:27 [INFO] [Bandages] Enabled! Version:1.2.3 by bekvon
    > 17:47:27 [INFO] [Bandages] Found Permissions Plugin!
    > 17:47:27 [INFO] [AncientGates v1.0.2] Enabled
    > 17:47:27 [INFO] [AncientGates v1.0.2] Loading gates from disk
    > 17:47:27 [INFO] [AncientGates v1.0.2] Loading conf from disk
    > 17:47:27 [INFO] [Permissions] SQL Interface enabled!
    > 17:47:27 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v9.5 loaded.
    > 17:47:27 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - Hooked into Permissions.
    > 17:47:27 [INFO] [xLevel] version [1.2.5] finished loading!
    > 17:47:27 [INFO] [xLevel] version [1.2.5] loaded 13 playerdata entries!
    > 17:47:27 [INFO] [xLevel] version [1.2.5] loading playerdata...
    > 17:47:27 [INFO] [xLevel] version [1.2.5] loaded 13 settings entries!
    > 17:47:27 [INFO] [xLevel] version [1.2.5] loading last used skills...
    > 17:47:27 [INFO] [xLevel] version [1.2.5] is enabled!
    > 17:47:27 [INFO] [xLevel] version [1.2.5] Permission found - hooking into Permissions
    > 17:47:27 [INFO] WorldGuard 5.0-alpha10 enabled.
    > 17:47:27 [INFO] WorldGuard: 3 regions loaded for 'Lamia_nether'
    > 17:47:27 [INFO] WorldGuard: 2 regions loaded for 'Lamia'
    > 17:47:27 [INFO] WorldGuard: Loaded configuration for world 'Lamia_nether"
    > 17:47:27 [INFO] WorldGuard: (Lamia_nether) Fire spread is limited to 1 block types.
    > 17:47:27 [INFO] WorldGuard: (Lamia_nether) Lava fire is PERMITTED.
    > 17:47:27 [INFO] WorldGuard: (Lamia_nether) Lighters are PERMITTED.
    > 17:47:27 [INFO] WorldGuard: (Lamia_nether) TNT ignition is blocked.
    > 17:47:27 [INFO] WorldGuard: (Lamia_nether) Single session is enforced.
    > 17:47:27 [INFO] WorldGuard: Loaded configuration for world 'Lamia"
    > 17:47:27 [INFO] WorldGuard: (Lamia) All fire spread is disabled.
    > 17:47:27 [INFO] WorldGuard: (Lamia) Lava fire is blocked.
    > 17:47:27 [INFO] WorldGuard: (Lamia) Lighters are PERMITTED.
    > 17:47:27 [INFO] WorldGuard: (Lamia) TNT ignition is blocked.
    > 17:47:27 [INFO] WorldGuard: (Lamia) Single session is enforced.
    > 17:47:27 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    > 17:47:27 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    > 17:47:27 [INFO] WorldEdit 4.6 enabled.
    > 17:47:27 [INFO] [npcx] hooked into iConomy.
    > 17:47:27 [INFO] npcx version 0.0.2 enabled.
    > 17:47:27 [INFO] npcx: Matching players
    > 17:47:27 [INFO] npcx : Loaded 13 players.
    > 17:47:27 [INFO] npcx : loading players
    > 17:47:27 [INFO] npcx : Loaded 6 spawngroups.
    > 17:47:27 [INFO] npcx : loading spawngroups
    > 17:47:27 [INFO] npcx : Loaded 0 loottables.
    > 17:47:27 [INFO] npcx : loading loottables
    > 17:47:27 [INFO] npcx : Loaded 1 pathgroup.
    > 17:47:27 [INFO] npcx : loading pathgroups
    > 17:47:27 [INFO] npcx : Loaded 0 faction entries.
    > 17:47:27 [INFO] npcx : loading faction entries
    > 17:47:27 [INFO] npcx : Loaded 0 factions.
    > 17:47:27 [INFO] npcx : loading factions
    > 17:47:27 [INFO] npcx : Loaded 4 Merchant with (14) entries.
    > 17:47:26 [INFO] npcx : loading Merchants
    > 17:47:26 [INFO] npcx : Loaded 0 zones with 0 zone_members.
    > 17:47:26 [INFO] npcx : loading zones
    > 17:47:26 [INFO] npcx : Loaded 0 research.
    > 17:47:26 [INFO] npcx : Loaded 0 player factions.
    > 17:47:26 [INFO] npcx : loading player factions
    > 17:47:26 [INFO] npcx : Checking for DB Updates from DBVersion:1.10
    > 17:47:26 [INFO] npcx : registering monitored events
    > 17:47:26 [INFO] npcx : loadsettings() ended
    > 17:47:26 [INFO] npcx : initialising database connection
    > 17:47:26 [INFO] jdbc:mysql://db4free.net:3306/lamiaminecraft?autoReconnect=true
    > 17:47:26 [INFO] npcx : load settings (0.0.2) begun
    > 17:47:26 [INFO] [Money2XP] hooked into iConomy.
    > 17:47:26 [INFO] Money2XP version 0.2.3 is enabled!
    > 17:47:26 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    > 17:47:26 [INFO] [MobBounty] hooked into iConomy.
    > 17:47:26 [INFO] [MobBounty] Config loaded.
    > 17:47:26 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    > 17:47:26 [INFO] [MobBounty] v3.02 (Carbon) loaded.
    > 17:47:26 [INFO] mcMMO version 1.0.19 is enabled!
    > 17:47:25 [INFO] [mcMMO] Permissions enabled.
    > 17:47:25 [INFO] Loading Config File...
    > 17:47:25 [INFO] Lockette: Ready to protect your containers.
    > 17:47:25 [INFO] Lockette: Linked to Permissions plugin version 3.1.5
    > 17:47:25 [INFO] [iConomy] hooked into Permissions.
    > 17:47:25 [INFO] [Permissions] version [3.1.5] (Yeti) loaded
    > 17:47:25 [INFO] Lockette: Detected craftbukkit build [885] ok.
    > 17:47:25 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.0)
    > 17:47:25 [INFO] [Jobs] Successfully linked with Permissions.
    > 17:47:25 [INFO] [Jobs] Successfully linked with iConomy 5+.
    > 17:47:25 [INFO] [Jobs v2.0.1] has been enabled succesfully.
    > 17:47:24 [INFO] [iConomy] Developed by: [Nijikokun]
    > 17:47:24 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    > 17:47:24 [INFO] [iConomy] Logging is currently disabled.
    > 17:47:22 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    > 17:47:22 [INFO] [Factions v1.2.0] === INIT DONE (Took 69ms) ===
    > 17:47:22 [INFO] [Factions v1.2.0] Found and will use plugin Permissions v3.1.5
    > 17:47:22 [INFO] [Factions v1.2.0] Loading board from disk
    > 17:47:22 [INFO] [Factions v1.2.0] Loading factions from disk
    > 17:47:22 [INFO] [Factions v1.2.0] Loading players from disk
    > 17:47:22 [INFO] [Factions v1.2.0] Loading conf from disk
    > 17:47:22 [INFO] [Factions v1.2.0] === INIT START ===
    > 17:47:22 [INFO] [Permissions] (Yeti) was initialized.
    > 17:47:21 [INFO] Preparing start region for level 1
    > 17:47:21 [INFO] Preparing start region for level 0
    > 17:47:20 [INFO] Preparing level "Lamia"
    > 17:47:20 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-840-g2e33238-b885jnks (MC: 1.6.6)
    > 17:47:20 [INFO] Starting Minecraft server on 109.230.227.149:23333
    > 17:47:20 [INFO] Loading properties
    > 17:47:20 [INFO] Starting minecraft server version Beta 1.6.6
    16 achievements
    148 recipes 

    Ram for server process: 768mb

    launch line: java -server -Xmx768M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:parallelGCThreads=2 -XX:+AggressiveOpts -jar craftbukkit.jar nogui

    active users: 2-4
    map: 18mb
    large redstone circuits or minecart tracks: no

    Do you still have these problems if you run your CraftBukkit server without plugins? yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? no
     
  13. Offline

    cryptographrix

    General System information
    What operating system are you running the server on? OpenIndiana Development oi_148 X86
    Is it a 64 bit or 32 bit version of the OS? 64 bit
    What version of Java are you running (java -version to find out)?
    Code:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)
    How much RAM do you have on the system? 8GB
    What are the specs of the server’s CPU? Intel(R) Core(TM) i3 CPU 550 @ 3.20GHz XU1
    What network card does the server have? 2x Intel PRO/1000
    What network card drivers is the server using? LACP bonding over Intel PRO/1000
    What firewall or other security software is running on the server? None.
    Is your server directly connected to your router or on a network? On a network
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 2Gb via short LACP to LACP compatible Cisco managed switch.
    Are you hosting on a VPS / Cloud or dedicated hardware? Dedicated hardware.
    What is your hosting provider (if applicable) Not applicable - happening over local network.

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? Can't log in - at startup, I get
    Code:
     This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    What plugins (and their versions) is your server running? WorldEdit 4.6
    How much RAM do you allocate to the server process? Originally 3072M, dropped to 2048M
    What is the launch line you use to start the server?
    Code:
    java -Xincgc -Xms2048M -Xmx2048M -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
    Do you experience high CPU load or paging during the time of the EoS? No.
    How many users are actively using your server when you experience the errors? Zero.
    What are your users doing around the time the error occurs? Nothing.
    How large is your map? Quite huge.
    Are there large redstone circuits or minecart tracks on your map? Not many redstone circuits, but a good set of minecart tracks.
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) No
    Do you still have these problems if you run your CraftBukkit server without plugins? Yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? No
     
  14. Offline

    jaqwith

    Check the MTU size

    We had similar issues and changing the MTU size seems to solve ameliorate the situation. :)

    This is for CentOS 5.2 but should work on unix/linux/bsd. Check your man pages…

    I first used tracepath from the server to my home IP to get the maximum MTU size. If you have multiple users with this issue you should check several oft them and keep the lowest result.

    Code:
    $ tracepath <ip.with.problem>
     1: …
     …
    15: …
    Resume: pmtu <max> hops 15 back 18
    <max> was 1488 in my case.

    There are two ways to change the MTU size:

    Using ifconfig will work instantly (if your network equipment supports it) – but only until the next reboot:
    Code:
    # ifconfig <interface> mtu <max>
    <interface> is probably eth0.

    By editing /etc/sysconfig/network-scripts/ifcfg-<interface> you can make the changes permanent:
    Code:
    # vi /etc/sysconfig/network-scripts/ifcfg-<interface>
    Add or edit the line:
    Code:
    MTU=<max>
    Hope this can help s1 else too.

    I used this and this search result.

    greets. jaq
     
  15. Offline

    sayton12

    General System information
    What operating system are you running the server on? Windows 7 Ultimate
    Is it a 64 bit or 32 bit version of the OS? 64
    What version of Java are you running (java -version to find out)? JRE 7 b146
    How much RAM do you have on the system? 6 Gb
    What are the specs of the server’s CPU? Intel Core 2 Quad 2.33 GHz
    What network card does the server have?
    What network card drivers is the server using? Intel 82567LF-2 Gigabit Network Connection
    What firewall or other security software is running on the server? None
    Is your server directly connected to your router or on a network? Ethernet to router
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    Are you hosting on a VPS / Cloud or dedicated hardware? No
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? git-bukkit-0.0.0-823-9d0b04-b860jnks <mc: 1.6.6>
    What plugins (and their versions) is your server running? Auto Save - Big Brother - Essentials - Essentials spawn- Magic Carpet - Multiverse - Openinv - Permissions - PetitionPlugin - QuickStrasse - Superpckaxe - TimeShift - Wolrd edit - world guard
    How much RAM do you allocate to the server process? 5.5 Gb
    What is the launch line you use to start the server?
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -server -Xincgc -Xmx5500M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Do you experience high CPU load or paging during the time of the EoS? no
    How many users are actively using your server when you experience the errors? 2-3
    What are your users doing around the time the error occurs? Moving around in small area building
    How large is your map? Small
    Are there large redstone circuits or minecart tracks on your map? Only 1 large circuit which isnt too complex (spleef arena)
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) no
    Do you still have these problems if you run your CraftBukkit server without plugins? yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? no
     
  16. Offline

    Salpsan

    Nothing i do works , diff computer diff os i am trying evetthing it is okk sometimes but ppl always get disconnect.endOfStream even iof thetre is only one on​
    General System information
    What operating system are you running the server on?
    Win XP 23 bit / Win7 46 bit / ubuntu 10,10 , it is the same for both systems / os​
    Is it a 64 bit or 32 bit version of the OS?
    32 / i also have 64 system​
    What version of Java are you running (java -version to find out)?
    j6/23
    How much RAM do you have on the system?
    4g
    What are the specs of the server’s CPU?
    exon 3.2g dual cpu / Athlon II 2.2 dual core
    What network card does the server
    Broadcom Netxtreme BCM57xx Pci-X Server


    Intel pro 100/1000


    What network card drivers is the server using?
    Broadcom Netxtreme BCM57xx Pci-X Server
    What firewall or other security software is running on the server? No
    Is your server directly connected to your router or on a network? Yes
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 5
    Are you hosting on a VPS / Cloud or dedicated hardware? No / I did try HAM
    What is your hosting provider (if applicable) Rogers

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    What plugins (and their versions) is your server running?none
    How much RAM do you allocate to the server process? 3g
    What is the launch line you use to start the server?
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx3G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Do you experience high CPU load or paging during the time of the EoS? no
    How many users are actively using your server when you experience the errors? 1 - 3
    What are your users doing around the time the error occurs? happens as soon as they log in and well they play , have type small amops big maps
    How large is your map?
    just the map that it makes 7 megs / also have lrage 450 meg map
    Are there large redstone circuits or minecart tracks on your map?nope
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)rare
    Do you still have these problems if you run your CraftBukkit server without plugins?yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit?yes
    java.net.SocketException: Socket closed
    22:48:39 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    22:48:39 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    22:48:39 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    22:48:39 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    22:48:39 [SEVERE] at java.io.DataOutputStream.flush(Unknown Source)
    22:48:39 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    22:48:40 [INFO] XXXXXXX lost connection: disconnect.endOfStream
     
  17. Offline

    DigidragonZX

    I had this error until i made myself a static IP... (hope it help's you!)
     
  18. Offline

    bartbergmans

    General System information
    What operating system are you running the server on?
    - Windows 7
    Is it a 64 bit or 32 bit version of the OS?
    - 64bit
    What version of Java are you running (java -version to find out)?
    - 1.6.0_25-b06
    How much RAM do you have on the system?
    - 12GB
    What are the specs of the server’s CPU?
    - Intel i7-920 @ 3.6 GHz
    What network card does the server have?
    - Marvell Yukon 88E8056 PCI-E Gigabit Ethernet controller
    What network card drivers is the server using?
    - Drivers I got by my motherboard (Asus)
    What firewall or other security software is running on the server?
    - Windows firewall at low
    Is your server directly connected to your router or on a network?
    - It's connected to my router.
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    - 40mbit
    Are you hosting on a VPS / Cloud or dedicated hardware?
    - Home hosted
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    - git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    What plugins (and their versions) is your server running?
    - Blacksmith
    - ChopTree
    - DeathMessagePlugin
    - DisposalChest
    - Essentials
    - EssentialsChat
    - EssentialsGeoIP
    - EssentialsGroupBridge
    - EssentialsGroupManager
    - EssentialsProtect
    - EssentialsSpawn
    - iConomy
    - InvClear
    - LWC
    - MagicCarpet
    - MineBackup
    - MobBounty
    - SimpleSave
    - Stackable
    - Towny
    - VirtualShop
    - WorldEdit
    How much RAM do you allocate to the server process?
    - Default? Don't know
    What is the launch line you use to start the server?
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE

    Do you experience high CPU load or paging during the time of the EoS?
    - No
    How many users are actively using your server when you experience the errors?
    - 3
    What are your users doing around the time the error occurs?
    - Walking
    How large is your map?
    - Default? Seed is roughsauce
    Are there large redstone circuits or minecart tracks on your map?
    - No
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    - No
    Do you still have these problems if you run your CraftBukkit server without plugins?
    - Yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    - Don't know.
     
  19. Offline

    KichiK

    General System information
    What operating system are you running the server on?
    Windows 7 Professional.

    Is it a 64 bit or 32 bit version of the OS?
    64.

    What version of Java are you running (java -version to find out)?

    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)

    How much RAM do you have on the system?
    12GB

    What are the specs of the server’s CPU?
    AMD Phenom II X6 Hex core @ 3.3 GHz

    What network card does the server have?
    Realtek PCIe GBE Family Controller

    What network card drivers is the server using?
    Realtek official ver. 7.41.216.2011 (Dated 2/16/2011)

    What firewall or other security software is running on the server?
    Avast! (But I've turned it off, on, gaming mode, doesn't matter)

    Is your server directly connected to your router or on a network?
    Through Router (WRT54GS ver 7.2)

    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    Home connection is ~20 MB/s Download, ~5MB/s Upload

    Are you hosting on a VPS / Cloud or dedicated hardware?
    No VPS or cloud, but not dedicated hardware either. It's running on my desktop, which has other stuff running too (though closing things doesn't help).

    What is your hosting provider (if applicable)
    N/A

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    Build 1000 (Latest recommended (Though it's been an ongoing problem through all versions I've tried)

    What plugins (and their versions) is your server running?
    Permissions 3.1.6
    AntiCreeper 2.0
    Bedheal 1.1
    mcMMO 1.0.49
    MyWarp 2.0
    DynMap 0.19.2
    Landmarks (for DynMap) 0.2
    MCDocs 9.5

    How much RAM do you allocate to the server process?
    Doesn't the next line answer that? 2GB is I believe what I'm using.

    What is the launch line you use to start the server?

    @echo off
    Java -Xms2048M -Xmx2048M -jar craftbukkit.jar nogui
    pause
    Do you experience high CPU load or paging during the time of the EoS?
    No

    How many users are actively using your server when you experience the errors?
    1 to 5 is my server's normal population.

    What are your users doing around the time the error occurs?
    usually exploring makes it worse.

    How large is your map?
    258MB

    Are there large redstone circuits or minecart tracks on your map?
    Yes, though it often works better when we're around them, since that area is well explored.

    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    Not consistently, but occasionally.

    Do you still have these problems if you run your CraftBukkit server without plugins?
    Yes.

    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    I remember it was at least less prominent without craftbukkit.
     
  20. Offline

    venomousjoy

    this is my error that iget




    151 recipes
    16 achievements
    01:31:23 [INFO] Starting minecraft server version Beta 1.7.3
    01:31:23 [INFO] Loading properties
    01:31:23 [INFO] Starting Minecraft server on 5.57.70.107:25565
    01:31:23 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    01:31:23 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    01:31:23 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    01:31:23 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    01:31:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    01:31:23 [INFO] Preparing level "world"
    01:31:23 [INFO] Preparing start region for level 0 (Seed: 9192067851836631902)
    01:31:24 [INFO] Preparing spawn area: 40%
    01:31:25 [INFO] Preparing spawn area: 89%
    01:31:26 [INFO] Preparing start region for level 1 (Seed: 9192067851836631902)
    01:31:26 [INFO] Preparing spawn area: 40%
    01:31:27 [INFO] CraftBukkitUpToDate version 2.5.7 is enabled!
    01:31:27 [INFO] CButD: Permission system not detected, defaulting to OP
    01:31:28 [WARNING] CraftBukkitUpToDate: Can't connect to ci-b.bukkit.org.
    01:31:28 [INFO] Server permissions file permissions.yml is empty, ignoring it
    01:31:28 [INFO] Done (0.491s)! For help, type "help" or "?"
    01:31:38 [INFO] The automatic update-Check only work every 6 hours, the last che
    ck was 45 minutes ago.
    01:32:29 [INFO] Disconnecting /5.165.97.177:51756: Took too long to log in
    01:32:29 [INFO] Reached end of stream
    >
     
  21. General System information
    What operating system are you running the server on? Windows 7 Ultimate
    Is it a 64 bit or 32 bit version of the OS? 32-bit
    What version of Java are you running (java -version to find out)? Java 6
    How much RAM do you have on the system? 2GB
    What are the specs of the server’s CPU? Intel Core 2 Duo
    What network card does the server have? Unknown
    What network card drivers is the server using? Unknown
    What firewall or other security software is running on the server? Windows Firewall, Java allowed
    Is your server directly connected to your router or on a network? Network
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) Unknown
    Are you hosting on a VPS / Cloud or dedicated hardware? Dedicated Hardware
    What is your hosting provider (if applicable) ISP: Cox

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    [INFO] This server is also sporting some funky dev build of Bukkit!
    What plugins (and their versions) is your server running? PermissionsBukkit, motd
    How much RAM do you allocate to the server process? 1 GB
    What is the launch line you use to start the server?
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Do you experience high CPU load or paging during the time of the EoS? No
    How many users are actively using your server when you experience the errors? 0
    What are your users doing around the time the error occurs? Connecting
    How large is your map? Unknown
    Are there large redstone circuits or minecart tracks on your map? No
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) Sometimes 1
    Do you still have these problems if you run your CraftBukkit server without plugins? Yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? No
     
  22. Offline

    robinjam

    I've been noticing this problem more frequently than I have in the past. It seems to happen pretty much every time a player disconnects. It doesn't cause any load on the server or any other noticeable problems - the only annoying thing is it fills the log with spam.

    I've also been having a lot of ConcurrentModificationExceptions recently, but one of the plugins might be causing it:
    Code:
    2011-09-11 21:53:59 [SEVERE] java.util.ConcurrentModificationException
    2011-09-11 21:53:59 [SEVERE] 	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    2011-09-11 21:53:59 [SEVERE] 	at java.util.AbstractList$Itr.next(AbstractList.java:343)
    2011-09-11 21:53:59 [SEVERE] 	at java.util.AbstractCollection.removeAll(AbstractCollection.java:336)
    2011-09-11 21:53:59 [SEVERE] 	at net.minecraft.server.World.cleanUp(World.java:1078)
    2011-09-11 21:53:59 [SEVERE] 	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
    2011-09-11 21:53:59 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-11 21:53:59 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    General System information
    What operating system are you running the server on? Debian
    Is it a 64 bit or 32 bit version of the OS? 64-bit
    What version of Java are you running (java -version to find out)?
    Code:
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
    How much RAM do you have on the system? 768MB
    What are the specs of the server’s CPU? Intel Xeon L5520 @ 2.27GHz
    What network card does the server have? Not sure, sorry
    What network card drivers is the server using? Not sure, sorry
    What firewall or other security software is running on the server? No
    Is your server directly connected to your router or on a network? Not sure, sorry
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) approx. 35Mbit/s up, 25Mbit/s down but I never hit those limits in practice
    Are you hosting on a VPS / Cloud or dedicated hardware? VPS
    What is your hosting provider (if applicable) Linode

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    What plugins (and their versions) is your server running? SimpleReserve v0.2.6, PermissionsBukkit v1.2, VoxelPort v2.028, Inception v1.02delta, PortalStick v2.3.3, mInfo v1.7.2, LagMeter v0.5, WorldGuard (custom version based on v5.2), ColorMe v2.4.1, DimensionDoor v1.7.0-SNAPSHOT, Spout v1.0.5.227, WorldEdit (custom version based on v4.6), dynmap v0.22, MyHome v2.0, CommandBook v1.5.2, BananaChunk v4.6, EternalWolf v0.4.2, mChat v1.7.9, MultiInv v2.3.0, LogBlockQuestioner v0.02, LogBlock v1.26.
    How much RAM do you allocate to the server process? 512MB heap
    What is the launch line you use to start the server? java -server -Xmx512M -Xincgc -jar craftbukkit-0.0.1-SNAPSHOT.jar
    Do you experience high CPU load or paging during the time of the EoS? No
    How many users are actively using your server when you experience the errors? approx. 5
    What are your users doing around the time the error occurs? Spread out, building stuff
    How large is your map? 659MB
    Are there large redstone circuits or minecart tracks on your map? Yes
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    Code:
    2011-09-12 16:59:03 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-12 17:00:05 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-12 17:00:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-12 17:03:33 [INFO] Connection reset
    2011-09-12 17:03:34 [SEVERE] java.net.SocketException: Socket closed
    2011-09-12 17:03:34 [INFO] [name removed] lost connection: disconnect.quitting
    2011-09-12 17:03:34 [SEVERE] 	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99)
    2011-09-12 17:03:34 [SEVERE] 	at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    2011-09-12 17:03:34 [SEVERE] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    2011-09-12 17:03:34 [SEVERE] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    2011-09-12 17:03:34 [SEVERE] 	at java.io.DataOutputStream.flush(DataOutputStream.java:106)
    2011-09-12 17:03:34 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    
    Do you still have these problems if you run your CraftBukkit server without plugins? Yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? Not sure, I never run vanilla Minecraft long enough to know
     
  23. Offline

    DamienMine

    I had a problem by logging in under a different name in offline mode which seemed pretty similar but was easy to fix. This may be helpful for the discussion, so I'm posting it here (if a Mod disagrees, just move/delete this post).

    The solution was to update the lwgl_util.jar per hand, LWJGL is the "Light-Weight Java Game Library" and a part of minecraft it seems. Not both files, only the lwjgl_util.jar. Tada. Download here: http://lwjgl.org/.

    Before you ask, I bought my own copy of minecraft, but use the offline mode in LAN or to test out stuff irregularly.

    And the specs:

    What operating system are you running the server on?
    ->Windows 7
    Is it a 64 bit or 32 bit version of the OS?
    -> 64 bit
    What version of Java are you running (java -version to find out)?
    -> 1.6.0_26
    How much RAM do you have on the system?
    -> 4 Gigs
    What are the specs of the server’s CPU?
    -> Intel Core 2 Quad Q8300, 4x2.5 GHZ
    What network card does the server have?
    ->OnBoard Lan Realtek RTL8168C(P)/8111C(P)
    What network card drivers is the server using?
    ->Microsoft Driver, 26.02.2008, Version: 7.2.1127.2008
    What firewall or other security software is running on the server?
    ->Zonealarm Firewall (dyndns-adress port forwarded by routher and added as secure zone)
    Is your server directly connected to your router or on a network?
    ->Directly connected with the router.
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    ->Bad <2000 DSL Downstream, 447 kbps Upstream
    Are you hosting on a VPS / Cloud or dedicated hardware?
    ->No.
    What is your hosting provider (if applicable)
    ->1&1

    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    -> One of the current unrecommended builds, git-Bukkit-0.0.0-1057-gf8c983d-b1168jnks
    What plugins (and their versions) is your server running?
    -> Admincmd, AppleTree, BananaChunk, Banana Map Render, BukkitHTTPD, Cabinet, ChairCraft, ChunkRegenerate, CommandHelper, CoorTeleport, EasyFlight, Essentials, EssentialsGeoIP, Exactspawn, FastMining, HeroicDeath, Invinciwolf, LightLevel, MCStats3, MonsterBox, Multiverse-Core, Multiverse-NetherPortals, Multiverse-Portals, mxImgImport, OpWizard, Permissions, PermissionsSQL, PickBoat, PlgSetSpawn, SpawnCreature, Stackable, Superpowers, TimeAndWeatherControl, WorldEdit, Worldguard; all were updated to the last recommended build 1060 if possible.
    How much RAM do you allocate to the server process?
    -> Not much right now, 1 GB
    What is the launch line you use to start the server?
    -> "C:\Program Files\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    Do you experience high CPU load or paging during the time of the EoS?
    -> Did not notice anything abnormal, just couldn't connect through Dynamic DNS OR Localhost.
    How many users are actively using your server when you experience the errors?
    -> In this case only me. I have about 10 players though in max, it is only a small, private server.
    What are your users doing around the time the error occurs?
    -> In this case I was trying to login via offline mode.
    How large is your map?
    -> The main Map about 107 MB + 105 MB Nether, the second map 41,8 MB (no nether yet).
    Are there large redstone circuits or minecart tracks on your map?
    -> Only one very large track for the "On A Rail"-Achievement. Not much redstone yet.
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    -> No.
    Do you still have these problems if you run your CraftBukkit server without plugins?
    -> Haven't tried as the LWJGL-Update fixed my problem.
    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    -> Haven't tried as the LWJGL-Update fixed my problem.
     
  24. Offline

    Herogx

    General System information
    What operating system are you running the server on? windows 2008 server
    Is it a 64 bit or 32 bit version of the OS? 64
    What version of Java are you running (java -version to find out)? latest, always latest
    How much RAM do you have on the system? 4gb
    What are the specs of the server’s CPU? no idea
    What network card does the server have? again no idea
    What network card drivers is the server using?above
    What firewall or other security software is running on the server?just windows
    Is your server directly connected to your router or on a network? no
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 10
    Are you hosting on a VPS / Cloud or dedicated hardware?vps
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? 1185,the latest rec build
    What plugins (and their versions) is your server running?only a few select ones:world edit,world gaurd,permissions 2.7.2,essentials,logblock,spout,lwc,mchat,nocheat,noendermen and essentialsspawn.
    How much RAM do you allocate to the server process?3gb
    What is the launch line you use to start the server?I dont know
    Do you experience high CPU load or paging during the time of the EoS?By eos if you mean crash, it stays the same,normally its 8-16%
    How many users are actively using your server when you experience the errors?
    What are your users doing around the time the error occurs?
    How large is your map?
    Are there large redstone circuits or minecart tracks on your map?
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    Do you still have these problems if you run your CraftBukkit server without plugins? I have not and cannot do this
    Do you still have these problems if you run a Minecraft server without CraftBukkit? same as above
     
  25. Offline

    asbestross

    General System information
    What operating system are you running the server on? Windows Server 2008 R2
    Is it a 64 bit or 32 bit version of the OS? 64-bit
    What version of Java are you running (java -version to find out)? latest
    How much RAM do you have on the system? 16Gb
    What are the specs of the server’s CPU? AMD Phenom X6 Hexacore (6x 2.6ghz)
    What network card does the server have? 1Gbit ethernet
    What network card drivers is the server using? Microsoft 6to4 Adapter
    What firewall or other security software is running on the server? Hardware firewall (specs unknown)
    Is your server directly connected to your router or on a network? 1Gbit direct internet backbone link
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 1Gbit
    Are you hosting on a VPS / Cloud or dedicated hardware? Dedicated hardware
    What is your hosting provider (if applicable) 1and1.co.uk

    Minecraft Server Information
    What version of CraftBukkit are you running? git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC:1.8.1)
    What plugins (and their versions) is your server running? Craftbook V2.7.0 / Elevators V1.4.3 / IBICF V1.7 / iConomy V6.0.5b / MagicCarpet V2.0.4 / Pail V0.7.5 / PermissionsEx V.1.15 / Residence V2.4.2 / Shop V0.4.5 / Stargate V0.6.9 / WorldEdit V4.6 / Worldguard V5.2.2 / Citizens V1.1.1 / iChat V2.4.3 / WormholeXTreme V1.011
    How much RAM do you allocate to the server process? 4Gb
    What is the launch line you use to start the server?

    @ECHO OFF
    :start
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx4096M -jar "craftbukkit.jar"
    goto start


    Do you experience high CPU load or paging during the time of the EoS? No
    How many users are actively using your server when you experience the errors? Varying, from 1 to 100
    What are your users doing around the time the error occurs? Nothing extraordinary
    How large is your map? Very, very large
    Are there large redstone circuits or minecart tracks on your map? Yes quite a lot
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) Most of the time it does display can't keep up but had occurances of EoS without it also.
    Do you still have these problems if you run your CraftBukkit server without plugins? Yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? No
     
  26. Offline

    MuttsNuts

    General System information
    What operating system are you running the server on?
    Windows Web Server 2008 R2 (6.1, Build 7601) Service Pack 1
    Is it a 64 bit or 32 bit version of the OS?
    64-bit
    What version of Java are you running (java -version to find out)?
    1.6.0_27-b07
    How much RAM do you have on the system?
    8192MB RAM DDR3 ECC
    What are the specs of the server’s CPU?
    AMD Athlon(tm) II X4 605e Processor (4 CPUs), ~2.3GHz
    What network card does the server have?
    Broadcom NetLink (TM) Gigabit Ethernet
    What network card drivers is the server using?
    Broadcom 14.6.1.0
    What firewall or other security software is running on the server?
    Windows Firewall
    Is your server directly connected to your router or on a network?
    network
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    Switch Port: 100MBit , External Connections: Over 150GBit
    Are you hosting on a VPS / Cloud or dedicated hardware?
    Dedicated
    What is your hosting provider (if applicable)

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    What plugins (and their versions) is your server running?
    AutoHelp 0.2, BattleNight 0.5, BleedingMobs 2.4, ColouredNames 1.0, CommandBook 1.6, CommandHelper 3.2.0, Command iConomy 7, CraftBukkitUpToDate 2.6.7, FalseBookBlock 0.86.2alpha, FalseBookCart 0.86.2alpha, FalseBookCore 0.86.2alpha, FalseBookExtra 0.86.2alpha, FalseBookIC 0.86.2alpha, Help 0.3.1, HeroChat 4.10.3, HeroicDeath 1.11.2, HeroSneak 1.2.2.51, iConomy 5.01, LogBlockQuestioner 0.02, LWC-Economy 1.3, Minequery 1.5, MultiInv 2.3.0, Multiverse-Core 2.0-b279, Pail 0.7.5, PermissionsEx 1.15, PlgDisableCmd 1.3, Plugins_info 1.12, SpleefExtreme 0.6, Spout 1.0.6.449, Tips 1.0.2, UniversalLockPick 0.5, Vault 1.0.0dev-b45, Votifier 1.4, WorldEdit 4.7, WorldGuard 5.3, ecoCreature 0.0.7a (People are creatures too!), Modifyworld 1.15, Permissions 2.7.7, BaseBukkitPlugin 1.5, ChestShop 3.24, CreativeGates 1.3.2, Jail 2.0.3, LogBlock 1.32, LWC 3.53, NarrowtuxLib 1.0.1, Showcase 0.7.7.11, Register 1.5, WorldBorder 1.4.4
    How much RAM do you allocate to the server process?
    -Xms6144M -Xmx6656M
    What is the launch line you use to start the server?
    @echo off
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms6144M -Xmx6656M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    pause
    Do you experience high CPU load or paging during the time of the EoS?
    Yes - Only when all players EoS at the same time
    How many users are actively using your server when you experience the errors?
    Anywhere between 4 and 20 - Not had more than 20 online at the same time yet
    What are your users doing around the time the error occurs?
    Usual Minecraft stuff, mining, PvP etc - Usually occurs when certain players try to join the server
    How large is your map?
    Multiverse, 2 worlds with a radius of 3000
    Are there large redstone circuits or minecart tracks on your map?
    Minimal
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    Constantly from server start so cannot tell
    Do you still have these problems if you run your CraftBukkit server without plugins?
    Not possible to test due to server having players 24/7
    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    Not tested - Would not get the players to do a proper test needed
     
  27. Offline

    firegore

    General System information
    What operating system are you running the server on? Debian 6 Squeeze
    Is it a 64 bit or 32 bit version of the OS? 64Bit
    What version of Java are you running (java -version to find out)? Java(TM) SE Runtime Environment (build 1.7.0_02-ea-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 22.0-b08, mixed mode)

    How much RAM do you have on the system? 16 GB
    What are the specs of the server’s CPU? Intel Core i5 2300 2,66 GHz
    What network card does the server have? Intel Corporation 82579V Gigabit Network Connection
    What network card drivers is the server using? e1000e
    What firewall or other security software is running on the server? iptables Firewall
    Is your server directly connected to your router or on a network? its connected to a Datacenter switch and then to the Internet
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 100 MBit
    Are you hosting on a VPS / Cloud or dedicated hardware? dedicated Server
    What is your hosting provider (if applicable) OVH

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)

    What plugins (and their versions) is your server running?
    CommandHelper [build 335] WorldGuard[5.4 SNAP] WorldEdit[535#] Essentials [dev2.6.1.177] Drops [1.0] over9000homes[1.7.0] MinecartmaniaCore[1.2.8] MinecartmaniaAutomations[1.2.2] MinecartMania Admin Controls [1.2.7] mcbans [3.2] iConomy[6.0.7b] bAntiCaps[1.2.0] StealthLogin [1.2.0] SignEdit [1.4.8] SignColours [1.0] SignCodePad[1.0] Redstoneclockdetector [0.2] ptweaks[1.6.1] plugman [1.3.2] PermissionsEx [1.16] PEX <-> Permissions Bridge[2.7.7] OnlineUsers[1.6] Multiverse-core[2.1-b326] Multihome [0.11.1] Mobdisguise [1.63] LazyRoad[0.6.2] HeroicDeath[1.11.2] Fruitful [0.7.2] Falsebook Suite [0.88alpha] Elevators[1.4.3] CraftHugger[1.1](selfprogrammed a /hug plugin) controllerblock [1.52] Cfbanner [1.9.3] BlocksonGlass[0.44] dynmap [0.24] Multiverse-Portals[2.1-b295] Towny [0.77.1.2] Register [1.5] LWC [3.53] HawkEye [1.0.5] citizens [1.1.1] ChestShop [3.24]

    How much RAM do you allocate to the server process?
    9 GB
    What is the launch line you use to start the server?
    ionice -c1 -n0 nice -n -10 /root/jre1.7*/bin/java -d64 -server -Xmx9G -Xmn512M -XX:+UseG1GC -DJINTEGRA_NATIVE_MODE -DJINTEGRA_COINIT_VALUE=0 -Dsun.io.useCanonCaches=false -Djline.terminal=jline.UnsupportedTerminal -XX:ThreadPriorityPolicy=42 -XX:CompileThreshold=1500 -XX:+TieredCompilation -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseAdaptiveGCBoundary -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit -XX:+UseBiasedLocking -Xnoclassgc -Xverify:none -XX:UseSSE=3 -XX:+UseThreadPriorities -Djava.net.preferIPv4Stack=true -XX:+UseLargePages -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -Xrs -XX:+UseCompressedOops -XX:+AggressiveOpts -jar bukkit.jar nogui


    Do you experience high CPU load or paging during the time of the EoS? no
    How many users are actively using your server when you experience the errors? 15
    What are your users doing around the time the error occurs? build things
    How large is your map?
    Spawnmap: 1000x1000
    survivalmap: 2500x2500

    Are there large redstone circuits or minecart tracks on your map? no only small (AND Gate, normal minecart)
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)no

    Post 10lines:
    17:30:23 [INFO] [PermissionsEx] Permissions handler for JoachimH100 successfuly
    injected
    17:30:23 [INFO] [Citizens] Creating new config file at plugins/Citizens/profiles
    /joachimh100.yml.
    17:30:26 [INFO] /81.20.129.80:34908 lost connection
    17:30:38 [INFO] [M]vani45: cool
    17:30:48 [INFO] Reached end of stream
    17:31:15 [INFO] [M]vani45: wie kann ich mir zuessen kaufen?
    17:31:27 [INFO] Reached end of stream
    17:31:32 [INFO] [M]vani45: ........
    17:31:43 [INFO] [M]vani45: gibts hier keinen hilfe chat?



    Do you still have these problems if you run your CraftBukkit server without plugins? yes
    Do you still have these problems if you run a Minecraft server without CraftBukkit? not tested
     
  28. Offline

    NEXTGENCRAFTING

    General System information
    What operating system are you running the server on? windows 7
    Is it a 64 bit or 32 bit version of the OS? 64 bit
    What version of Java are you running (java -version to find out)? 7 64 bit version
    How much RAM do you have on the system? 8gb DDR3
    What are the specs of the server’s CPU? AMD Athlon(tm) 2 X2 270 Proccesor 3.40 ghz
    What network card does the server have? NVIDIA nForce 10/100/1000 mbps ethernet
    What network card drivers is the server using? version 73.3.5.0
    What firewall or other security software is running on the server? avast antivirus, windows defender, windows firewall
    Is your server directly connected to your router or on a network? network
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?) 2 mbps
    Are you hosting on a VPS / Cloud or dedicated hardware? dedicated hardware
    What is your hosting provider (if applicable) N/A

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)? CraftBukkit 1597
    What plugins (and their versions) is your server running? N/A
    How much RAM do you allocate to the server process? 6gb
    What is the launch line you use to start the server? craftbukkit launcher
    Do you experience high CPU load or paging during the time of the EoS? no
    How many users are actively using your server when you experience the errors? 1-3
    What are your users doing around the time the error occurs? building
    How large is your map? I have several medium sized maps
    Are there large redstone circuits or minecart tracks on your map? yes
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?) yes
    Do you still have these problems if you run your CraftBukkit server without plugins? N/A
    Do you still have these problems if you run a Minecraft server without CraftBukkit?N/A
     
  29. General System information
    What operating system are you running the server on?
    Windows 7 Home Premium
    Is it a 64 bit or 32 bit version of the OS?
    64
    What version of Java are you running (java -version to find out)?
    1.7.0_05 32/64
    How much RAM do you have on the system?
    16 GB DDR2 1600Mhz @ 1673 Mhz
    What are the specs of the server’s CPU?
    Intel Core i5 760 Quad Core 2.8 Ghz OCed @ 3.51 Ghz
    What network card does the server have?
    Realtek PCIe GBE Family Adapter (Integrated)
    What network card drivers is the server using?
    7.58.411.2012
    What firewall or other security software is running on the server?
    Windows Firewall / Avast Antivirus
    Is your server directly connected to your router or on a network?
    Directly Conneted to the Modem, No Router.
    What is the network connection to your server? (1,5,10, 100 mbit .. etc?)
    12 Mb/s Down .64 Mb/s Up / 1.0 Gbps Full Duplex
    Are you hosting on a VPS / Cloud or dedicated hardware?
    Dedicated Hardware (Home Brewed Server = Personal Desktop through FreeDNS.affraid.org using sub domain)
    What is your hosting provider (if applicable)
    Windstream

    Minecraft Server Information
    What version of CraftBukkit are you running (output of /version in-game - please provide the full version string)?
    1.2.5-R5.0 / Using BukkitGUI 1.0.0.125
    What plugins (and their versions) is your server running?
    AutoSaveWorld 3.5 / Essentials (Core, Chat, Protect, Spawn) 2.9.2 / Lockette 1.6 / McMMO 1.3.04
    Modifyworld 1.19 / Modreq 0.3 / Multiverse-Core 2.4-b527 / Multiverse-Portals 2.4-b548 / PEX 1.19.2
    PlotMe 0.8c / ProtectionStones 1.8e / WorldEdit 5.3 / WorldGuard 5.5.3
    How much RAM do you allocate to the server process?
    1024 Min 6144 Max
    What is the launch line you use to start the server?
    @ECHO OFF
    SET BINDIR=%~d0
    CD /D "%BINDIR%"
    "H:\Program Files\Java\bin\java.exe" -Xmx6144M -Xms6144M -jar craftbukkit.jar
    PAUSE
    Do you experience high CPU load or paging during the time of the EoS?
    No
    How many users are actively using your server when you experience the errors?
    2-5
    What are your users doing around the time the error occurs?
    Trying to Connect after quitting or from being kicked with GenericError, Actions is unknown of players
    How large is your map?
    Many worlds, size of map is quite large. Default size possibly
    Are there large redstone circuits or minecart tracks on your map?
    No
    Are you seeing any “Cannot keep up” errors around the time of the EoS? (Or just post ~10 lines from the log around the event?)
    Nothing that can be linked to the two, Very rare occasions.
    Do you still have these problems if you run your CraftBukkit server without plugins?
    Have not used without Plug ins
    Do you still have these problems if you run a Minecraft server without CraftBukkit?
    Have not used Vanilla Server
     
Thread Status:
Not open for further replies.

Share This Page