The Maximum Pool Connection setting is too small to dedicate sufficient connections to retriable pool.

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

In the Startup logs for Fisheye the following WARN message will appear;

2014-12-02 12:11:46,926 INFO  - Starting database...
2014-12-02 12:11:46,931 WARN  - The Maximum Pool Connection setting is too small to dedicate sufficient connections to retriable pool, this may lead to poor performance.
Increase this parameter as described in https://confluence.atlassian.com/display/FISHEYE/Configuring+the+database+connection+pool
2014-12-02 12:11:49,713 INFO  - Database started.
2014-12-02 12:11:50,889 INFO  - Starting plugin system...

There may be no response from the server and a requested shutdown will hang.

Cause

The maxPoolSize value is set to too low a value, this can be found in the <database> section in config.xml which resides at FISHEYE_INST/config.xml

Resolution

  • Shut Down Fisheye
  • Open config.xml
  • Increase the maxPoolSize parameter within the <database> section, by default this is set to 20 - it should be at least this value.
  • Restart Fisheye

Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.