gpt4 book ai didi

java - 无法安装 Magnolia 数据模块(版本 2.3.0)

转载 作者:行者123 更新时间:2023-12-01 12:40:33 25 4
gpt4 key购买 nike

我已经在 web 应用程序的 Pom 文件中导入了 magnolia-module-standard-templated-kit maven 依赖项。它的版本是2.3.0,Magnolia版本是5.3。构建并运行 Tomcat 服务器并开始安装模块后,我遇到了如下失败:

Magnolia Data Module (version 2.3.0)
Could not install or update data module. Task 'Data AppLauncher group ordering' failed. (PathNotFoundException: /modules/ui-admincentral/config/appLauncherLayout/groups/data)

pom.xml:

<!-- Overlay Magnolia Empty Webapp. Alternatively, use the bundled-webapp or the enterprise-webapp. Dependencies versions are already imported by parent, so no need to replicate here. -->
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-empty-webapp</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-empty-webapp</artifactId>
<type>war</type>
</dependency>

<dependency>
<groupId>com.mycompany.projects</groupId>
<artifactId>myTemplateModule</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>info.magnolia.contacts</groupId>
<artifactId>magnolia-contacts</artifactId>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-standard-templating-kit</artifactId>
</dependency>

谁能帮我解决这个问题?

最佳答案

我设法复制了您遇到的异常,我认为问题在于您添加依赖项并执行“开始安装”过程的顺序。

如果我首先仅使用 magnolia-empty-webapp 依赖项进行“开始安装”,然后停止服务器,将 magnolia-module-standard-templated-kit 添加到 pom.xml 并执行另一个“开始安装” “我得到了异常(exception): data module exception

但是,如果我从一开始就执行“开始安装”指定所有依赖项(stk 和empty-webapp),我根本不会得到异常 no exception

我建议您为演示项目和流行主题添加这些依赖项

<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-theme-pop</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-demo-project</artifactId>
<version>${project.version}</version>
</dependency>

关于java - 无法安装 Magnolia 数据模块(版本 2.3.0),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25143762/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com