edulify / play-hikaricp.edulify.com

HikariCP Plugin for Playframework 2.2.x and 2.3.x

Home Page:http://edulify.github.io/play-hikaricp.edulify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem loading the file hikaricp.prod.properties

ochsenius opened this issue · comments

I had a problem loading the configuration file of Hikari. This only happens when I set up with Shell, not the play console.

The configuration suggest adding in the application.conf
db.default.hikaricp.file = "conf/hikaricp.prod.properties"

Which is fine, but via shell I get an error stating:

[Loading from file configured by db.default.hikaricp.file That Is Some ("conf/hikaricp.prod.properties")]

If you strip the quotes to the configuration file, then it works fine for command line and Shell.
=> db.default.hikaricp.file = conf/hikaricp.prod.properties

Hello, First of all, sorry for the long time to answer your question.

This is not an error message, but just a simple log to help you to debug any problems you could have.