Re: Ignite client not seeing cache created by server

2017-07-27 Thread Maureen Lawless
Brilliant, thanks a lot Mikhail. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server-tp15070p15718.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite client not seeing cache created by server

2017-07-26 Thread Mikhail Cherkasov
mind seeing if it's > accessible to you and if the error is reproducible when you run it? > > https://github.com/maureen-lawless/IgniteServer > > Thanks in advance, > Maureen > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x

Re: Ignite client not seeing cache created by server

2017-07-25 Thread Maureen Lawless
ccessible to you and if the error is reproducible when you run it? https://github.com/maureen-lawless/IgniteServer Thanks in advance, Maureen -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server-tp15070p15603.html

Re: Ignite client not seeing cache created by server

2017-07-25 Thread Mikhail Cherkasov
-ignite-users. > 70518.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server- > tp15070p15601.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Thanks, Mikhail.

Re: Ignite client not seeing cache created by server

2017-07-25 Thread Maureen Lawless
Hi Mikhail, I tried to upload a small maven based project where the error occurred for me. Did you get a chance to check it? Thanks in advance, Maureen -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server

Re: Ignite client not seeing cache created by server

2017-07-20 Thread Maureen Lawless
at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.registerType(IgniteH2Indexing.java:1859) ~[ignite-indexing-2.0.0.jar:2.0.0] ... 12 common frames omitted Appreciate it if you spot something. Thanks, Maureen -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server-tp15070p15184.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite client not seeing cache created by server

2017-07-19 Thread afedotov
iteH2Indexing$H2TableEngine" [42001-194] > at > org.h2.message.DbException.getJdbcSQLException(DbException.java:345) > ~[h2-1.4.194.jar!/:na] > at org.h2.message.DbException.getSyntaxError(DbException.java:205) > ~[h2-1.4.194.jar!/:na] > at org.h2.com

Re: Ignite client not seeing cache created by server

2017-07-19 Thread mcherkasov
Hi Maureen, Could you please share a reproduce for this as pom based project? Thanks, Mikhail. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server-tp15070p15130.html Sent from the Apache Ignite Users mailing list

Re: Ignite client not seeing cache created by server

2017-07-19 Thread Maureen Lawless
~[h2-1.4.194.jar!/:na] at org.h2.command.Parser.getSyntaxError(Parser.java:539) ~[h2-1.4.194.jar!/:na] at org.h2.command.Parser.read(Parser.java:3242) ~[h2-1.4.194.jar!/:na] at org.h2.command.Parser.readIfMore(Parser.java:887) ~[h2-1.4.194.jar!/:na] Any idea what might be causing

Re: Ignite client not seeing cache created by server

2017-07-18 Thread Mikhail Cherkasov
Hi Maureen, Client and server nodes found each other and created a cluster, so it can't be possible that there're two caches in the same cluster with the same name. On client node you can check ignite.cacheNames() before cache = ignite.getOrCreateCache(cfg); call. To make sure that IMAGE_CACHE i

Ignite client not seeing cache created by server

2017-07-18 Thread Maureen Lawless
Hi, I am trying to use apache ignite cache for the first time. I have 2 java spring boot applications, the first one is configured as an ignite server: Snippet from ignite-config-dev.xml: And it is creating a cache on start -up: public void initCache() { Ignite ignite = Ignition.sta