play-jongo icon indicating copy to clipboard operation
play-jongo copied to clipboard

Play 2.5 play-jongo configuration

Open green-creeper opened this issue 8 years ago • 1 comments

Hi,

I set up everything as described in readme. As I understand I should I just should put this to db section of my application.conf

playjongo.uri="mongodb://127.0.0.1:32768/play" playjongo.gridfs.enabled=false

now I got an error:

[info] application - Creating Pool for datasource 'playjongo'
[error] c.z.h.HikariConfig - HikariPool-1 - dataSource or dataSourceClassName or jdbcUrl is required.
[info] application - Creating Pool for datasource 'playjongo'
[error] c.z.h.HikariConfig - HikariPool-2 - dataSource or dataSourceClassName or jdbcUrl is required.

Configuration error: Configuration error[Cannot connect to database [playjongo]]

green-creeper avatar Jan 26 '17 18:01 green-creeper

This HikariPool-1 - dataSource or dataSourceClassName or jdbcUrl is required sounds a bit like s.th. related to jdbc / databases. Perhaps this is a hint what to look for.

magro avatar Jan 26 '17 21:01 magro