You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/06/16 12:32:01 UTC

[jira] [Resolved] (JENA-964) remove "home" argument from fuseki startup script

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

Andy Seaborne resolved JENA-964.
--------------------------------
       Resolution: Fixed
    Fix Version/s: Fuseki 2.0.1

Thanks for that.  Now fixed in the codebase.

> remove "home" argument from fuseki startup script
> -------------------------------------------------
>
>                 Key: JENA-964
>                 URL: https://issues.apache.org/jira/browse/JENA-964
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0
>            Reporter: Yang Yuanzhe
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Fuseki 2.0.1
>
>
> Hi Andy,
> How is everything going?
> Today I tried to run fuseki as a service with the provided script "fuseki". However it gave me an error "Unknown argument: home". Then inside the script I found
> {noformat}
> if [ ! -z "$FUSEKI_HOME" ]
> then
>     FUSEKI_ADDITIONAL_ARGS=(--home "$FUSEKI_HOME")
> fi
> {noformat}
> However, since fuseki 2.0.0, "--home" has been removed. I guess we need to do corresponding adaptions. 
> Thank you very much and have a nice day.
> Regards,
> Yang



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