Hi All.
I'm trying use apache ignite in webapp for session clustering. Ignite starts
in webap( in tomcat 7.0.68). I see that storing websession to cache is not
problem. But there is problem get websession from cache. Here is some line
from stack:
Caused by: java.lang.ClassNotFoundException: void
at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1858)
at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1701)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at
org.apache.ignite.internal.util.IgniteUtils.forName(IgniteUtils.java:8172)
at
org.apache.ignite.internal.MarshallerContextAdapter.getClass(MarshallerContextAdapter.java:185)
at
org.apache.ignite.marshaller.optimized.OptimizedMarshallerUtils.classDescriptor(OptimizedMarshallerUtils.java:267)
Is there some limitiation in ignite marshaller, which classes cuold be
cached?
Thank you for help.
Slavo
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/websession-clustering-problem-tp3437.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.