[jira] [Created] (OFBIZ-6541) java.io.IOException: Cannot load configuration properties : org/ofbiz/base/start/-pos.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-6541) java.io.IOException: Cannot load configuration properties : org/ofbiz/base/start/-pos.properties

Nicolas Malin (Jira)
Dedet Ok created OFBIZ-6541:
-------------------------------

             Summary: java.io.IOException: Cannot load configuration properties : org/ofbiz/base/start/-pos.properties
                 Key: OFBIZ-6541
                 URL: https://issues.apache.org/jira/browse/OFBIZ-6541
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: 13.07.02
         Environment: Debian 8.1 x64
OpenJDK 8
XFCE 4.10

XFCE 4.10.

$ javac -version
javac 1.8.0_45-internal
$ uname -an
Linux ca01 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux
$ cat /etc/debian_version
8.1
            Reporter: Dedet Ok
             Fix For: 13.07.02


$ 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)