Re: How to start and use ignite in Tomcat

2016-05-06 Thread Denis Magda
it be only one ignite instance there per > jvm? and where/who start ignite several times? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-start-and-use-ignite-in-Tomcat-tp4776p4822.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to start and use ignite in Tomcat

2016-05-06 Thread minisoft_rm
d: b2c_acc"... what is the root cause of it? might it be only one ignite instance there per jvm? and where/who start ignite several times? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-start-and-use-ignite-in-Tomcat-tp4776p4822.html Sent

Re: How to start and use ignite in Tomcat

2016-05-05 Thread Alexei Scherbakov
this.cartCacher = new CartCacher(); >> this.ic = ignite.cache("b2c_accCache"); >> >> " >> >> the console log show some error mes I don't understand..." >> Caused by: class org.apache.ignite.IgniteCheck

Re: How to start and use ignite in Tomcat

2016-05-05 Thread Andrey Gura
e.cache("b2c_accCache"); > > " > > the console log show some error mes I don't understand..." > Caused by: class org.apache.ignite.IgniteCheckedException: Ignite instance > with this name has already been started: b2c_acc > " > > :-( the thing is.... this kind of client mo

How to start and use ignite in Tomcat

2016-05-04 Thread minisoft_rm
edException: Ignite instance with this name has already been started: b2c_acc " :-( the thing is this kind of client mode is ok without Tomcat... please help~~ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-start-and-use-ignite-in-Tomca