internal exception: java.net.socketexception: software caused connection abort:recv failed

Discussion in 'Bukkit Help' started by Pal150, Nov 13, 2011.

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

    Pal150

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    Windows 7

    2. What architecture is the OS you are running (x64 or x86)?
    x64

    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    JRE 6

    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    None

    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    The build number is displayed in the top of the server.log.
    1337

    6. What command are you using to run your CraftBukkit server?
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    
    7. What plugins are you running?
    None

    8. What error are you getting (post your server.log file)?
    Code:
    2011-11-13 21:45:00 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-13 21:45:00 [INFO] Loading properties
    2011-11-13 21:45:00 [INFO] Starting Minecraft server on *:25565
    2011-11-13 21:45:00 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-11-13 21:45:00 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-11-13 21:45:00 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-11-13 21:45:00 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-11-13 21:45:00 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-13 21:45:01 [INFO] Preparing level "world"
    2011-11-13 21:45:01 [INFO] Default game type: 0
    2011-11-13 21:45:01 [INFO] Preparing start region for level 0 (Seed: 8901715682735064809)
    2011-11-13 21:45:01 [INFO] Preparing start region for level 1 (Seed: 8901715682735064809)
    2011-11-13 21:45:02 [INFO] Preparing spawn area: 65%
    2011-11-13 21:45:02 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-13 21:45:02 [INFO] Done (0.131s)! For help, type "help" or "?"
    2011-11-13 21:46:13 [INFO] Contrary [/96.48.200.200:55121] logged in with entity id 156 at ([world] -124.0, 63.03125, 279.65625)
    2011-11-13 21:46:13 [INFO] New max size: 484
    2011-11-13 21:46:13 [INFO] New max size: 784
    2011-11-13 21:46:36 [SEVERE] java.net.SocketException: Software caused connection abort: socket write error
    2011-11-13 21:46:36 [INFO] Connection reset
    2011-11-13 21:46:36 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-11-13 21:46:36 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    2011-11-13 21:46:36 [SEVERE] java.net.SocketException: Software caused connection abort: socket write error
    2011-11-13 21:46:36 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-11-13 21:46:36 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-11-13 21:46:36 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    2011-11-13 21:46:36 [INFO] Contrary lost connection: disconnect.endOfStream
    
    9. What have you tried already?
    Setting up a static IP and portforwarding my router to that static IP
    changing the server properties to my WAN ip and my public IP
    checked if my port is visible publicly - it is

    ~Extra Into~
    This only happens when connecting through my WAN IP (96.48.200.200)
    This does not happen when i connect on Localhost and when i connect on
     
  2. Offline

    dariushall21

    I'm having the same issue, accept I get a Java error in terminal.
     
Thread Status:
Not open for further replies.

Share This Page