点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
我正在尝试创建Hybris 6.3的docker镜像。 我使用以下命令创建了项目工件,
ant清除所有生产文件-Dproduction.legacy.mode = false
我无法构建代码,尝试进行ant初始化,使用ant清理所有内容,但出现以下错误。
构建失败
/home/hybris/bin/platform/build.xml:20:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/compiling.xml:90:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/compiling.xml:148:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/util.xml:20:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/compiling.xml:155:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/compiling.xml:297:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/util.xml:144:执行此行时发生以下错误:
/home/hybris/bin/ext-atdd/atddengine/buildcallbacks.xml:29:执行此行时发生以下错误:
/home/hybris/bin/platform/resources/ant/util.xml:91:/home/hybris/bin/ext-atdd/atddengine/src不存在。
但是,我能够成功启动服务器。 访问HAC时会显示初始化页面。
我还找到了相同的SAP知识链接, https://apps.support.sap.com/sap/support/knowledge/preview/zh/2419196
有人为此解决了吗?
关于法尔汗
嗨,
这是Hybris 6.x版本中存在的常见错误。 当您在localextensions.xml中具有" * addtests"扩展名或任何依赖于" atddengine"扩展名的扩展名时,就会导致此问题。
一种简单的解决方案如下:
简单,删除所有以" * addtests"结尾的扩展名。 删除这些扩展名之后,再次运行" ant production",您应该会很好。
一些依赖于" atddengine"扩展名的常见扩展名:
辅助服务测试
Promotionengineatddtests
textfieldconfiguratortemplateatddtests
configurablebundleatddtests
其中大多数来自OOTB B2B ACC Plus配方。 如果要包括依赖于atddengine扩展的扩展,请按照此处提供的解决方案进行操作: https://launchpad.support.sap.com/#/notes/0002419196
引用此问题的SAP故障单: https://apps .support.sap.com/sap/support/knowledge/preview/zh/2419196
希望这会有所帮助。 干杯!
谢谢!!! 太有用了!
一周热门 更多>