[
https://issues.apache.org/jira/browse/OFBIZ-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043212#comment-14043212 ]
Pierre Smits commented on OFBIZ-5651:
-------------------------------------
For what it is worth, following executions yielded the same results as reported for the rerun as per Jacopo's suggestion:
java -jar ofbiz.jar setup tomcat5
java -jar ofbiz.jar setup tomcat7
Regards,
Pierre
> 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: Minor
> Attachments: debug.log, ofbiz.log
>
>
> 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)