config.yml changes on startup #185


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser8310018 created this issue Jan 24, 2012

    What is the problem?
    Upon startup the config.yml file is changed from what is supposed to be there. Specifically the mysql password field. It seems after i put in password: '****' it changes to just password: ***** removing the apostrophes surrounding the password which is why (im assuming) i can't connect to my database.

    What steps will reproduce the problem?
    1. editing config.yml
    2. start server
    3. config.ynl is changed

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

    Show me any console errors and/or your start-up console message for HawkEye
    19:44:42 [INFO] [HawkEye] Starting HawkEye 1.0.5b initiation process...
    19:44:42 [INFO] [HawkEye] Using PermissionsEx for user permissions
    19:44:42 [INFO] [HawkEye] Performing update check...
    19:44:44 [INFO] [HawkEye] No updates available for HawkEye
    19:44:44 [SEVERE] [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user 'root'@'50-35-183-59.evrt.wa.frontiernet.net' (using password: YES)
    19:44:44 [SEVERE] [HawkEye] Error initiating HawkEye database connection, disabling plugin
    19:44:44 [INFO] [HawkEye] Version 1.0.5b disabled!

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)
    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: false
      lava-flow: false
      explosion: true
      enderman-pickup: true
      enderman-place: 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
      tool-block: '17'
      default-here-radius: 5
      default-tool-command: ''
      check-for-updates: true
    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: root
      world-table: hawk_worlds
      hostname: db.closetserver.tk
      max-connections: 10
      password: '*******'
      database: minecraft
    ignore-worlds:
    - plots
    version: 1.0.5b
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 140
    - 150

    Have you checked the FAQ page?
    what faq?

  • _ForgeUser8310018 added the tags New Defect Jan 24, 2012

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