HawkEye broken with R3 #201


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser1014764 created this issue Feb 3, 2012

    What is the problem?
    I am using the R3 bukkit, and HawkEye throws an exception on the console, doesn't work at all. This seems to be the case with every 1.1 release. The MySQL database is correctly set up.

    What steps will reproduce the problem?
    1. Use Rx, with 1.0.5b
    2. See failure on console

    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-02-01 00:44:17 [INFO] [HawkEye] Loading HawkEye v1.0.5b.
    2012-02-01 00:44:17 [INFO] [HawkEye] Starting HawkEye 1.0.5b initiation process...
    2012-02-01 00:44:17 [INFO] [HawkEye] Using PermissionsEx for user permissions
    2012-02-01 00:44:17 [INFO] [HawkEye] Performing update check...
    2012-02-01 00:44:18 [INFO] [HawkEye] No updates available for HawkEye
    2012-02-01 00:44:39 [SEVERE] [HawkEye] Error whilst attempting to get connection: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    2012-02-01 00:44:39 [SEVERE] [HawkEye] Error initiating HawkEye database connection, disabling plugin
    2012-02-01 00:44:39 [INFO] [HawkEye] Unloading HawkEye v1.0.5b.
    2012-02-01 00:44:39 [INFO] [HawkEye] Version 1.0.5b disabled!

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

    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: hawk2
      world-table: hawk_worlds
      hostname: 127.0.0.1 (tried with localhost, unique IP address and FQDN, none of them worked)
      max-connections: 10
      password: PASSWORDHERE
      database: hawk2

  • _ForgeUser1014764 added the tags New Defect Feb 3, 2012

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