店面开门错误

2020-09-04 00:43发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


专家们,

我正在尝试在店面中查找url。

https://localhost:9002/mystorefront/?site = fr

我收到以下错误。

请求处理失败; 嵌套异常是java.lang.IllegalArgumentException:必填值,键:标签为null

知道为什么会发生此错误吗?

谢谢

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


专家们,

我正在尝试在店面中查找url。

https://localhost:9002/mystorefront/?site = fr

我收到以下错误。

请求处理失败; 嵌套异常是java.lang.IllegalArgumentException:必填值,键:标签为null

知道为什么会发生此错误吗?

谢谢

付费偷看设置
发送
3条回答
Nan4612
1楼-- · 2020-09-04 01:28

转到/hmc/hybris-> WCMS->站点,然后从列表中选择您的站点。 然后单击WCMS座舱首选项,然后复制WCMS座舱预览URL下给出的文本。 现在您的店面URL将是 http://localhost:9001/the_value_you_just_copied_from_WCMS

路亽曱_Ryan
2楼-- · 2020-09-04 01:15

您的URL应该类似于 https://localhost:9002/mystorefront/sitename/fr/?site = sitename ,其中应使用您的网站名称替换网站名称。 请提供mystorefront的extensioninfo.xml和local.properties以获取更多详细信息

愤怒的猪头君
3楼-- · 2020-09-04 01:29

嗨,

我正面临着同样的问题。 我在浏览器"服务器错误"上看到一条文本,但控制台中没有日志。WCMSCockpit预览URL为/store/?site = hybris。 我已经尝试了上述解决方案,但问题仍然存在。 PFB我的local.properties和localextensions.xml。

local.properties

#将您的自定义属性放入此文件中,而不用修改project.properties#该文件中的所有属性都具有更高的优先级,并且将覆盖platform/project.properties设置。 installed.tenants = commerceservices.default.desktop.ui.experience = desktop hac.webroot =/hac hmc.webroot =/hmc productcockpit.webroot =/productcockpit cscockpit.webroot =/cscockpit backoffice.webroot =/backoffice merchandisestorefront.webroot =/store storefrontContextRoot =/store website.hybris.http = http://localhost:9001/store?site = hybris website.hybris.https = https://localhost:9002/store?site = hybris#Liveeditaddon必须包含在其中 storefronextension(不仅通过require-extension)。 merchandisestorefront.additionalWebSpringConfigs.liveeditaddon = classpath:/liveeditaddon/web/spring/b2c-properties-spring.xml,classpath:/liveeditaddon/web/spring/liveeditaddon-storefront-web-spring.xml#还必须采用一些Spring使用的属性 ,因为modulegen之后的软件包有所不同。 cmsPageBeforeViewHandler = de.hybris.merchandise.storefront.interceptors.beforeview.CmsPageBeforeViewHandler uiThemeResourceBeforeViewHandler = de.hybris.merchandise.storefront.interceptors.beforeview.UiThemeResourceBeforeViewHandler

localextensions.xml

http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation =" resources/schemas/extensions.xsd">

一周热门 更多>