Hawkeye not logging changes #104


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser7498523 created this issue Oct 30, 2011

    What is the problem?

    This is a really big problem hawkeye isnt logging events. when i or someone else place a block it isnt logged. But it seems it logs a few seconds after the server have started. we have about average 40 players on, on a creative server. idk if its to much blockchange for it to handle or something.

    What steps will reproduce the problem?

    Nothing will reproduce the problem its just there...

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

    2011-10-30 17:50:32 [INFO] [HawkEye] Version 1.0.5 enabled!

    this is the JAR:
    HawkEye v1.0.5 - cb1215+.jar

    Show me any console errors and/or your start-up console message for HawkEye

    2011-10-30 17:51:44 [SEVERE] Exception in thread "Timer-2"
    2011-10-30 17:51:44 [SEVERE] java.lang.NullPointerException
    2011-10-30 17:51:44 [SEVERE]     at uk.co.oliwali.HawkEye.database.DataManager.run(DataManager.java:344)
    2011-10-30 17:51:44 [SEVERE]     at java.util.TimerThread.mainLoop(Unknown Source)
    2011-10-30 17:51:44 [SEVERE]     at java.util.TimerThread.run(Unknown Source)

    Only error it show, not sure if its related

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

    block-filter:
    - 97
    - 98
    log:
        lava-bucket: true
        painting-place: true
        other: true
        pvp-death: false
        block-fade: true
        chat: false
        enderman-place: true
        quit: false
        sign-place: true
        enderman-pickup: true
        painting-break: true
        lava-flow: true
        flint-steel: true
        button: true
        command: false
        block-form: true
        teleport: false
        lever: true
        item-drop: false
        water-bucket: true
        block-burn: true
        sign-break: true
        block-break: true
        leaf-decay: true
        water-flow: true
        join: false
        door-interact: true
        block-place: true
        open-container: false
        item-pickup: false
        explosion: true
        container-transaction: true
        mob-death: false
        other-death: false
    general:
        check-for-updates: true
        tool-block: '17'
        default-tool-command: ''
        log-item-drops-on-death: false
        delete-data-on-rollback: false
        cleanse-period: 20m
        debug: false
        log-ip-addresses: true
        default-here-radius: 5
        max-lines: 0
        cleanse-age: '0'
        give-user-tool: true
        max-radius: 0
    mysql:
        hawkeye-table: hawkeye
        port: 3306
        player-table: hawk_players
        username: ****
        world-table: hawk_worlds
        hostname: mysqleu1.fragnet.net
        max-connections: 10
        password: '********'
        database: ****_clientdb
    version: 1.0.5
    command-filter:
    - /login
    - /restartsrv
    - /register

    Have you checked the FAQ page?
    yup

  • _ForgeUser7498523 added the tags New Defect Oct 30, 2011

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