On 25/07/16 09:47, Stian Soiland-Reyes wrote:
I could replicate this.

stain@biggiebuntu:~/Downloads$ java -jar
/var/www/fuseki/fuseki-server.jar --update --mem /ds
09:45:20 INFO  Dataset: in-memory
09:45:20 WARN  No such directory for static content: /home/stain/Downloads/.
09:45:20 WARN  You may need to set the --pages or --home option to
configure static content correctly
09:45:20 WARN  No pages directory - ./pages

Basically Fuseki can't find its "pages" folder.

Makes sense.

Even a useful log message!

--pages

You will need to start fuseki from the folder /var/www/fuseki/, or set
the variable FUSEKI_BASE

(scrambles around the code trying to remember what it does...)

Fuseki1 used FUSEKI_HOME : --pages is better though.


See http://jena.apache.org/documentation/fuseki2/fuseki-run.html

>>>> java -jar /var/www/fuseki/fuseki-server.jar --update --mem /ds


cd /var/www/fuseki/
then that command line will then find the pages if /var/www/fuseki/ is a complete distribution.

But if you want to run as a server, Fuseki2 is much better for that.

    Andy




On 25 July 2016 at 08:42, Andy Seaborne <[email protected]> wrote:
It's the wrong URL in some way.

    Andy


On 25/07/16 08:39, Sandor Kopacsi wrote:

Does anybody have any idea, what can be the problem, and how can I solve
it?

I started Fuseki successfully, and wanted to open its web UI, as usual on
port 3030, but I have received the error message:

"Error 404: Not Found

Fuseki - version 1.4.0 (Build date: 2016-05-10T11:59:39+0000)"

Thanks,

Sandor


Am 22.07.2016 um 22:09 schrieb Sandor Kopacsi:

Dear Stian,

Thank you for your reaction.

I have started Fuseki from the command line with:

java -jar /var/www/fuseki/fuseki-server.jar --update --mem /ds

as usual. Any other time it worked.

I haven't tried Fuseki 2.4.0 so far.

Best Regards,

Sandor



Am 21.07.2016 um 14:27 schrieb Stian Soiland-Reyes:

How did you start Fuseki, from the command line?

Have you considered trying Fuseki 2.4.0 to see if that makes any
difference?


On 21 July 2016 at 12:37, Sandor Kopacsi
<[email protected]> wrote:

Dear Jena-Fuseki Users,

I started Fuseki successfully, and wanted to open its web UI, as
usual on
port 3030, but I have received the error message:

"Error 404: Not Found

Fuseki - version 1.4.0 (Build date: 2016-05-10T11:59:39+0000)"

What can be the problem, and what should I do?

Thanks in advance.

Best Regards,
Sandor

--
Sandor Kopacsi
Vienna University Computer Center










Reply via email to