Hi

I was trying to get Fuseki running on MacOS, whereas I followed the instructions at

https://jena.apache.org/documentation/fuseki2/fuseki-quick-start.html

but it did not work. I checked the Tomcat log files and saw the error

[2021-08-27 17:58:23] Config     INFO  FUSEKI_HOME=unset
[2021-08-27 17:58:23] Config     INFO  FUSEKI_BASE=/etc/fuseki
[2021-08-27 17:58:23] Server     ERROR Exception in server initialization
org.apache.jena.fuseki.FusekiConfigException: Failed to create directory: /etc/fuseki

So I created a directory

/Users/michaelwechner/local/apache-jena-fuseki-4.1.0/fuseki_home/base

and set

export FUSEKI_HOME=/Users/michaelwechner/local/apache-jena-fuseki-4.1.0/fuseki_home export FUSEKI_BASE=/Users/michaelwechner/local/apache-jena-fuseki-4.1.0/fuseki_home/base

Would it make sense to add this information to the quick start guide or am I the only one experiencing this problem during setup?

Thanks

Michael

Reply via email to