-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UnreadableSessionDataException with HazelcastSessionDataStore in Jetty 9.4.15 and newer #3571
Comments
I also checked 9.4.16, it is broken there as well. |
Seems like a duplicate of #3175 |
@eicki are you sure you have configured your Hazelcast instances on all your nodes to use the org.eclipse.jetty.hazelcast.session.SessionDataSerializer? I can see from your stacktrace that the default java serializer is being used:
|
Yes that is probably the issue, I'll try it out. Thank You. |
I'm closing this issue on the assumption that the correct serialization class wasn't configured. If that's not the cause, please reopen this issue and supply all relevant info. |
@janbartel comment wasn't clear enough for our case. See my comment on #3175 if you use the custom client configuration xml. |
With Jetty 9.4.12 session persistence using hazelcast worked, it is broken in 9.4.15 probably caused by the changes done with 871f73c#diff-57280dc468d8ce6adc575652556a6423
If a node goes down the session cannot be read on the other node giving the following exception:
The text was updated successfully, but these errors were encountered: