zoukankan      html  css  js  c++  java
  • 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)

  • 相关阅读:
    shell脚本简单调试
    计算机揭秘之:网络分类和性能分析
    centos 7 虚拟机忘记密码
    算法时间复杂度计算
    strace命令 linux下调试神器
    Linux下core dump (段错误)
    dmesg + addr2line查看堆栈错误位置
    镜像 开源网站
    C语言---链表(包括学习过程中的思想活动)
    The C compiler "/usr/bin/cc" is not able to compile a simple test program. 解决方法
  • 原文地址:https://www.cnblogs.com/duanqiao123/p/8315591.html
Copyright © 2011-2022 走看看