Hi!

I reproduced exception with your configs.
I explored project dependencies and found newer version of H2 library.
The next string in build.gradle fixed exception for me:

compile group: 'com.h2database', name: 'h2', version: '1.4.191'

I'm not an expert in gradle and maybe there is more elegant solution.

Thanks,
Sergej



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8664.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to