You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2015/06/28 17:10:05 UTC

[jira] [Comment Edited] (OFBIZ-6541) OfBiz 13.07.02 POS does not start at Debian 8.1 x64

    [ https://issues.apache.org/jira/browse/OFBIZ-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604714#comment-14604714 ] 

Jacques Le Roux edited comment on OFBIZ-6541 at 6/28/15 3:09 PM:
-----------------------------------------------------------------

This is unfortunately normal. We decided to remove all the specialpurpose components but ecommerce from the R13.07 release. 

Normally you should though be able to check it out (svn) from http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/pos/ (last stable) and copy into your project under specialpurpose. 

You will also need to modify the specialpurpose/build.xml and specialpurpose/component-load.xml to buld and load the POS component. You can take example at 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/build.xml?view=markup
and
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/component-load.xml?view=markup
Of course add only pos...

Another option is to checkout the complete R14.12 branch (not yet officially released) or even the trunk (edge).


was (Author: jacques.le.roux):
This is unfortunately normal. We decided to remove all but the specialpurpose components but ecommerce from the R13.07 release. 

Normally you should though be able to check it out (svn) from http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/pos/ (last stable) and copy into your project under specialpurpose. 

You will also need to modify the specialpurpose/build.xml and specialpurpose/component-load.xml to buld and load the POS component. You can take example at 
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/build.xml?view=markup
and
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/specialpurpose/component-load.xml?view=markup
Of course add only pos...

Another option is to checkout the complete R14.12 branch (not yet officially released) or even the trunk (edge).

> OfBiz 13.07.02 POS does not start at Debian 8.1 x64
> ---------------------------------------------------
>
>                 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
>            Assignee: Jacques Le Roux
>              Labels: newbie
>             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
> $ java -jar ofbiz.jar pos
> ...
> 2015-06-28 13:10:01,543 |main                 |ContainerLoader               |I| Loading container: component-container
> Warning : Module classpath component '/usr/java/packages/lib/amd64' is not valid and will be ignored...
> Warning : Module classpath component '/usr/lib/jni' is not valid and will be ignored...
> ...
> 2015-06-28 13:10:03,134 |main                 |ComponentContainer            |W| Location '/home/ofbiz/apache-ofbiz-13.07.02/applications/accounting/lib/securepay' does not exist
> 2015-06-28 13:10:03,135 |main                 |ComponentContainer            |W| Location '/home/ofbiz/apache-ofbiz-13.07.02/applications/accounting/lib/cybersource' does not exist
> 2015-06-28 13:10:03,135 |main                 |ComponentContainer            |W| Location '/home/ofbiz/apache-ofbiz-13.07.02/applications/accounting/lib/worldpay' does not exist
> 2015-06-28 13:10:03,135 |main                 |ComponentContainer            |W| Location '/home/ofbiz/apache-ofbiz-13.07.02/applications/accounting/lib/worldpay' does not exist
> ...



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