[SEVERE] [HawkEye] Exception: java.lang.NullPointerException #283


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • Oakenten created this issue Apr 9, 2012

    What is the problem?

    i get this error [SEVERE] [HawkEye] Exception: java.lang.NullPointerException

    What steps will reproduce the problem?

    1.starting the server
    2.loading all plugins
    3. player logging on

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

    R: HawkEye v1.0.7b for CB 1.1-R8 Mar 20, 2012

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

    2012-04-09 20:44:49 [SEVERE] [HawkEye] Exception: java.lang.NullPointerException

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

    delete-data-on-rollback: true
      log-ip-addresses: true
      debug: false
      max-radius: 0
      give-user-tool: true
      tool-block: '17'
      default-here-radius: 5
      default-tool-command: ''
      check-for-updates: true
      op-permissions: false
    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: root
      world-table: hawk_worlds
      hostname: localhost
      max-connections: 10
      password:
      database: hawkeyeda
    ignore-worlds:
    - thisworldisignored
    - soisthisone
    version: 1.0.7b
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 140
    - 150

    Have you checked the FAQ page?

    cant find it?!

  • Oakenten added the tags New Defect Apr 9, 2012
  • _ForgeUser616813 posted a comment Apr 22, 2012

    I hope I can have the answer for you.
    Look inside HawkEye database and look at the map names and compare them with those from server.
    Map names from database should match with map names from server … I think it is case sensitive.


    Edited Sep 23, 2012
  • _ForgeUser8713412 posted a comment Sep 23, 2012

    My Config is: log: lava-bucket: true water-bucket: true painting-place: true pvp-death: true mob-death: true other-death: true command: true chat: true join: true quit: true door-interact: true open-container: true container-transaction: true item-pickup: true item-drop: true button: true teleport: true lever: true sign-place: true sign-break: true painting-break: true flint-steel: true block-place: true block-break: true block-burn: true block-fade: true block-form: true leaf-decay: true mushroom-grow: true tree-grow: true water-flow: true lava-flow: true explosion: true enderman-pickup: true enderman-place: true entity-kill: true other: true general: max-lines: 0 log-item-drops-on-death: false cleanse-period: 20m cleanse-age: 0 delete-data-on-rollback: true log-ip-addresses: true debug: false max-radius: 0 give-user-tool: true tool-block: '17' default-here-radius: 5 default-tool-command: '' check-for-updates: true op-permissions: false mysql: hawkeye-table: hawkeye port: 3306 player-table: hawk_players username: root world-table: hawk_worlds hostname: localhost max-connections: 10 password: ** database: HawkEye ignore-worlds: - world_nether - world_the_end version: 1.0.7b command-filter: - /login - /restartsrv - /register block-filter: - 140 - 150

  • _ForgeUser8713412 posted a comment Sep 23, 2012

    But it allways says: [SEVERE] [HawkEye] Exception: java.lang.NullPointerException


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