Constant Server Crashes

Discussion in 'Bukkit Help' started by JOPHESTUS, Sep 1, 2012.

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

    JOPHESTUS

    Well, It's been a while since I've posted here but here goes...

    I use my local server a lot to test my plugins, but after about 30 seconds - 1 min ( or after I do a command, chat or action ) it just crashes with a read time out error. It's been doing this since I got the 1.3.1 bukkit.
    I am using latest reccomended build
    BTW, it can't be any of the plugins on at the moment, it was doing it before the plugins were on :p
    server.log (open)

    Code:
    2012-09-02 15:26:36 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-b2340jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.0)
    2012-09-02 15:26:36 [INFO] [Vault] Loading Vault v1.2.18-b229
    2012-09-02 15:26:36 [INFO] [iConomy] Loading iConomy v7.0
    2012-09-02 15:26:36 [INFO] [BuyNodes] Loading BuyNodes v1.0
    2012-09-02 15:26:36 [INFO] [Vault] Enabling Vault v1.2.18-b229
    2012-09-02 15:26:36 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
    2012-09-02 15:26:36 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
    2012-09-02 15:26:36 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
    2012-09-02 15:26:36 [INFO] [Vault][Economy] iConomy 6 found: Waiting
    2012-09-02 15:26:36 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-09-02 15:26:36 [INFO] [Vault] Enabled Version 1.2.18-b229
    2012-09-02 15:26:36 [INFO] Preparing level "world"
    2012-09-02 15:26:37 [INFO] Preparing start region for level 0 (Seed: 3213732435565407145)
    2012-09-02 15:26:38 [INFO] Preparing spawn area: 12%
    2012-09-02 15:26:39 [INFO] Preparing spawn area: 48%
    2012-09-02 15:26:40 [INFO] Preparing start region for level 1 (Seed: 3213732435565407145)
    2012-09-02 15:26:40 [INFO] Preparing spawn area: 0%
    2012-09-02 15:26:41 [INFO] Preparing spawn area: 48%
    2012-09-02 15:26:42 [INFO] Preparing spawn area: 97%
    2012-09-02 15:26:42 [INFO] Preparing start region for level 2 (Seed: 3213732435565407145)
    2012-09-02 15:26:43 [INFO] [iConomy] Enabling iConomy v7.0
    2012-09-02 15:26:43 [INFO] [iConomy - April Fools] Enabled (45 ms)
    2012-09-02 15:26:43 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
    2012-09-02 15:26:43 [INFO] [Vault][Economy] iConomy 6 hooked.
    2012-09-02 15:26:43 [INFO] [iConomy - April Fools] Purged accounts with default balance.
    2012-09-02 15:26:43 [INFO] [BuyNodes] Enabling BuyNodes v1.0
    2012-09-02 15:26:43 [WARNING] The following command(s) could not be aliased under 'rank' because they do not exist: manpromote
    2012-09-02 15:26:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-09-02 15:26:43 [INFO] Done (6.633s)! For help, type "help" or "?"
    2012-09-02 15:26:46 [INFO] JOPHESTUS[/192.168.1.100:10189] logged in with entity id 1215 at ([world] 86.45743145185504, 70.00133597911214, 261.17393350495365)
    2012-09-02 15:27:31 [INFO] <JOPHESTUS> t
    2012-09-02 15:27:42 [INFO] <JOPHESTUS> ff
    2012-09-02 15:30:57 [INFO] JOPHESTUS lost connection: disconnect.endOfStream

    bukkit.yml (open)

    [/code]# This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the bukkit wiki at
    # http://wiki.bukkit.org/Bukkit.yml
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #bukkit @ esper.net
    # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
    # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
    # Twitter: http://twitter.com/Craftbukkit
    # Bug tracker: http://leaky.bukkit.org/


    settings:
    allow-end: true
    warn-on-overload: false
    spawn-radius: 16
    permissions-file: permissions.yml
    update-folder: update
    ping-packet-limit: 100
    use-exact-login-location: false
    plugin-profiling: false
    connection-throttle: 4000
    query-plugins: true
    deprecated-verbose: default
    spawn-limits:
    monsters: 70
    animals: 15
    water-animals: 5
    ticks-per:
    animal-spawns: 400
    monster-spawns: 1
    auto-updater:
    enabled: false
    on-broken:
    - warn-console
    - warn-ops
    on-update:
    - warn-console
    - warn-ops
    preferred-channel: rb
    host: dl.bukkit.org
    suggest-channels: true
    database:
    username: bukkit
    isolation: SERIALIZABLE
    driver: org.sqlite.JDBC
    password: walrus
    url: jdbc:sqlite:{DIR}{NAME}.db
    aliases:
    icanhasbukkit:
    - version
    rank:
    - manpromote
    [/code]

    server.properties (open)

    Code:
    #Minecraft server properties
    #Sun Sep 02 15:26:36 EST 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    texture-pack=
    online-mode=true
    pvp=true
    difficulty=1
    server-name=Unknown Server
    gamemode=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server

    run.bat (open)

    Code:
    java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

    This is the only error I get
    2012-09-02 15:30:57 [INFO] JOPHESTUS lost connection: disconnect.endOfStream
    Once the server kicks me off, it does not respond for about 2-3 mins, then it prints the error

    If you have any ideas, it would be greatly appreciated.
    If you need any extra info please ask.

    -JOPH
     
  2. Offline

    jacklin213

    i always get kicked, i just close my minecraft and open it again and it works
     
  3. Offline

    np98765

    I'm having some major issues, too. But, I'm pretty sure that's because I'm running 3 servers... The main server (gets pinged from all the server lists), the temp server, and my dev server... My poor RAM is being eaten. :3

    But even in general, I've had some issues with this update.

    When you mean that the server 'doesn't respond', do you mean it's hanging/freezing? So you'll run a command and it won't go through?

    If so, that's happened to me, too -- A lot.
     
  4. Offline

    JOPHESTUS

  5. Offline

    Candyjensen

    I have the same problem ... Since the update it just CRASH Everytime.. Starting good and normal and so.. 1 2 3 so it says crash report bla bla bla bla..:mad:
     
  6. Offline

    JOPHESTUS

    TnT, Do you have any idea what's causing it? It can't be plugins because I just tested it without plugins.
     
  7. Offline

    Omnitv

     
  8. Offline

    JOPHESTUS

  9. Offline

    TnT

    Do you have any client mods installed? How is your bandwidth?
     
  10. Offline

    JOPHESTUS

    I use nodus, but it did this before I had it. It's a lan server.
     
Thread Status:
Not open for further replies.

Share This Page