Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-08 Thread chevy
to create a JDBC connection and fire up my own rest-api which has higher response time compared to ignite’s rest api. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8773.html Sent from the Apache Ignite

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-07 Thread vkulichenko
Hi, You can do Ignition.setClientMode(true) before Ignition.start(..). This will switch started node to client mode. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8754.html Sent from the Apache

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-03 Thread chevy
// Delete cache with its content completely. // ignite.destroyCache("testCache"); } -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8684.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-03 Thread chevy
Yadav" Subject: Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API Ok, then please check your effective classpath: System.out.println(System.getProperty("java.class.path")); Also you can check where H2 classes come from: System.out.println(org.h2.Dr

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-03 Thread Sergej Sidorov
://ignite.apache.org/download.cgi -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8681.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-03 Thread Sergi Vladykin
g.apache.lucene:lucene-core:3.5.0 > > \--- com.h2database:h2:1.4.191 > > > > Also, I am getting errors with both versions of h2. > > > > -- > > Regards, > > Chetan. > > > > *From: *"Sergi Vladykin [via Apache Ignite Users]" <http

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread chevy
v" Subject: Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API Dependency com.h2database:h2:1.4.191 is correct. You definitely have some other H2 version in classpath (at least on remote node). Note that you must have correct H2 version in classpath on all the cluster

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread Sergi Vladykin
uot;Sergi Vladykin [via Apache Ignite Users]" <http:///user/SendEmail.jtp?type=node&node=8672&i=0>> > *Date: *Wednesday, November 2, 2016 at 11:26 PM > *To: *"Chetan.V.Yadav" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=8672&i=

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread chevy
pe=node&node=8669&i=0>> Date: Wednesday, November 2, 2016 at 9:43 PM To: "Chetan.V.Yadav" <[hidden email]<http:///user/SendEmail.jtp?type=node&node=8669&i=1>> Subject: Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API Do your server node is a

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread Sergi Vladykin
endEmail.jtp?type=node&node=8669&i=0>> > *Date: *Wednesday, November 2, 2016 at 9:43 PM > *To: *"Chetan.V.Yadav" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=8669&i=1>> > *Subject: *Re: [EXTERNAL] Re: Exception while trying to

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread chevy
ot; Date: Wednesday, November 2, 2016 at 9:43 PM To: "Chetan.V.Yadav" Subject: Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API Do your server node is also under spring boot or it is plain ignite assembly? I did the following: 1. Start server node from regular ig

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread Sergej Sidorov
/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8668.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread chevy
(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8666.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-02 Thread Sergej Sidorov
t 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.

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-01 Thread Chetan . V . Yadav
- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8651.html Sent from the Apache Ignite Users mailing list archive at Nabble.com. build.gradle Description: build.gradle mpm-ignite.xml Descri

Re: Exception while trying to access cache via JDBC API

2016-11-01 Thread Sergej Sidorov
Hi chevy! I suppose that the issue in your configuration. Could you please provide your pom.xml and mpm-ignite.xml? Thanks, Sergej -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8651.html Sent from

Exception while trying to access cache via JDBC API

2016-11-01 Thread chevy
org.apache.ignite.internal.jdbc2.JdbcQueryTask.call(JdbcQueryTask.java:158) at org.apache.ignite.internal.jdbc2.JdbcStatement.executeQuery(JdbcStatement.java:102) at com.boot.IgniteJdbcApi.main(IgniteJdbcApi.java:49) -- View this message in context: http://apache-ignite-users.70518.x6.na