Problem with craftbukkit 1.4.7

Discussion in 'Bukkit Help' started by OzoneBG, Mar 17, 2013.

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

    OzoneBG

    Hello bukkit.

    Recently my bukkit server started crashing(More accurate - Internal Exception:java.net.Socket.Timeout.Exception: Read Timed Out). I thought that some of the plugins may cause the problem but when I removed all of the plugins the problem persisted.

    I thought then that maybe the ram used by the server isn't enough so I changed from
    Code:
    -Xms1024M -Xmx1024M
    to
    Code:
    -Xms1024M -Xmx4096M
    But the problem still appeared.

    Then I thought that maybe be the ram is corrupted so I ran MemTest86 and it hasn't showed any errors. I don't think that the RAM is a problem because I have 8GB of RAM.

    At first when I updated to 1.4.7 it didn't crash. I played with my friends a lot and no crashes. But 2 - 3 days ago this thing started happening.

    Here is the full crash log: crash-2013-02-08_19.55.02-server.txt
    The actual error is:
    Code:
    Time: 13-2-8 19:55
    Description: Exception in server tick loop
     
    java.util.zip.ZipException: invalid literal/lengths set
        at java.util.zip.InflaterInputStream.read(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at java.io.DataInputStream.readByte(Unknown Source)
        at net.minecraft.server.v1_4_R1.NBTBase.b(SourceFile:88)
        at net.minecraft.server.v1_4_R1.NBTCompressedStreamTools.a(SourceFile:75)
        at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:80)
        at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:19)
        at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:13)
        at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
        at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
        at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Please help me resolve my problem. I really want to host a bukkit server.
     

    Attached Files:

  2. Offline

    OzoneBG

    Somebody??
     
  3. Offline

    Lolmewn

    What is your server.properties?
    Also, plugins?
     
  4. Offline

    cloak_fox

    can you also provide the error from your server.log and startup?
     
  5. Offline

    OzoneBG

    Thanks for the answers. I will list the server.properties and server log now. As I stated the first topic I don't have any plugins. Also I have installed JAVA both 64bit and 32bit. I tried redownload 1.4.7 craftbukkit, still no luck.

    This is the server.log
    Code:
    2013-03-17 21:05:51 [INFO] Starting minecraft server version 1.4.7
    2013-03-17 21:05:51 [INFO] Loading properties
    2013-03-17 21:05:51 [INFO] Default game type: SURVIVAL
    2013-03-17 21:05:51 [INFO] Generating keypair
    2013-03-17 21:05:51 [INFO] Starting Minecraft server on 192.168.0.101:28961
    2013-03-17 21:05:52 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
    2013-03-17 21:05:52 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2013-03-17 21:05:52 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2013-03-17 21:05:52 [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.
    2013-03-17 21:05:52 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2013-03-17 21:05:52 [INFO] Preparing level "world"
    2013-03-17 21:05:52 [INFO] Preparing start region for level 0 (Seed: 3089069913510108050)
    2013-03-17 21:05:53 [INFO] Preparing start region for level 1 (Seed: 3089069913510108050)
    2013-03-17 21:05:53 [INFO] Preparing spawn area: 28%
    2013-03-17 21:05:53 [INFO] Preparing start region for level 2 (Seed: 3089069913510108050)
    2013-03-17 21:05:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2013-03-17 21:05:53 [INFO] Done (1,746s)! For help, type "help" or "?"
    2013-03-17 21:05:53 [INFO] Starting GS4 status listener
    2013-03-17 21:05:53 [INFO] Query running on 192.168.0.101:28961
    2013-03-17 21:05:58 [INFO] OzoneBG[/188.254.209.106:50568] logged in with entity id 236 at ([world] 231.97818217941904, 75.0, 268.0798956688106)
    2013-03-17 21:06:04 [SEVERE] java.util.zip.ZipException: invalid code lengths set
    2013-03-17 21:06:04 [SEVERE]  at java.util.zip.InflaterInputStream.read(Unknown Source)
    2013-03-17 21:06:04 [SEVERE]  at java.io.BufferedInputStream.fill(Unknown Source)
    2013-03-17 21:06:04 [SEVERE]  at java.io.BufferedInputStream.read(Unknown Source)
    2013-03-17 21:06:04 [SEVERE]  at java.io.DataInputStream.readByte(Unknown Source)
    2013-03-17 21:06:04 [SEVERE]  at net.minecraft.server.v1_4_R1.NBTBase.b(SourceFile:88)
    2013-03-17 21:06:04 [SEVERE]  at net.minecraft.server.v1_4_R1.NBTCompressedStreamTools.a(SourceFile:75)
    2013-03-17 21:06:04 [SEVERE]  at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:80)
    2013-03-17 21:06:04 [SEVERE]  at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:19)
    2013-03-17 21:06:04 [SEVERE]  at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:13)
    2013-03-17 21:06:04 [SEVERE]  at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
    2013-03-17 21:06:04 [SEVERE]  at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
    2013-03-17 21:06:04 [SEVERE]  at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
    2013-03-17 21:06:04 [SEVERE]  at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    2013-03-17 21:06:04 [SEVERE]  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    2013-03-17 21:06:04 [SEVERE]  at java.lang.Thread.run(Unknown Source)
    2013-03-17 21:06:04 [SEVERE] Encountered an unexpected exception ZipException
    java.util.zip.ZipException: invalid code lengths set
    at java.util.zip.InflaterInputStream.read(Unknown Source)
    at java.io.BufferedInputStream.fill(Unknown Source)
    at java.io.BufferedInputStream.read(Unknown Source)
    at java.io.DataInputStream.readByte(Unknown Source)
    at net.minecraft.server.v1_4_R1.NBTBase.b(SourceFile:88)
    at net.minecraft.server.v1_4_R1.NBTCompressedStreamTools.a(SourceFile:75)
    at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:80)
    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:19)
    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:13)
    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    2013-03-17 21:06:04 [SEVERE] This crash report has been saved to: F:\install\Minecraft 1.4.2\Minecraft Server 1.4.7 REAL ONE - WORKING\.\crash-reports\crash-2013-03-17_21.06.04-server.txt
    

    And server.properties:
    Code:
    #Minecraft server properties
    #Sun Mar 17 21:05:52 EET 2013
    generator-settings=
    allow-nether=true
    level-name=world
    enable-query=true
    allow-flight=false
    server-port=28961
    query.port=28961
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=192.168.0.101
    max-build-height=256
    spawn-npcs=true
    white-list=false
    debug=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    texture-pack=
    online-mode=false
    pvp=true
    difficulty=1
    server-name=Unknown Server
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    spawn-protection=16
    motd=A Minecraft Server
     
  6. Offline

    Lolmewn

    Offline-mode is not supported on these forums.
     
  7. Offline

    OzoneBG

    So if I set it to Online it will be supported? Well I asked several times about other problems which required the server.properties and it was set to offline and some guys answered me.

    Never mind. I fixed it without you anyway. The problem was that the ingame world was corrupted. So if anyone gets this error create a new world and it will be fixed.

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

    blha303

    Read Timed Out can also be caused by a plugin misbehaving.
     
  9. Offline

    c0mp

    online-mode=false is not supported by the Bukkit community. Locking thread!
     
Thread Status:
Not open for further replies.

Share This Page