korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.47k stars 222 forks source link

Pooled connection with Java 1.8 (mac os x yosemite) #271

Closed st closed 9 years ago

st commented 9 years ago

I am not sure this is a korma issue (rather a C3p0 one) but in case anyone tries to use pooled connection on Java 1.8 (mac os X) this info may be useful. Please see this gist for a minimal setup on how to reproduce the problem: https://gist.github.com/st/c68ca56f796d04dee152

immoh commented 9 years ago

https://bugs.openjdk.java.net/browse/JDK-8065397

st commented 9 years ago

Upgrading to 8u40 Build b20 (https://jdk8.java.net/download.html) fixes the issue. Thank you.