HawkEye Causing RAM overflow #44


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • pheenixm_ created this issue Sep 23, 2011

    What is the problem?
    About 4-5 hours after I start my server, the RAM overflows and a java error involving HawkEye is repeated indefinitely until I stop the server using kill -9 UID

    What steps will reproduce the problem?
    1. Start my server
    2. Use my server
    3. Watch it ultimately die

    What version of HawkEye are you using (shown in console during start-up)?
    v1.011

    Show me any console errors and/or your start-up console message for HawkEye
    2011-09-23 12:27:24 [WARNING] Wrong location for net.minecraft.server.EntityCow@51d3e in world 'world'!
    2011-09-23 12:27:24 [WARNING] Entity is at 3694.542455857661,-654.3419544618872 (chunk 230,-41) but was stored in chunk 230,-42
    2011-09-23 12:27:24 [WARNING] Wrong location for net.minecraft.server.EntityCow@51d3f in world 'world'!
    2011-09-23 12:27:24 [WARNING] Entity is at 3696.0765085196686,-656.6200343688064 (chunk 231,-42) but was stored in chunk 230,-42
    2011-09-23 12:27:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-23 12:27:50 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-23 12:28:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-23 12:28:48 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-23 12:34:13 [WARNING] Task of 'dynmap' generated an exception
    java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:35:15 [INFO] /50.23.30.168:42477 lost connection
    2011-09-23 12:35:15 [INFO] /24.104.129.46:61215 lost connection
    2011-09-23 12:35:15 [INFO] /24.104.129.46:53463 lost connection
    2011-09-23 12:35:15 [INFO] /96.126.97.111:48655 lost connection
    2011-09-23 12:35:15 [INFO] /24.104.129.46:4245 lost connection
    2011-09-23 12:35:15 [INFO] /24.104.129.46:52027 lost connection
    2011-09-23 12:35:15 [INFO] /50.23.30.168:49787 lost connection
    2011-09-23 12:35:15 [INFO] /24.104.129.46:13771 lost connection
    2011-09-23 12:35:50 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:35:50 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:36:55 [SEVERE] [HawkEye] SQL Exception: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:37:02 [SEVERE] Exception in thread "Listen thread"
    2011-09-23 12:37:06 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:37:37 [SEVERE] [HawkEye] SQL Exception: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:38:25 [SEVERE] [HawkEye] SQL Exception: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:39:14 [SEVERE] [HawkEye] SQL Exception: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:39:59 [SEVERE] [HawkEye] SQL Exception: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space
    2011-09-23 12:40:45 [SEVERE] [HawkEye] SQL Exception: java.sql.SQLException: java.lang.OutOfMemoryError: Java heap space

    AND

    2011-09-23 13:38:03 [INFO] [HawkEye] Starting HawkEye initiation process...
    2011-09-23 13:38:03 [INFO] [HawkEye] Using PermissionsEx for user permissions
    2011-09-23 13:38:03 [INFO] [HawkEye] Performing update check...
    2011-09-23 13:38:05 [INFO] [HawkEye] No updates available for HawkEye
    2011-09-23 13:38:07 [INFO] [HawkEye] Starting database cleanse thread
    2011-09-23 13:38:07 [INFO] [HawkEye] WorldEdit found, selection rollbacks enabled
    2011-09-23 13:38:07 [INFO] [HawkEye] Version 1.0.4 enabled!
    2011-09-23 13:38:07 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-23 13:38:07 [INFO] Done (1.955s)! For help, type "help" or "?"

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)

    log:
        lava-bucket: true
        painting-place: true
        other: true
        pvp-death: true
        block-fade: true
        chat: true
        quit: true
        sign-place: true
        painting-break: true
        lava-flow: true
        flint-steel: true
        button: true
        command: true
        block-form: true
        teleport: true
        lever: true
        item-drop: true
        water-bucket: true
        block-burn: true
        sign-break: true
        block-break: true
        leaf-decay: true
        water-flow: true
        join: true
        door-interact: true
        block-place: true
        open-container: true
        item-pickup: true
        explosion: true
        container-transaction: true
        mob-death: true
        other-death: true
    general:
        max-lines: 0
        tool-block: '17'
        log-item-drops-on-death: false
        cleanse-age: '0'
        delete-data-on-rollback: false
        log-ip-addresses: true
        debug: false
        max-radius: 0
        default-here-radius: 5
    mysql:
        hawkeye-table: hawkeye
        port: 33306
        player-table: hawk_players
        username: rob
        world-table: hawk_worlds
        hostname: sql.minecraft.cm
        max-connections: 10
        password: REMOVED
        database: lovett
    version: 1.0.4
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 97
    - 98

    Have you checked the FAQ page?
    No

  • pheenixm_ added the tags New Defect Sep 23, 2011
  • _ForgeUser7076494 posted a comment Sep 23, 2011

    Do you use any custom world generators Try using the latest stable version - 1.0.4b Turn off lava and water flow logging

  • _ForgeUser7044330 posted a comment Sep 28, 2011

    I had this, solved when lava and water-flow logging is off.

  • _ForgeUser7629246 posted a comment Sep 30, 2011

    I had this too. Lava and water flow fixed it. They're kind of useful though :/.


To post a comment, please login or register a new account.