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 2009/04/24 23:33:30 UTC

[jira] Commented: (OFBIZ-2355) ij.ofbiz does not work

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

Jacques Le Roux commented on OFBIZ-2355:
----------------------------------------

Could you please provide a patch ?

http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Thanks

> ij.ofbiz does not work
> ----------------------
>
>                 Key: OFBIZ-2355
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2355
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>         Environment: Linux, SVN Revision: 767865
>            Reporter: Tamer Sezgin
>            Priority: Trivial
>             Fix For: SVN trunk
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> It seems "ij.ofbiz" in the root directory  does not work..
> I could see 2 problems inside.
> 1- HM='-Dderby.system.home=/data/derby'    (There is no "/data/derby" folder.. possibly it should be "/runtime/data/derby")
> 2- CP="-cp $EE/derby.jar:$EE/derbytools.jar"  (There is no derby.jar, and derbytools.jar in the OFBiz package -- but there is derby-10.4.1.3.jar) 
> Suggested Solution:
> 1-  Replace HM='-Dderby.system.home=data/derby'  with HM='-Dderby.system.home=runtime/data/derby'
> 2- Copy derby.jar and derbytools.jar from the derby distribution to "framework/entity/lib/jdbc" directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.