我在我的组织中使用ofbiz。我想将ofbiz从德比迁移到MySQL 我参考了这些步骤 (https://cwiki.apache.org/confluence/display/OFBIZ/How+to+migrate+OfBiz+from+Derby+to+MySQL+database)在这里,但在最后我被卡住了 最后,当我键入(java -jar ofbiz.jar -install)这个命令时,我得到一个例外,
C:\ Users \ sagar_vinod_khanke \ Sagar \ Apache OFBiz \ Ofbiz \ 13.07> java -jar ofbiz.jar - 安装
线程中的异常" main" org.ofbiz.base.start.StartupException:不能f 蚀刻配置实例
at org.ofbiz.base.start.Config.getPropertiesFile(Config.java:229)
at org.ofbiz.base.start.Config.readConfig(Config.java:297)
at org.ofbiz.base.start.Config.getInstance(Config.java:58)
at org.ofbiz.base.start.Start.init(Start.java:200)
... 1 more
引起:java.io.IOException:无法加载配置属性:org / ofbiz /base/start/-install.properties
app.run(host='192.168.0.21', port=8080, debug=True)
你能帮帮我吗?
答案 0 :(得分:0)
请勿使用 - 安装。 见修订后的Step-V
<强>步骤-V 强>
1. Run the following command from command prompt:
java -jar ofbiz.jar install
2. Start OfBiz
3. Use webtools to import all data from XML:
a. Navigate to http://localhost:8080/catalog/
b. Go to Applications>WebTools
c. Go to section 'Entity XML Tools' and click the link 'XML Data Import Dir' -> In the 'Absolute directory path:' enter the full path of the directory where you exported the data in Step - II