migrate Apache OFBiz from Apache Derby to mysql -


i using ofbiz in organization. want migrate ofbiz derby mysql.
refer steps (https://cwiki.apache.org/confluence/display/ofbiz/how+to+migrate+ofbiz+from+derby+to+mysql+database) here, @ got stuck @ end.
@ end when type (java -jar ofbiz.jar -install) command getting exception,

c:\users\sagar_vinod_khanke\sagar\apache ofbiz\ofbiz\13.07>java -jar ofbiz.jar - install

exception in thread "main" org.ofbiz.base.start.startupexception: couldn't not f etch config instance

    @ org.ofbiz.base.start.start.init(start.java:202)     @ org.ofbiz.base.start.start.main(start.java:127) 

caused by: java.io.ioexception: cannot load configuration properties : org/ofbiz /base/start/-install.properties

    @ org.ofbiz.base.start.config.getpropertiesfile(config.java:229)     @ org.ofbiz.base.start.config.readconfig(config.java:297)     @ org.ofbiz.base.start.config.getinstance(config.java:58)     @ org.ofbiz.base.start.start.init(start.java:200)     ... 1 more 

can please me?

don't use - install. see revised step-v

step-v

1. run following command command prompt: java -jar ofbiz.jar install 2. start ofbiz 3. use webtools import data xml: a. navigate http://localhost:8080/catalog/ b. go applications>webtools c. go section 'entity xml tools' , click link 'xml data import dir' -> in 'absolute directory path:' enter full path of directory exported data in step - ii 

Comments