[ https://issues.apache.org/jira/browse/OFBIZ-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043172#comment-14043172 ]
Jacopo Cappellato commented on OFBIZ-5651: ------------------------------------------ Pierre, instead of {code} java -jar ofbiz.jar -setup tomcat6 {code} could you please try: {code} java -jar ofbiz.jar setup tomcat6 {code} and post here the result? > java -jar ofbiz.jar -setup tomcat6 generates error > -------------------------------------------------- > > Key: OFBIZ-5651 > URL: https://issues.apache.org/jira/browse/OFBIZ-5651 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Release Branch 12.04 > Reporter: Pierre Smits > Priority: Critical > > When invoking 'java -jar ofbiz.jar -setup tomcat6' in order to deploy on > external tomcat v6 server following error is trown: > Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't > not fetch config instance > at org.ofbiz.base.start.Start.init(Start.java:189) > at org.ofbiz.base.start.Start.main(Start.java:114) > Caused by: java.io.IOException: Cannot load configuration properties : > org/ofbiz/base/start/-setup.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:187) > ... 1 more -- This message was sent by Atlassian JIRA (v6.2#6252)