CacheException: java.io.OptionalDataException

CacheException: java.io.OptionalDataException

iro.authc.AbstractAuthenticator] - Authentication failed for token submission [com.jeeplus.modules.sys.security.UsernamePasswordToken - admin, rememberMe=false (127.0.0.1)]. Possible unexpected error? (Typical or expected login exceptions should extend from AuthenticationException).
net.oschina.j2cache.CacheException: net.sf.ehcache.CacheException: java.io.OptionalDataException
at net.oschina.j2cache.ehcache.EhCache.get(EhCache.java:73)
at net.oschina.j2cache.CacheManager.get(CacheManager.java:101)
at net.oschina.j2cache.JGroupsCacheChannel.get(JGroupsCacheChannel.java:71)
at org.nutz.j2cache.shiro.ShiroJ2Cache.get(ShiroJ2Cache.java:30)
at org.nutz.j2cache.shiro.ShiroJ2Cache.values(ShiroJ2Cache.java:58)
at org.apache.shiro.session.mgt.eis.CachingSessionDAO.getActiveSessions(CachingSessionDAO.java:345)
at com.jeeplus.core.security.shiro.session.CacheSessionDAO.getActiveSessions(CacheSessionDAO.java:152)
at com.jeeplus.core.security.shiro.session.CacheSessionDAO.getActiveSessions(CacheSessionDAO.java:135)
at com.jeeplus.modules.sys.security.SystemAuthorizingRealm.doGetAuthenticationInfo(SystemAuthorizingRealm.java:71)
at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)

原文地址:https://www.cnblogs.com/duanqiao123/p/8315591.html