Hostname of MySQL Block changes on startup. #187


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser7193477 created this issue Jan 25, 2012

    For some particular reason, It worked just fine when i began using it.  But now when i start up the server, HawkEye no longer starts up.  I took a look at my console logs and saw that it was trying to connect to a hostname/localhost of this server YET i'm trying to connect to a different hostname in my configuration!

    What steps will reproduce the problem?
    1. Add MySQL
    2. Restart server
    3. Login, and see that HawkEye is no longer functional.

    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
    2012-01-25 13:18:44 [INFO] [HawkEye] Starting HawkEye 1.0.5b initiation process...
    2012-01-25 13:18:44 [INFO] [HawkEye] Using PermissionsEx for user permissions
    2012-01-25 13:18:44 [INFO] [HawkEye] Performing update check...
    2012-01-25 13:18:45 [INFO] [HawkEye] No updates available for HawkEye
    2012-01-25 13:18:46 [SEVERE] [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user 'supah_fb'@'epsilon.rainfire.co' (using password: YES)
    2012-01-25 13:18:46 [SEVERE] [HawkEye] Error initiating HawkEye database connection, disabling plugin

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)
    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: supah_fb
      world-table: hawk_worlds
      hostname: supah-h4x.com
      max-connections: 10
      password: ********
      database: supah_fb

    Have you checked the FAQ page?
    I would assume there is nothing in regards to this strange nightmare.

  • _ForgeUser7193477 added the tags New Defect Jan 25, 2012

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