You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Prateek (JIRA)" <ji...@apache.org> on 2014/12/29 14:36:13 UTC

[jira] [Issue Comment Deleted] (OFBIZ-5651) java -jar ofbiz.jar -setup tomcat6 generates error

     [ https://issues.apache.org/jira/browse/OFBIZ-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prateek updated OFBIZ-5651:
---------------------------
    Comment: was deleted

(was: I'm getting following error when trying to run the POS in OFBiz. Could someone please help ASAP?

D:\Projects\Apache OFBiz\OFBiz\apache-ofbiz-13.07.01>java -jar ofbiz.jar -pos
Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't not fetch 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)

> 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: specialpurpose/appserver
>    Affects Versions: Release Branch 12.04, Release Branch 13.07, Trunk
>            Reporter: Pierre Smits
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: Trunk
>
>         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.3.4#6332)