This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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 MySQL2. Restart server3. 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 HawkEye2012-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 permissions2012-01-25 13:18:44 [INFO] [HawkEye] Performing update check...2012-01-25 13:18:45 [INFO] [HawkEye] No updates available for HawkEye2012-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.
To post a comment, please login or register a new account.