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:30:01 UTC

[jira] [Updated] (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 updated JENA-964:
-------------------------------
    Description: 
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


  was:
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
###
if [ ! -z "$FUSEKI_HOME" ]
then
    FUSEKI_ADDITIONAL_ARGS=(--home "$FUSEKI_HOME")
fi
###
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



> 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, Fuseki 2.0.1
>            Reporter: Yang Yuanzhe
>
> 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)