Hi,

It looks like some node(s) doesn't have ignite-web module on classpath. Can
you check if this is the case?

For standalone nodes started with ignite.sh you should copy
'libs/optional/ignite-web' folder to 'libs' (one level up).

If your project is Mavenized, add this dependency:

<dependency>
    <groupId>org.apache.ignite</groupId>
    <artifactId>ignite-web</artifactId>
    <version>IGNITE_VERSION</version>
</dependency>

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/WebSession-error-ignite-1-3-tp700p701.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to