"too many connections" error #276


  • New
  • Other
Open
Assigned to _ForgeUser7076494
  • _ForgeUser6944541 created this issue Apr 4, 2012

    What is the problem? it is giving the "too many connections" even if i set the max connections to 50
    What steps will reproduce the problem?
    1. i updated groupmanager
    2. it just decided to that there were too many connections, even though the amount of plugins hasn't changed.

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

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

    04.04 09:59:37 [Server] INFO [HawkEye] Version 1.0.7b disabled!
    04.04 09:59:37 [Server] INFO [HawkEye] Disabling HawkEye v1.0.7b
    04.04 09:59:37 [Server] SEVERE [HawkEye] Error initiating HawkEye database connection, disabling plugin
    04.04 09:59:37 [Server] SEVERE [HawkEye] Error whilst attempting to get connection: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: "Too many connections"
    04.04 09:59:37 [Server] INFO [HawkEye] No updates available for HawkEye
    04.04 09:59:36 [Server] INFO [HawkEye] Performing update check...
    04.04 09:59:36 [Server] INFO [HawkEye] Using Permissions for user permissions
    04.04 09:59:36 [Server] INFO [HawkEye] Starting HawkEye 1.0.7b initiation process...
    04.04 09:59:36 [Server] INFO [HawkEye] Enabling HawkEye v1.0.7b

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)
    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: <my username>
      world-table: hawk_worlds
      hostname: <my hostname>
      max-connections: 50
      password: <my password>
      database: <my database name>

    Have you checked the FAQ page?
    possibly, i poked around the dev.bukkit page and didn't see it, am i just blind or is it named something else? :\ i've already looked at the installation and configuration pages.

  • _ForgeUser6944541 added the tags New Other Apr 4, 2012
  • _ForgeUser8374469 posted a comment Apr 8, 2012

    You have to change the Configuration of your MySQL DB! Or just use less max-connections at the Plugin "HawkEye"

    dear


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