Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenRDF Sesame - 404 error

Tags:

tomcat

rdf

sesame

I have OpenRDF Sesame in my webapps folder under my Apache Tomcat installation. I can access the /openrdf-workbench webapp, but /openrdf-sesame gives me a 404 error.

Literally all it says is:

HTTP Status 404 -

type Status report

message

description The requested resource () is not available.

Apache Tomcat/7.0.26
like image 559
John Thompson Avatar asked Feb 29 '12 15:02

John Thompson


1 Answers

This is a known issue (SES-845) in OpenRDF Sesame in combination with Tomcat 7. The Sesame server runs normally, but there is a problem with the redirect handler in the servlet that handles rendering the HTML interface. As a workaround you can directly access the address openrdf-sesame/home/overview.view from your browser.

like image 77
Jeen Broekstra Avatar answered Sep 18 '22 16:09

Jeen Broekstra