You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Tim Harsch <ha...@yahoo.com> on 2011/05/17 13:22:21 UTC

change in Fuseki 0.2.0

I just downloaded the new Fuseki and was trying to start it in the usual way.

C:\apps\fuseki\Fuseki-0.2.0>java -jar fuseki-sys.jar --update --loc=DB /dataset
04:17:41 INFO  Fuseki               :: TDB dataset: directory=DB
Directory not found: DB

The docs still say "Use an existing TDB database.  Create an empty one if it 
does not exist." for --loc parameter.

Tim


Re: change in Fuseki 0.2.0

Posted by Andy Seaborne <an...@epimorphics.com>.

On 17/05/11 12:22, Tim Harsch wrote:
> I just downloaded the new Fuseki and was trying to start it in the usual way.
>
> C:\apps\fuseki\Fuseki-0.2.0>java -jar fuseki-sys.jar --update --loc=DB /dataset
> 04:17:41 INFO  Fuseki               :: TDB dataset: directory=DB
> Directory not found: DB
>
> The docs still say "Use an existing TDB database.  Create an empty one if it
> does not exist." for --loc parameter.
>
> Tim
>

The directory must exist but it need not have a database in it.

It was too easy to get the directory name wrong and create a new 
directory with an empty database.

	Andy