ehcache Cache is not alive (STATUS_SHUTDOWN)

来源:互联网 发布:js截取到某个字符 编辑:程序博客网 时间:2024/06/03 19:30
Exception in thread "Bootstrap Thread for cache skinfo" java.lang.IllegalStateException: The skinfo Cache is not alive (STATUS_SHUTDOWN)
at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4075)
at net.sf.ehcache.Cache.checkStatus(Cache.java:2766)
at net.sf.ehcache.Cache.isExpired(Cache.java:2845)
at net.sf.ehcache.Cache.get(Cache.java:1738)
at net.sf.ehcache.store.DiskStoreBootstrapCacheLoader.doLoad(DiskStoreBootstrapCacheLoader.java:67)

at net.sf.ehcache.store.DiskStoreBootstrapCacheLoader$BootstrapThread.run(DiskStoreBootstrapCacheLoader.java:108)


原因是BoostrapThread还没有执行完,cache就已经关闭了,解决办法是可以在单元测试方法最后面sleep一会再让它执行exit

阅读全文
0 0
原创粉丝点击