Wont log anything #60


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser2893654 created this issue Oct 1, 2011

    What is the problem?

    Hawkeye stopped logging blocks after I changed the cleanse period from 1w to 2d12h, It still won't log even after I changed it back
    What steps will reproduce the problem?
    1.
    2.
    3.

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

    Hawkeye version 1.0.5 for CB1185

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

    2011-10-01 06:42:17 [INFO] [HawkEye] Starting HawkEye initiation process...
    2011-10-01 06:42:17 [INFO] [HawkEye] Using Permissions for user permissions
    2011-10-01 06:42:17 [INFO] [HawkEye] Performing update check...
    2011-10-01 06:42:19 [INFO] [HawkEye] No updates available for HawkEye
    2011-10-01 06:42:19 [INFO] [HawkEye] Starting database cleanse thread with a period of 604800 seconds
    2011-10-01 06:42:19 [INFO] [HawkEye] Running cleanse utility for logs older than 2011-09-24 06:42:19
    2011-10-01 06:42:19 [INFO] [HawkEye] WorldEdit found, selection rollbacks enabled
    2011-10-01 06:42:19 [INFO] [HawkEye] Version 1.0.5 enabled!

    On server stop

    2011-10-01 06:41:36 [SEVERE] [HawkEye] Unable to execute cleanse utility: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

    The last packet successfully received from the server was 60,759 milliseconds ago.  The last packet sent successfully to the server was 19 milliseconds ago.

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

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

    Have you checked the FAQ page?

  • _ForgeUser2893654 added the tags New Defect Oct 1, 2011

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