-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFoundError com/hazelcast/web/entryprocessor/SessionUpdateEntryProcessor #85
Comments
Hi @me90, |
Hi @enozcan, |
@me90 I will try to reproduce your case end examine the failure asap. In meantime, can you please share if there is any error/warn log on the server side regarding the exception above? |
No, no errors or warnings on the Hazelcast server logs
tomcat logs
|
Hi @me90, I've tested both WM 4.x and 3.x versions with Tomcat-9.0.33 (not with Spring and I don't think it could be the cause) and haven't seen something weird or a log like the above ones. You say the replication works fine despite the seen errors and this is actually interesting. The only thing that I noticed is in the Also, what about the attribute values you set for sessions? Could you please also share the details of them so may be we can derive a conclusion. |
I'm trying to create a cluster using hazelcast filter based web session replication.
The replication seems work fine but i get for every operation the following exception.
I'm use hazelcast-4.0.jar and hazelcast-wm-4.0.jar into a preexistent Webapplication deployed on Apache Tomcat/9.0.30 with JSF Mojarra 2.2.8, PrimeFaces 6.2, Spring 4.
The text was updated successfully, but these errors were encountered: