Javapool

From OpenEMM Wiki

Jump to: navigation, search

Java error : "Cannot get a connection, pool exhausted "

Increase the connection pool

  • Use your favourite editor to open (default location) /home/openemm/webapps/core/WEB-INF/classes/emm.properties
  • Modify the value jdbc.maxCount=5 (recommendations for sensible values appreciated - suggested start point = 20)
  • Save your changes
  • stop and start OpenEmm for the change to take effect:
 su - openemm
 OpenEMM.sh stop
 OpenEMM.sh start
Views
Personal tools