You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Chris Clarke <cc...@talis.com> on 2011/09/08 18:13:58 UTC

Starting fuseki from a configuration file

Hi all,

I'm struggling to get fuseki to start and read config from a configuration file (as documented at http://openjena.org/wiki/Fuseki#Running_a_Fuseki_Server and http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File)

I'm doing:

$ svn co http://jena.svn.sourceforge.net/svnroot/jena/Fuseki/trunk fuseki
$ cd fuseki
$ mvn package
$ ./fuseki-server --config=/tmp/fuseki.ttl

Fuseki says:

  Unknown argument: config

Did I fail the idiot test?

Chris

Head of Product
Talis Education
http://www.talisaspire.com
http://twitter.com/talisaspire
 
Talis Group Limited
43 Temple Row
Birmingham
United Kingdom
B2 5LS

Mobile Number: +44 (0)7595 022154
Email: chris@talisaspire.com


Re: Starting fuseki from a configuration file

Posted by Paolo Castagna <ca...@googlemail.com>.
Dave Reynolds wrote:
> On Thu, 2011-09-08 at 17:13 +0100, Chris Clarke wrote: 
>> Hi all,
>>
>> I'm struggling to get fuseki to start and read config from a configuration file (as documented at http://openjena.org/wiki/Fuseki#Running_a_Fuseki_Server and http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File)
>>
>> I'm doing:
>>
>> $ svn co http://jena.svn.sourceforge.net/svnroot/jena/Fuseki/trunk fuseki
> 
> Fuseki, like all the Jena modules, is now maintained in the Apache
> infrastructure:
>   https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki

By the way, this happened to me as well a couple of times (browsers cache URLs).

Maybe we could delete stuff in SourceForge (history will remain anyway) and
replace it with just a README.txt file with the message "moved here...".
This is what I usually do (for example: https://github.com/castagna/LARQ) to
avoid these problems. History is always there:
https://github.com/castagna/LARQ/commits/master

Paolo

> 
> Or you could use snapshot jar, it is possible to download that from:
> http://openjena.org/repo-dev/org/openjena/fuseki/0.2.1-SNAPSHOT/
> without having to use Maven :)
> 
> Dave
> 
> 


Re: Starting fuseki from a configuration file

Posted by Chris Clarke <cc...@talis.com>.
Excellent, thanks Dave, worked a treat.

Chris

On 8 Sep 2011, at 17:32, Dave Reynolds wrote:

> On Thu, 2011-09-08 at 17:13 +0100, Chris Clarke wrote: 
>> Hi all,
>> 
>> I'm struggling to get fuseki to start and read config from a configuration file (as documented at http://openjena.org/wiki/Fuseki#Running_a_Fuseki_Server and http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File)
>> 
>> I'm doing:
>> 
>> $ svn co http://jena.svn.sourceforge.net/svnroot/jena/Fuseki/trunk fuseki
> 
> Fuseki, like all the Jena modules, is now maintained in the Apache
> infrastructure:
>  https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki
> 
> Or you could use snapshot jar, it is possible to download that from:
> http://openjena.org/repo-dev/org/openjena/fuseki/0.2.1-SNAPSHOT/
> without having to use Maven :)
> 
> Dave
> 
> 

Head of Product
Talis Education
http://www.talisaspire.com
http://twitter.com/talisaspire
 
Talis Group Limited
43 Temple Row
Birmingham
United Kingdom
B2 5LS

Mobile Number: +44 (0)7595 022154
Email: chris@talisaspire.com


Re: Starting fuseki from a configuration file

Posted by Chris Clarke <cc...@talis.com>.
On 8 Sep 2011, at 20:52, Paolo Castagna wrote:

> Of course, Chris knows he is on the bleeding edge when he checks out stuff
> from trunk.
> 
> Chris, welcome on the jena-users mailing list.
> 

Thanks Paolo! 

Chris



Re: Starting fuseki from a configuration file

Posted by Paolo Castagna <ca...@googlemail.com>.
Dave Reynolds wrote:
> On Thu, 2011-09-08 at 17:13 +0100, Chris Clarke wrote: 
>> Hi all,
>>
>> I'm struggling to get fuseki to start and read config from a configuration file (as documented at http://openjena.org/wiki/Fuseki#Running_a_Fuseki_Server and http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File)
>>
>> I'm doing:
>>
>> $ svn co http://jena.svn.sourceforge.net/svnroot/jena/Fuseki/trunk fuseki
> 
> Fuseki, like all the Jena modules, is now maintained in the Apache
> infrastructure:
>   https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki
> 
> Or you could use snapshot jar, it is possible to download that from:
> http://openjena.org/repo-dev/org/openjena/fuseki/0.2.1-SNAPSHOT/
> without having to use Maven :)

Chris knows already how to use Maven (and typing mvn package, when everything
works out of the box is not that bad)!

Being able to: checkout, test, package and run quickly and easily is quite 
useful. I can also pass patches to Chris for him to try, so he can: checkout,
patch, test, package and run Fuseki himself.

For example, a thing we like (and need) is LARQ (which still is not into
Fuseki as something easy to use). My fault, it will get fixed:
https://issues.apache.org/jira/browse/JENA-63

Inviting others to checkout trunk and package stuff themselves, if they want
to, is good since they can "experience" and learn how to compile and test
the software (and this the first step if they want to start looking at source
and/or submit small bug fixes or patches.

Of course, Chris knows he is on the bleeding edge when he checks out stuff
from trunk.

Chris, welcome on the jena-users mailing list.

Paolo

> 
> Dave
> 
> 


Re: Starting fuseki from a configuration file

Posted by Dave Reynolds <da...@gmail.com>.
On Thu, 2011-09-08 at 17:13 +0100, Chris Clarke wrote: 
> Hi all,
> 
> I'm struggling to get fuseki to start and read config from a configuration file (as documented at http://openjena.org/wiki/Fuseki#Running_a_Fuseki_Server and http://openjena.org/wiki/Fuseki#Fuseki_Configuration_File)
> 
> I'm doing:
> 
> $ svn co http://jena.svn.sourceforge.net/svnroot/jena/Fuseki/trunk fuseki

Fuseki, like all the Jena modules, is now maintained in the Apache
infrastructure:
  https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki

Or you could use snapshot jar, it is possible to download that from:
http://openjena.org/repo-dev/org/openjena/fuseki/0.2.1-SNAPSHOT/
without having to use Maven :)

Dave