有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java HstSiteConfigurer:组件管理器初始化失败

我正在处理一个Hippo CMS,当我运行Tomcat服务器时,我得到了这个错误

5.02.2019 18:23:45 ERROR main [DefaultHstSiteConfigurer.initializeComponentManager:264] HstSiteConfigurer: ComponentManager initialization failed. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.hippoecm.hst.content.beans.manager.ObjectConverter' defined in class path resource [org/hippoecm/hst/site/container/SpringComponentManager-content-beans.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Annotated class 'org.example.myproject.beans.Urldemo' for primarytype 'myproject:urldemo' is a duplicate of already registered class 'org.example.myproject.beans.Simple'. You might have configured a bean that does not have a annotation for the jcrType and inherits the jcrType from the bean it extends, resulting in 2 beans with the same jcrType. Correct your beans. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1745) ~[spring-beans-5.1.1.RELEASE.jar:5.1.1.RELEASE]


共 (1) 个答案

  1. # 1 楼答案

    查看以下内容的注释:

    组织。实例我的项目。豆。Urldemo
    组织。实例我的项目。豆。简单的

    它们各自应有一个类似于以下内容的注释: @节点(jcrType=“项目:doctype”)

    每个都需要一个唯一的jcrType值