HikariPool-1 - Connection is not available

Issue #734 closed
Oleg created an issue

Description: Server throws HikariPool-1 - Connection is not available error and stucks. Console input works, but doesnt shutdown server.

Comments (5)

  1. Wesley repo owner

    When? During runtime? Or when shutting down?

    Sounds more like your mysql server closed all connections upon some timeout. They should remain open.

  2. Oleg reporter

    During runtime. Error stack trace usually leads to room load or some random shit. Weird because emulator freezes, but website and other stuff works fine. Any ideas?

  3. Wesley repo owner

    I've enabled logging for hikaricp in the next build. It will output slow queries or leaked connections. Hopefully that will give us insight if anything goes wrong. Let me know if there are any errors in the SQL Exceptions logging file.

  4. Log in to comment