sap-commerce-cloud - Hybris HMC/MCC 中错误网页不可用 成功登录 HMC/MCC 后网页不可用

标签 sap-commerce-cloud

我能够进入 HMC/MCC 登录屏幕,但当我登录时,它显示网页不可用。 我的 Hybris 版本是 6.2

我的 localextension.xml 文件如下所示:

     <extension dir="C:\Hybris620\hybris\bin/custom/training/trainingfulfilmentprocess"/>
     <extension dir="C:\Hybris620\hybris\bin/custom/training/trainingcore"/>
     <extension dir="C:\Hybris620\hybris\bin/custom/training/traininginitialdata"/>
     <extension dir="C:\Hybris620\hybris\bin/custom/training/trainingfacades"/>
     <extension dir="C:\Hybris620\hybris\bin/custom/training/trainingtest"/>
     <extension dir="C:\Hybris620\hybris\bin/custom/training/trainingstorefront"/>
     <extension dir="C:\Hybris620\hybris\bin/custom/training/trainingcockpits"/>

此外,我还可以打开除 HMC/MCC 之外的所有 Hybris URL

我的本​​地属性文件如下所示:

# place your custom properties into this file instead of modifying the project.properties

# all properties in this file have higher `enter code here`priority and will overwrite the platform/project.properties settings.


mykey=myvalue

solrserver.instances.default.autostart=false


#hac.webroot=/hac

我的 Hybris 初始化也不顺利。它在本地化类型阶段陷入了几个小时。

我尝试了以下解决步骤,但没有成功:

  1. 在 localextensions xml 文件中添加 mcc 和 hmc 扩展

  2. 在本地属性文件中添加 hac.webroot=/hac 和 hmc.webroot=/hmc

最佳答案

HMC 现已弃用,一旦您在 Hybris 6.2 中使用配方设置任何加速器,它就不会自动添加到 localextenion.xml 中

您需要在 localextension.xml 中添加这些扩展,最后进行系统更新。

<extension name="hmc" />
<extension name='platformhmc' />
<extension name='solrfacetsearchhmc' />
<extension name='commercesearchhmc' />
<extension name='platformhmc' />

关于sap-commerce-cloud - Hybris HMC/MCC 中错误网页不可用 成功登录 HMC/MCC 后网页不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41281677/

相关文章:

sap-commerce-cloud - "FacetSearchException: no bean named ' myBean ' is defined"访问 BackOffice 中的 CS

java - Hybris 项目 : difference between custom-property and attributes

java - Hybris SOLR - 使用自由范围 slider 的 Facet 价格值

sap-commerce-cloud - Hybris中如何导出用户组的访问权限

logging - 在hybris中将log4j替换为slf4j

angular - 如何在斯巴达克斯中抑制静态页面的自定义上下文?

java - 如何在 hybris 中自定义插件?

java - Hybris 自定义电子邮件设置自定义属性

java - Jawr CSSServlet 抛出 StackOverflowError

angular - OccAdapters 和 Services 之间的使用差异是什么?