小编MWK*_*WKZ的帖子

无法访问新的 OFBiz 16.11 插件

我正在尝试学习 OFBiz 16.11,但是在添加新插件并使用其 url 绑定访问它时遇到错误。

:ERROR MESSAGE:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#login]: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://ofbizDemo/widget/CommonScreens.xml#main-decorator]: java.lang.IllegalArgumentException: Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US] (Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US]) (Error rendering screen [component://ofbizDemo/widget/CommonScreens.xml#main-decorator]: java.lang.IllegalArgumentException: Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US] (Could not find resource bundle [OfbizDemoUiLabels] in the locale [en_US]))
Run Code Online (Sandbox Code Playgroud)

我运行以下命令来创建一个新插件:

--Initialize OFBiz and load demo data
gradlew cleanAll loadDefault ofbiz

--Add new plugin
gradlew createPlugin -PpluginId=ofbizDemo …
Run Code Online (Sandbox Code Playgroud)

java apache ofbiz

2
推荐指数
1
解决办法
798
查看次数

标签 统计

apache ×1

java ×1

ofbiz ×1