hybris缓存未激活错误

hybris缓存未激活错误,hybris,Hybris,我使用的是hybris版本5.5.1,我已经完成了modulegen并在localextention.xml中完成了所有配置,现在我启动hybris服务器(../hybrisserver.sh)并得到以下错误 ERROR [localhost-startStop-1] [DeploymentMigrationUtil] Error while migrating deployments of extension core java.lang.IllegalStateException: The

我使用的是hybris版本5.5.1,我已经完成了modulegen并在localextention.xml中完成了所有配置,现在我启动hybris服务器(../hybrisserver.sh)并得到以下错误

ERROR [localhost-startStop-1] [DeploymentMigrationUtil] Error while migrating deployments of extension core
java.lang.IllegalStateException: The queryCacheRegion 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)

请看下面的代码段,这是从您共享的stacktrace中获取的

**Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [my.bookstore.cockpits.setup.CockpitSystemSetup] for bean with name 'yAcceleratorCockpitsSystemSetup' defined in org.springframework.integration.security.config.SecurityIntegrationConfigurationInitializer@4091564b; nested exception is java.lang.ClassNotFoundException: my.bookstore.cockpits.setup.CockpitSystemSetup**
at org.springframework.integration.security.config.SecurityIntegrationConfigurationInitializer.initialize(SecurityIntegrationConfigurationInitializer.java:63)
at org.springframework.integration.config.IntegrationConfigurationBeanFactoryPostProcessor.postProcessBeanFactory(IntegrationConfigurationBeanFactoryPostProcessor.java:48)
... 29 more 
 Caused by: java.lang.ClassNotFoundException: my.bookstore.cockpits.setup.CockpitSystemSetup
现在,由于
java.lang.ClassNotFoundException:my.bookstore.cockpits.setup.CockpitSystemSetup

查找声明该类的bean注入的bean初始化,并确保该类的限定名是正确的


如果问题仍然存在,请告诉我。

能否在local.properties文件中添加“installed.tenants=”并重新启动服务器?请共享整个stacktrace。这可能是由于多种原因造成的。@Vikrant