Hi, could you post the whole stacktrace? Also, try to reduce 
*maxConnectionAge* and enabling validation of idle connections. I guess 
your database closes pooled connections from its side due lack of activity 
from them.

Artem

Am Montag, 26. Februar 2018 11:10:01 UTC+1 schrieb srumith u:
>
> Running a dropwizard application, connected to Oracle. 
> While running a CRON job, getting the exception - Pooled Connection 
> already Closed.
> Following is the configuration in yml file-
>
>  minSize: 8
>     maxSize: 32
>     checkConnectionWhileIdle: false
>     maxConnectionAge: 60 minutes
>     evictionInterval: 10s
>     removeAbandoned: false
>     checkConnectionOnBorrow: true
>     minIdleTime: 10s
>
> Please help to fix the issue.
>
>
> -Srumith.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to