I have installed Ofbiz using ant load-demo start
and its working fine. I can start http://localhost:8080/catalog and http://localhost:8080/ecommerce but when I am going to start the pos it is not starting. When I use java -jar ofbiz.jar -pos
its gives me the following exception
Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't not f
etch config instance
at org.ofbiz.base.start.Start.init(Start.java:202)
at org.ofbiz.base.start.Start.main(Start.java:127)
Caused by: java.io.IOException: Cannot load configuration properties : org/ofbiz
/base/start/-pos.properties
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
When I use ant start-pos
or java -jar ofbiz.jar pos
splash screen is coming but it is getting stuck there as