[
https://issues.apache.org/jira/browse/WICKET-6513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304709#comment-16304709
]
Arkadiy Churilov commented on WICKET-6513:
------------------------------------------
I have checked. You are right - Kryo isn't calling #readObject() :(
Can you add fix in #valueUnbound() to check if storingTouchedPages is null?
> NullPointerException at PageStoreManager$SessionEntry after login
> -----------------------------------------------------------------
>
> Key: WICKET-6513
> URL: https://issues.apache.org/jira/browse/WICKET-6513
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 7.9.0
> Reporter: Arkadiy Churilov
>
> I tried to use memcached-session-manager with Kryo serialization strategy -
> https://github.com/magro/memcached-session-manager/wiki
> It works fine but after login NullPointerException was generated.
> I think the problem is a transient field storingTouchedPages that may be null
> after deserialization.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)