Hi Maureen, I was able to reproduce the problem too.
I found that spring boot parent project override h2 version with is required by ignite, try to define h2 in you pom 1.4.195: <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.4.195</version> </dependency> Thanks, Mikhail. On Tue, Jul 25, 2017 at 2:01 PM, Maureen Lawless <[email protected]> wrote: > Hi Mikhail, > > Sorry about that, i'm new to the forum and it looked like the attachment > was > uploaded. Although the fact that i couldn't see it attached to the message > afterwards might have been a hint! > > I've tried to upload the project to github, would you 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.x6.nabble.com/Ignite-client-not-seeing-cache-created-by-server- > tp15070p15603.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Thanks, Mikhail.
