Closed agrueneberg closed 10 years ago
In a clean checkout the virtuosoDataSourceProvider bean should be commented out. https://github.com/EBISPOT/lodestar/blob/master/web-ui/src/main/webapp/WEB-INF/ebi-lode-service.xml
To connect to dbpedia with a clean checkout you just need to set the following property in the lode.properties file. lode.sparqlendpoint.url http://dbpedia.org/sparql
Thanks, Simon. In this case it's a simple packaging issue. The ebi-lode-service.xml
configuration file of the WAR downloaded from http://www.ebi.ac.uk/fgpt/sw/downloads/index.html has both virtuosoDataSourceProvider
and jenaVirtuosoConnectionPoolService
uncommented.
Do you mind re-releasing? A lot of people in our division want to deploy their own Lodestar now. Unfortunately, I can't re-package it for them because I cannot access the EBI-internal Maven repositories.
I'm working on a 1.2 release. Checkout the branch called virt-module, you should be able to build a new war with maven without the virtuoso dependencies. Let me know if any problems.
Just released 1.2 code checked into master now. I've also updated the war on http://www.ebi.ac.uk/fgpt/sw/downloads/index.html
It both builds and runs—couldn't be happier! Thanks again, Simon. This is a great tool.
Hi Simon,
the manual states that "a clean install will deploy a Lodestar instance that has been configured to wrap the DBpedia SPARQL endpoint." However, when I drop the WAR file into the webapps folder, the following error is thrown (seems like
port
is omitted if blank, but even if I provide80
in the properties file, it doesn't work):I expected the tool to just work without configuration. I'd rather not create a JNDI resource and just communicate with the DBpedia SPARQL endpoint using HTTP. After seeing "Works with any SPARQL endpoint" in the list of features I got the impression that this should be possible.