Errors with JPAStorageService
Cantor, Scott
cantor.2 at osu.edu
Thu Mar 10 14:57:06 EST 2016
> I replaced my Hikari jar that I built with one that I downloaded from
> http://mvnrepository.com/artifact/com.zaxxer/HikariCP/1.1.7 . I'm still
> getting that squid exception. I currently have commons-dbcp2-2.1.1.jar,
> commons-pool2-2.4.2.jar, HikariCP-1.1.7.jar, jstl-1.2.jar and mysql-connector-
> java.jar in my edit-webapp/.../lib directory.
It feels like you're just randomly dropping jars in. Are you using commons-dbcp? MySQL? If not, don't do that.
> Should I add HikariCP-2.4.2-RC2+SquidSolutions.jar as well? The log file keeps
> mentioning that.
I suggest you refer to the documentation for whatever database you're using here, it should tell you what libraries are needed to use a particular JDBC driver.
-- Scott
More information about the users
mailing list