Re: websession clustering problem

2016-03-19 Thread boulik
Hi Val. I'm newbie about apache ignite and after reading OptimizedMarshaller javadoc i was happy, that classes may not implement serializable interface. I haven't found which class is referencing "GeneratedMethodAccessor246". It's not intentional. After reading this blog( https://blogs.oracl

Re: websession clustering problem

2016-03-18 Thread boulik
Hi Val. I have make test with wrapper class. Yes, it helped. :) Problem is, that this change i can't do in project. Third party lib add some attributes into httpsession and then uses them. Finnaly i have found, why i got java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor228.

Re: websession clustering problem

2016-03-14 Thread boulik
Hi Val. Thank you for quick fix. :) I have tried build from master and i have tested project. Bug with void.class is gone, but now i have next similar problem. Here is stack: 2016-03-14 08:06:03,790 ERROR [http-bio-8080-exec-4 ] ROOT - Failed to update web session: null org.apache.ig

Re: websession clustering problem

2016-03-10 Thread boulik
Hello. Here is: 2016-03-11 08:22:11,511 ERROR [http-bio-8080-exec-3 ] ROOT - Failed to update web session: null javax.cache.CacheException: class org.apache.ignite.IgniteCheckedException: Failed to deserialize object with given class loader: null at org.apache.ignite.internal

websession clustering problem

2016-03-10 Thread boulik
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