Server Disconnects Players

Discussion in 'Bukkit Help' started by adam15911, Jun 25, 2012.

  1. Offline

    adam15911

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've just setup a bukkit server and it keeps disconnecting the players.
    When this happens anything that you say or any commands that you use don't do anything and mobs stop moving. Then you get the "connection reset by peer" or "internal exception java.net.socketexception connection reset".

    Im running 64 bit ubuntu server and craftbukkit build #2222.
    My computer is a Latitude D630 with Core 2 Duo and 2GB ram. I have Ubuntu installed to a 2Gb usb that is partitioned into a 1.5GB partition and 500 MB swap space.

    I was running the plugins Essentials (+ Chat, Spawn and Permissions), WorldGuard and WorldEdit but this error happens even with no plugins installed.

    I have requests on port 25565 forwarded and the server has been sitting in DMZ of my router for testing but this also happens for local connections. Also, my friend who lives two doors down only gets one bar connection.

    I've also tried using MineOS on the same computer and the same thing happened.

    To start my server I am using this in a shell script (i've also tried -Xmx1024M and -Xmx 1536M)
    Code:
    #!/bin/sh
    java -d64 -Xincgc -Xmx2048M -jar craftbukkit.jar nogui
    
    I ran "uname -a && java -version" and this was the output
    Code:
    Linux workgroup 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_050b05)
    Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)
    
    This is the contents of my server.log file
    Code:
    2012-06-25 17:46:02 [INFO] Starting minecraft server version 1.2.5
    2012-06-25 17:46:02 [INFO] Loading properties
    2012-06-25 17:46:02 [WARNING] server.properties does not exist
    2012-06-25 17:46:02 [INFO] Generating new properties file
    2012-06-25 17:46:02 [INFO] Starting Minecraft server on *:25565
    2012-06-25 17:46:02 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-25 17:46:03 [INFO] [WorldEdit] Loading WorldEdit v1183-e20e2f2
    2012-06-25 17:46:03 [INFO] [Essentials] Loading Essentials v2.9.1
    2012-06-25 17:46:03 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.1
    2012-06-25 17:46:03 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.1
    2012-06-25 17:46:03 [INFO] MLog clients using java 1.4+ standard logging.
    2012-06-25 17:46:03 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
    2012-06-25 17:46:03 [WARNING] Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (No such file or directory)
    2012-06-25 17:46:03 [WARNING] Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (No such file or directory)
    2012-06-25 17:46:03 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ops.txt (No such file or directory)
    2012-06-25 17:46:03 [WARNING] Failed to load white-list: java.io.FileNotFoundException: white-list.txt (No such file or directory)
    2012-06-25 17:46:03 [INFO] Preparing level "world"
    2012-06-25 17:46:03 [INFO] Default game type: 0
    2012-06-25 17:46:03 [INFO] Placed stronghold in INVALID biome at (-51, 20)
    2012-06-25 17:46:03 [INFO] Preparing start region for level 0 (Seed: 1472004560650238986)
    2012-06-25 17:46:04 [INFO] Preparing spawn area: 3%
    2012-06-25 17:46:05 [INFO] Preparing spawn area: 8%
    2012-06-25 17:46:06 [INFO] Preparing spawn area: 12%
    2012-06-25 17:46:07 [INFO] Preparing spawn area: 16%
    2012-06-25 17:46:08 [INFO] Preparing spawn area: 20%
    2012-06-25 17:46:09 [INFO] Preparing spawn area: 28%
    2012-06-25 17:46:10 [INFO] Preparing spawn area: 32%
    2012-06-25 17:46:11 [INFO] Preparing spawn area: 36%
    2012-06-25 17:46:12 [INFO] Preparing spawn area: 44%
    2012-06-25 17:46:13 [INFO] Preparing spawn area: 48%
    2012-06-25 17:46:14 [INFO] Preparing spawn area: 56%
    2012-06-25 17:46:15 [INFO] Preparing spawn area: 65%
    2012-06-25 17:46:16 [INFO] Preparing spawn area: 73%
    2012-06-25 17:46:18 [INFO] Preparing spawn area: 81%
    2012-06-25 17:46:19 [INFO] Preparing spawn area: 93%
    2012-06-25 17:46:19 [INFO] Preparing start region for level 1 (Seed: 1472004560650238986)
    2012-06-25 17:46:20 [INFO] Preparing spawn area: 0%
    2012-06-25 17:46:21 [INFO] Preparing spawn area: 8%
    2012-06-25 17:46:22 [INFO] Preparing spawn area: 16%
    2012-06-25 17:46:23 [INFO] Preparing spawn area: 32%
    2012-06-25 17:46:24 [INFO] Preparing spawn area: 40%
    2012-06-25 17:46:25 [INFO] Preparing spawn area: 48%
    2012-06-25 17:46:26 [INFO] Preparing spawn area: 65%
    2012-06-25 17:46:27 [INFO] Preparing spawn area: 73%
    2012-06-25 17:46:29 [INFO] Preparing spawn area: 85%
    2012-06-25 17:46:30 [INFO] Preparing spawn area: 93%
    2012-06-25 17:46:31 [INFO] Preparing start region for level 2 (Seed: 1472004560650238986)
    2012-06-25 17:46:31 [INFO] Preparing spawn area: 8%
    2012-06-25 17:46:32 [INFO] Preparing spawn area: 36%
    2012-06-25 17:46:33 [INFO] Preparing spawn area: 69%
    2012-06-25 17:46:34 [INFO] [WorldEdit] Enabling WorldEdit v1183-e20e2f2
    2012-06-25 17:46:34 [INFO] [WorldEdit] Default configuration file written: config.yml
    2012-06-25 17:46:34 [INFO] WEPIF: Updated config file
    2012-06-25 17:46:34 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-06-25 17:46:34 [INFO] [Essentials] Enabling Essentials v2.9.1
    2012-06-25 17:46:34 [INFO] Creating empty config: /opt/craftbukkit/plugins/Essentials/upgrades-done.yml
    2012-06-25 17:46:34 [INFO] Creating config from template: /opt/craftbukkit/plugins/Essentials/config.yml
    2012-06-25 17:46:34 [INFO] Creating config from template: /opt/craftbukkit/plugins/Essentials/worth.yml
    2012-06-25 17:46:35 [INFO] [Essentials] This plugin collects minimal statistic data and sends it to http://metrics.essentials3.net.
    2012-06-25 17:46:35 [INFO] [Essentials] You can opt out by running /essentials opt-out
    2012-06-25 17:46:35 [INFO] [Essentials] This will start 5 minutes after the first admin/op joins.
    2012-06-25 17:46:35 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2012-06-25 17:46:35 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
    2012-06-25 17:46:35 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
    2012-06-25 17:46:35 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-06-25 17:46:36 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    2012-06-25 17:46:36 [INFO] Done (33.152s)! For help, type "help" or "?"
    2012-06-25 17:46:56 [INFO] Creating empty config: /opt/craftbukkit/plugins/Essentials/userdata/adam15911.yml
    2012-06-25 17:46:56 [INFO] adam15911 [/192.168.0.170:59787] logged in with entity id 5991 at ([world] -128.5, 72.62000000476837, 265.5)
    2012-06-25 17:46:56 [WARNING] File motd.txt does not exist. Creating one for you.
    2012-06-25 17:47:04 [INFO] [PLAYER_COMMAND] adam15911: /fly  
    2012-06-25 17:47:05 [WARNING] adam15911 was denied access to command.
    2012-06-25 17:47:11 [INFO] CONSOLE: Opping adam15911
    2012-06-25 17:47:13 [INFO] <adam15911> t/fly
    2012-06-25 17:47:15 [INFO] [PLAYER_COMMAND] adam15911: /fly  
    2012-06-25 17:47:18 [INFO] [PLAYER_COMMAND] adam15911: /god  
    2012-06-25 17:47:21 [INFO] [PLAYER_COMMAND] adam15911: /clearinventory  
    2012-06-25 17:47:32 [INFO] <adam15911> hi luke
    2012-06-25 17:47:40 [INFO] [Server] hi adam
    2012-06-25 17:47:53 [INFO] [PLAYER_COMMAND] adam15911: /fly  
    2012-06-25 17:47:57 [INFO] [PLAYER_COMMAND] adam15911: /fly  
    2012-06-25 17:48:03 [INFO] [Server] adam suckls penis
    2012-06-25 17:48:07 [INFO] Unknown command. Type "help" for help.
    2012-06-25 17:48:09 [INFO] Unknown command. Type "help" for help.
    2012-06-25 17:48:41 [INFO] adam15911: Stopping the server..
    2012-06-25 17:48:41 [INFO] Stopping server
    2012-06-25 17:48:41 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.9.1
    2012-06-25 17:48:41 [INFO] [EssentialsProtect] Disabling EssentialsProtect v2.9.1
    2012-06-25 17:48:42 [INFO] [EssentialsChat] Disabling EssentialsChat v2.9.1
    2012-06-25 17:48:42 [INFO] [Essentials] Disabling Essentials v2.9.1
    2012-06-25 17:48:42 [INFO] [WorldEdit] Disabling WorldEdit v1183-e20e2f2
    2012-06-25 17:48:42 [INFO] Saving chunks
    2012-06-25 17:48:50 [INFO] Starting minecraft server version 1.2.5
    2012-06-25 17:48:50 [INFO] Loading properties
    2012-06-25 17:48:50 [INFO] Starting Minecraft server on *:25565
    2012-06-25 17:48:50 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-25 17:48:51 [INFO] [WorldEdit] Loading WorldEdit v1183-e20e2f2
    2012-06-25 17:48:51 [INFO] [Essentials] Loading Essentials v2.9.1
    2012-06-25 17:48:51 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.1
    2012-06-25 17:48:51 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.1
    2012-06-25 17:48:51 [INFO] MLog clients using java 1.4+ standard logging.
    2012-06-25 17:48:51 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
    2012-06-25 17:48:51 [INFO] Preparing level "world"
    2012-06-25 17:48:51 [INFO] Default game type: 0
    2012-06-25 17:48:51 [INFO] Preparing start region for level 0 (Seed: 1472004560650238986)
    2012-06-25 17:48:52 [INFO] Preparing spawn area: 73%
    2012-06-25 17:48:52 [INFO] Preparing start region for level 1 (Seed: 1472004560650238986)
    2012-06-25 17:48:53 [INFO] Preparing spawn area: 81%
    2012-06-25 17:48:53 [INFO] Preparing start region for level 2 (Seed: 1472004560650238986)
    2012-06-25 17:48:54 [INFO] [WorldEdit] Enabling WorldEdit v1183-e20e2f2
    2012-06-25 17:48:54 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-06-25 17:48:54 [INFO] [Essentials] Enabling Essentials v2.9.1
    2012-06-25 17:48:55 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2012-06-25 17:48:55 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
    2012-06-25 17:48:55 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
    2012-06-25 17:48:55 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-06-25 17:48:55 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    2012-06-25 17:48:55 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-06-25 17:48:56 [INFO] Done (4.505s)! For help, type "help" or "?"
    2012-06-25 17:49:00 [INFO] adam15911 [/192.168.0.170:59937] logged in with entity id 575 at ([world] -110.48033477167726, 79.13187183198221, 231.71848481332984)
    2012-06-25 17:49:32 [INFO] [PLAYER_COMMAND] adam15911: /fly  
    2012-06-25 17:50:13 [INFO] Connection reset
    2012-06-25 17:50:13 [INFO] adam15911 lost connection: disconnect.endOfStream
    2012-06-25 17:50:26 [INFO] CONSOLE: Stopping the server..
    2012-06-25 17:50:26 [INFO] Stopping server
    2012-06-25 17:50:26 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.9.1
    2012-06-25 17:50:26 [INFO] [EssentialsProtect] Disabling EssentialsProtect v2.9.1
    2012-06-25 17:50:27 [INFO] [EssentialsChat] Disabling EssentialsChat v2.9.1
    2012-06-25 17:50:27 [INFO] [Essentials] Disabling Essentials v2.9.1
    2012-06-25 17:50:27 [INFO] [WorldEdit] Disabling WorldEdit v1183-e20e2f2
    2012-06-25 17:50:27 [INFO] Saving chunks
    2012-06-25 17:50:31 [INFO] Starting minecraft server version 1.2.5
    2012-06-25 17:50:31 [INFO] Loading properties
    2012-06-25 17:50:31 [INFO] Starting Minecraft server on *:25565
    2012-06-25 17:50:31 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-25 17:50:31 [INFO] Preparing level "world"
    2012-06-25 17:50:31 [INFO] Default game type: 0
    2012-06-25 17:50:32 [INFO] Preparing start region for level 0 (Seed: 1472004560650238986)
    2012-06-25 17:50:33 [INFO] Preparing spawn area: 85%
    2012-06-25 17:50:33 [INFO] Preparing start region for level 1 (Seed: 1472004560650238986)
    2012-06-25 17:50:34 [INFO] Preparing spawn area: 77%
    2012-06-25 17:50:34 [INFO] Preparing start region for level 2 (Seed: 1472004560650238986)
    2012-06-25 17:50:34 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-06-25 17:50:34 [INFO] Done (3.013s)! For help, type "help" or "?"
    2012-06-25 17:50:48 [INFO] CONSOLE: Stopping the server..
    2012-06-25 17:50:48 [INFO] Stopping server
    2012-06-25 17:50:48 [INFO] Saving chunks
    2012-06-25 17:51:21 [INFO] Starting minecraft server version 1.2.5
    2012-06-25 17:51:21 [INFO] Loading properties
    2012-06-25 17:51:21 [INFO] Starting Minecraft server on *:25565
    2012-06-25 17:51:21 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-25 17:51:21 [INFO] Preparing level "world"
    2012-06-25 17:51:21 [INFO] Default game type: 0
    2012-06-25 17:51:21 [INFO] Preparing start region for level 0 (Seed: 1472004560650238986)
    2012-06-25 17:51:22 [INFO] Preparing spawn area: 89%
    2012-06-25 17:51:23 [INFO] Preparing start region for level 1 (Seed: 1472004560650238986)
    2012-06-25 17:51:23 [INFO] Preparing spawn area: 77%
    2012-06-25 17:51:24 [INFO] Preparing start region for level 2 (Seed: 1472004560650238986)
    2012-06-25 17:51:24 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-06-25 17:51:24 [INFO] Done (3.047s)! For help, type "help" or "?"
    2012-06-25 17:51:32 [INFO] adam15911 [/192.168.0.170:59972] logged in with entity id 606 at ([world] -110.48033477167726, 72.18859317728018, 231.71848481332984)
    2012-06-25 17:51:55 [INFO] Placed stronghold in INVALID biome at (-51, 20)
    2012-06-25 17:52:14 [INFO] You can only perform this command as a player
    2012-06-25 17:52:29 [INFO] adam15911 lost connection: disconnect.endOfStream
    2012-06-25 17:52:38 [INFO] CONSOLE: Stopping the server..
    2012-06-25 17:52:38 [INFO] Stopping server
    2012-06-25 17:52:38 [INFO] Saving chunks
    2012-06-25 17:52:54 [INFO] Starting minecraft server version 1.2.5
    2012-06-25 17:52:54 [INFO] Loading properties
    2012-06-25 17:52:54 [INFO] Starting Minecraft server on *:25565
    2012-06-25 17:52:54 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-25 17:52:54 [INFO] Preparing level "world"
    2012-06-25 17:52:54 [INFO] Default game type: 0
    2012-06-25 17:52:54 [INFO] Preparing start region for level 0 (Seed: 1472004560650238986)
    2012-06-25 17:52:55 [INFO] Preparing spawn area: 81%
    2012-06-25 17:52:55 [INFO] Preparing start region for level 1 (Seed: 1472004560650238986)
    2012-06-25 17:52:56 [INFO] Preparing spawn area: 65%
    2012-06-25 17:52:57 [INFO] Preparing start region for level 2 (Seed: 1472004560650238986)
    2012-06-25 17:52:57 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-06-25 17:52:57 [INFO] Done (3.089s)! For help, type "help" or "?"
    2012-06-25 17:53:00 [INFO] adam15911 [/192.168.0.170:59994] logged in with entity id 621 at ([world] -118.05522681070016, 68.0, 234.30000001192093)
    2012-06-25 17:54:18 [INFO] adam15911: Setting adam15911 to game mode 1
    2012-06-25 17:54:45 [INFO] Unknown command. Type "help" for help.
    2012-06-25 17:54:49 [INFO] You can only perform this command as a player
    2012-06-25 17:54:52 [INFO] --------- Help: Index ---------------------------
    2012-06-25 17:54:52 [INFO] Use /help [n] to get page n of help.
    2012-06-25 17:54:52 [INFO] Aliases: Lists command aliases
    2012-06-25 17:54:52 [INFO] Bukkit: All commands for Bukkit
    2012-06-25 17:54:52 [INFO] /ban: Prevents the specified player from using this server
    2012-06-25 17:54:52 [INFO] /ban-ip: Prevents the specified IP address from using this server
    2012-06-25 17:54:52 [INFO] /banlist: View all players banned from this server
    2012-06-25 17:54:52 [INFO] /deop: Takes the specified player's operator status
    2012-06-25 17:54:52 [INFO] /gamemode: Changes the player to a specific game mode
    2012-06-25 17:54:52 [INFO] /give: Gives the specified player a certain amount of items
    2012-06-25 17:54:52 [INFO] /help: Shows the help menu
    2012-06-25 17:54:52 [INFO] /kick: Removes the specified player from the server
    2012-06-25 17:54:52 [INFO] /kill: Commits suicide, only usable as a player
    2012-06-25 17:54:52 [INFO] /list: Lists all online players
    2012-06-25 17:54:52 [INFO] /me: Performs the specified action in chat
    2012-06-25 17:54:52 [INFO] /op: Gives the specified player operator status
    2012-06-25 17:54:52 [INFO] /pardon: Allows the specified player to use this server
    2012-06-25 17:54:52 [INFO] /pardon-ip: Allows the specified IP address to use this server
    2012-06-25 17:54:52 [INFO] /plugins: Gets a list of plugins running on the server
    2012-06-25 17:54:52 [INFO] /reload: Reloads the server configuration and plugins
    2012-06-25 17:54:52 [INFO] /save-all: Saves the server to disk
    2012-06-25 17:54:52 [INFO] /save-off: Disables server autosaving
    2012-06-25 17:54:52 [INFO] /save-on: Enables server autosaving
    2012-06-25 17:54:52 [INFO] /say: Broadcasts the given message as the console
    2012-06-25 17:54:52 [INFO] /stop: Stops the server
    2012-06-25 17:54:52 [INFO] /tell: Sends a private message to the given player
    2012-06-25 17:54:52 [INFO] /time: Changes the time on each world
    2012-06-25 17:54:52 [INFO] /timings: Records timings for all plugin events
    2012-06-25 17:54:52 [INFO] /toggledownfall: Toggles rain on/off on a given world
    2012-06-25 17:54:52 [INFO] /tp: Teleports the given player to another player
    2012-06-25 17:54:52 [INFO] /version: Gets the version of this server including any plugins in use
    2012-06-25 17:54:52 [INFO] /whitelist: Prevents the specified player from using this server
    2012-06-25 17:54:52 [INFO] /xp: Gives the specified player a certain amount of experience
    2012-06-25 17:55:13 [INFO] Unknown command. Type "help" for help.
    2012-06-25 17:55:18 [INFO] Plugins (0): 
    2012-06-25 17:55:26 [INFO] 182 recipes
    2012-06-25 17:55:26 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-06-25 17:55:26 [INFO] Reload complete.
    2012-06-25 17:55:40 [INFO] Incorrect usage. Correct usage:
    /time set <value>
    /time add <value>
    2012-06-25 17:55:46 [INFO] CONSOLE: Set time to 1200
    2012-06-25 17:55:56 [INFO] CONSOLE: Set time to 6000
    2012-06-25 17:56:06 [INFO] CONSOLE: Set time to 12000
    2012-06-25 17:56:12 [INFO] CONSOLE: Set time to 24000
    2012-06-25 17:56:19 [INFO] CONSOLE: Set time to 48000
    2012-06-25 17:56:24 [INFO] CONSOLE: Set time to 0
    2012-06-25 17:56:36 [INFO] CONSOLE: Giving 10000 exp to adam15911
    2012-06-25 17:57:54 [INFO] Connection reset
    2012-06-25 17:57:54 [INFO] adam15911 lost connection: disconnect.genericReason
    2012-06-25 17:58:06 [INFO] CONSOLE: Stopping the server..
    2012-06-25 17:58:06 [INFO] Stopping server
    2012-06-25 17:58:06 [INFO] Saving chunks
    
  2. Offline

    KomradeMort

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    try to do it without plugins, then if it works, add 1 plugin then test, add 1 more then test until you see what plugin is doing that(might be world guard) if it dont work without plugins then it isnt their fault

    EDIT: and did you set java path? and do you have JDK?

    This post has been edited 1 time. It was last edited by KomradeMort Jun 25, 2012.
  3. Offline

    adam15911

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i've tried without plugins and this is still happening. I did set the java path but i have JRE not JDK, i didnt think it mattered which one you had
  4. Offline

    adam15911

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I deleted all files in my craftbukkit folder except for craftbukkit.jar and start.sh and remade the server. The error still happens and this is the log file.
    Code:
    2012-06-26 18:07:38 [INFO] Starting minecraft server version 1.2.5
    2012-06-26 18:07:38 [INFO] Loading properties
    2012-06-26 18:07:38 [WARNING] server.properties does not exist
    2012-06-26 18:07:38 [INFO] Generating new properties file
    2012-06-26 18:07:38 [INFO] Starting Minecraft server on *:25565
    2012-06-26 18:07:38 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-06-26 18:07:38 [WARNING] Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (No such file or directory)
    2012-06-26 18:07:38 [WARNING] Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (No such file or directory)
    2012-06-26 18:07:38 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ops.txt (No such file or directory)
    2012-06-26 18:07:38 [WARNING] Failed to load white-list: java.io.FileNotFoundException: white-list.txt (No such file or directory)
    2012-06-26 18:07:38 [INFO] Preparing level "world"
    2012-06-26 18:07:38 [INFO] Default game type: 0
    2012-06-26 18:07:39 [INFO] Preparing start region for level 0 (Seed: 2384406074821412196)
    2012-06-26 18:07:40 [INFO] Preparing spawn area: 4%
    2012-06-26 18:07:41 [INFO] Preparing spawn area: 8%
    2012-06-26 18:07:42 [INFO] Preparing spawn area: 12%
    2012-06-26 18:07:43 [INFO] Preparing spawn area: 20%
    2012-06-26 18:07:44 [INFO] Preparing spawn area: 28%
    2012-06-26 18:07:45 [INFO] Preparing spawn area: 32%
    2012-06-26 18:07:46 [INFO] Preparing spawn area: 36%
    2012-06-26 18:07:47 [INFO] Preparing spawn area: 40%
    2012-06-26 18:07:48 [INFO] Preparing spawn area: 48%
    2012-06-26 18:07:49 [INFO] Preparing spawn area: 52%
    2012-06-26 18:07:50 [INFO] Preparing spawn area: 57%
    2012-06-26 18:07:51 [INFO] Preparing spawn area: 61%
    2012-06-26 18:07:52 [INFO] Preparing spawn area: 65%
    2012-06-26 18:07:53 [INFO] Preparing spawn area: 69%
    2012-06-26 18:07:54 [INFO] Preparing spawn area: 73%
    2012-06-26 18:07:55 [INFO] Preparing spawn area: 77%
    2012-06-26 18:07:56 [INFO] Preparing spawn area: 81%
    2012-06-26 18:07:57 [INFO] Preparing spawn area: 89%
    2012-06-26 18:07:58 [INFO] Preparing spawn area: 93%
    2012-06-26 18:07:59 [INFO] Preparing spawn area: 97%
    2012-06-26 18:08:00 [INFO] Preparing start region for level 1 (Seed: 2384406074821412196)
    2012-06-26 18:08:01 [INFO] Preparing spawn area: 8%
    2012-06-26 18:08:02 [INFO] Preparing spawn area: 16%
    2012-06-26 18:08:03 [INFO] Preparing spawn area: 24%
    2012-06-26 18:08:04 [INFO] Preparing spawn area: 32%
    2012-06-26 18:08:05 [INFO] Preparing spawn area: 40%
    2012-06-26 18:08:06 [INFO] Preparing spawn area: 48%
    2012-06-26 18:08:07 [INFO] Preparing spawn area: 65%
    2012-06-26 18:08:08 [INFO] Preparing spawn area: 77%
    2012-06-26 18:08:09 [INFO] Preparing spawn area: 81%
    2012-06-26 18:08:10 [INFO] Preparing spawn area: 93%
    2012-06-26 18:08:10 [INFO] Preparing start region for level 2 (Seed: 2384406074821412196)
    2012-06-26 18:08:11 [INFO] Preparing spawn area: 12%
    2012-06-26 18:08:12 [INFO] Preparing spawn area: 44%
    2012-06-26 18:08:13 [INFO] Preparing spawn area: 77%
    2012-06-26 18:08:14 [INFO] Done (35.344s)! For help, type "help" or "?"
    2012-06-26 18:08:55 [INFO] adam15911 [/192.168.0.170:59449] logged in with entity id 4913 at ([world] 174.5, 88.62000000476837, 238.5)
    2012-06-26 18:09:15 [INFO] CONSOLE: Opping adam15911
    2012-06-26 18:09:59 [INFO] adam15911: Setting adam15911 to game mode 1
    2012-06-26 18:11:56 [INFO] Connection reset
    2012-06-26 18:11:56 [INFO] adam15911 lost connection: disconnect.endOfStream
    
    EDIT: Also tried and this still happens using vanilla minecraft so this thread can be deleted unless anyone knows whats wrong

    This post has been edited 2 times. It was last edited by adam15911 Jun 26, 2012.
  5. Offline

    TnT Trinitrotoluene Maximus Administrator Bukkit Help

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Your firewall (at either your router, or your PC, or both) has port 25565 blocked. Double check one or both. If you have double checked, check again, and keep checking until you see what part of your router has port 25565 blocked. Do not look to see if the application is allowed, check for the port itself.
  6. Offline

    adam15911

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't think that that is the problem because to test that I've completly diasabled the firewall on my computer and I also have that computer in DMZ at my router so no ports should be blocked.

    This post has been edited 1 time. It was last edited by adam15911 Jun 27, 2012.
  7. Offline

    Baigle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It can't be the port not going through, because this happens in the same circumstances on my server as well. Same exact problem. Is there a problem with Bukkit's connection handler? The error comes up randomly and when it does the server essentially freezes/laggs badly, I was thinking it could be that the thread the connection handler was on got stuck waiting for something. To fix it you have to bring the server window to the foreground and start inputting anything into it, I just start typing "say test", but it actually just needs you to type any letter or character. So it does this on a clean Bukkit, and it seems like lag, but to fix it you just need to place any input into the console and it will resume where it left off.

    P.S. When it gets "un-stuck" all the console lines that were lagged or hidden appear instantly. For example: **.**.**.*** lost connection. several times.

    Please help! This is not critical but it downs the server for at least 30 seconds when it happens, and can be for a random player at random times. I use the Windows version though. So it can't be a problem with the OS or programs.

    Thanks for reading, hope you can help.

    This post has been edited 1 time. It was last edited by Baigle Jun 28, 2012.
  8. Offline

    adam15911

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I think my problem was with my ethernet card or its drivers because I switched my server to another computer and it works fine now.

Share This Page