I think you want fuseki - server -port 3040
-config=run/confuguration/name.ttl
On Apr 3, 2015 2:06 PM, "Mark D Wood" <[email protected]> wrote:
> Undoubtedly operator error, but I'm trying to migrate my Fuseki 1 style
> config file into the run/configuration files recommended for Fuseki 2, and
> I'm getting an error.
>
> I have a file of the form
>
> run\configuration\NAME.ttl (this is Windows)
>
> and when I start up Fuseki by typing
>
> fuseki-server -port 3040
>
> in the root directory, I get the exception
>
> [2015-04-03 14:01:04] Server ERROR Exception in initialization: Not
> found: NAME.ttl
> [2015-04-03 14:01:04] WebAppContext WARN Failed startup of context
> o.e.j.w.WebAppContext@11e2a4dd
> {/,file:/D:/SrvApps/apache-jena-fuseki-2.0.0/webapp/,STARTING}
>
> org.apache.jena.riot.RiotNotFoundException: Not found: NAME.ttl
> at org.apache.jena.riot.RDFDataMgr.open(RDFDataMgr.java:870)
> at org.apache.jena.riot.RDFDataMgr.open(RDFDataMgr.java:852)
> at org.apache.jena.riot.RDFDataMgr.parse(RDFDataMgr.java:684)
>
> It clearly found the file since it reports it by name, but something
> obviously is not right.
>
> Thanks,
> -Mark
>
>