I try to implement a simple "Working with Custom Vocabularies" scenario. Here is a RDF file I got from a Semantic WIki:
http://pastebin.com/TssTjSDD This vocabulary is to be called testMai2013 (i.e I have added that name in indexing.properties) I have added the namespaces: http://127.0.0.1/mediawiki-1.20.4/index.php/Special:ExportRDF/* http://127.0.0.1/mediawiki-1.20.4/index.php/Special:URIResolver/* http://semantic-mediawiki.org/swivt/1.0#* to mappings.txt I created the org.apache.stanbol.data.site.testMai2013-1.0.0.jar and testMai2013.solrindex.zip. The .solrindex.zip file is then stored in stanbol/datafiles/, Stanbol is launched at localhost:8080, the .jar is added as a bundle via the "Bundles" tab of the web console. And then http://localhost:8080/entityhub/site/testMai2013 returns a 404 error. How can I debug such a scenario? Any help is very welcome.
