关闭时无法清除缓存

2020-09-16 22:55发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


你好

因为有时我遇到的问题是,每次关闭包装程序时,我都会遇到以下错误:

 错误2014-12-22 11:46:32,279 [Thread-1] de.hybris.platform.cache.impl.RegionCacheAdapter(clear:303)-无法清除缓存。 在区域entityCacheRegion上失败。 最后一个键LegacyCacheKey(master)[key = [hjmp,实体,87,8796475424855],valueType = NON_SERIALIZABLE,typeCode = 87 {LegacyCacheKeyType [hjmp,实体,87(String)]}}类de.hybris.platform.regioncache.key  .legacy.LegacyCacheKey
  错误2014-12-22 11:46:32,598 [Thread-1] de.hybris.platform.cache.impl.RegionCacheAdapter(clear:303)-无法清除缓存。 在区域entityCacheRegion上失败。 最后一个键null null
      java.lang.IllegalStateException:entityCacheRegion缓存未激活(STATUS_SHUTDOWN)
          在net.sf.ehcache.Cache $ CacheStatus.checkAlive(Cache.java:4259)
          在net.sf.ehcache.Cache.checkStatus(Cache.java:2722)
          在net.sf.ehcache.Cache.getKeys(Cache.java:1912)
          在de.hybris.platform.regioncache.region.impl.EHCacheRegion.getAllKeys(EHCacheRegion.java:435)
          在de.hybris.platform.cache.impl.RegionCacheAdapter.clear(RegionCacheAdapter.java:291)
          在de.hybris.platform.cache.impl.RegionCacheAdapter.destroy(RegionCacheAdapter.java:513)
          在de.hybris.platform.core.AbstractTenant.shutdownCache(AbstractTenant.java:956)
          在de.hybris.platform.core.AbstractTenant.doShutdown(AbstractTenant.java:888)
          在de.hybris.platform.core.AbstractTenant.doShutDown(AbstractTenant.java:834)
          在de.hybris.platform.core.Registry.destroy(Registry.java:308)
          在de.hybris.platform.util.RedeployUtilities.shutdown(RedeployUtilities.java:74)
          在de.hybris.platform.util.RedeployUtilities $ 1.run(RedeployUtilities.java:38)

  

我还不能弄清楚为什么。

有人知道吗? 我运行版本5.0.4.5

欢呼声

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


你好

因为有时我遇到的问题是,每次关闭包装程序时,我都会遇到以下错误:

 错误2014-12-22 11:46:32,279 [Thread-1] de.hybris.platform.cache.impl.RegionCacheAdapter(clear:303)-无法清除缓存。 在区域entityCacheRegion上失败。 最后一个键LegacyCacheKey(master)[key = [hjmp,实体,87,8796475424855],valueType = NON_SERIALIZABLE,typeCode = 87 {LegacyCacheKeyType [hjmp,实体,87(String)]}}类de.hybris.platform.regioncache.key  .legacy.LegacyCacheKey
  错误2014-12-22 11:46:32,598 [Thread-1] de.hybris.platform.cache.impl.RegionCacheAdapter(clear:303)-无法清除缓存。 在区域entityCacheRegion上失败。 最后一个键null null
      java.lang.IllegalStateException:entityCacheRegion缓存未激活(STATUS_SHUTDOWN)
          在net.sf.ehcache.Cache $ CacheStatus.checkAlive(Cache.java:4259)
          在net.sf.ehcache.Cache.checkStatus(Cache.java:2722)
          在net.sf.ehcache.Cache.getKeys(Cache.java:1912)
          在de.hybris.platform.regioncache.region.impl.EHCacheRegion.getAllKeys(EHCacheRegion.java:435)
          在de.hybris.platform.cache.impl.RegionCacheAdapter.clear(RegionCacheAdapter.java:291)
          在de.hybris.platform.cache.impl.RegionCacheAdapter.destroy(RegionCacheAdapter.java:513)
          在de.hybris.platform.core.AbstractTenant.shutdownCache(AbstractTenant.java:956)
          在de.hybris.platform.core.AbstractTenant.doShutdown(AbstractTenant.java:888)
          在de.hybris.platform.core.AbstractTenant.doShutDown(AbstractTenant.java:834)
          在de.hybris.platform.core.Registry.destroy(Registry.java:308)
          在de.hybris.platform.util.RedeployUtilities.shutdown(RedeployUtilities.java:74)
          在de.hybris.platform.util.RedeployUtilities $ 1.run(RedeployUtilities.java:38)

  

我还不能弄清楚为什么。

有人知道吗? 我运行版本5.0.4.5

欢呼声

付费偷看设置
发送
8条回答
半个程序猿
1楼-- · 2020-09-16 23:40

我认为 null 的值具有误导性,当反编译 RegionCacheAdapter 时,可以看到 key 使用 null 初始化,不再设置,并在catch子句中写入LOG。

闻人可可
2楼-- · 2020-09-16 23:40

道歉,如果我误解了这一点,但是鉴于您正在关闭并且这是一个缓存,请问这是什么原因? em>

例如,这导致诸如yunitinit之类的蚂蚁任务失败。

一周热门 更多>