|
From: Stephane F. <sf...@sm...> - 2010-04-23 04:26:28
|
Hi, I am trying to install BigData using Sesame HTTP Server following the instructions posted at: sourceforge.net/apps/mediawiki/bigdata/index.php?title=Using_Bigdata_with_the_OpenRDF_Sesame_HTTP_Server . My configuration is: JVM: Java 1.6.0.12 Tomcat 6.0.16 Windows XP. I manage to run all the steps except the last one (to run the DemoSesameServer or using the Sesame Workbench). I have the following exception: javax.servlet.ServletException: org.openrdf.repository.RepositoryException: org.openrdf.repository.config.RepositoryConfigException: Unsupported Sail type: bigdata:BigdataSail org.openrdf.workbench.base.TransformationServlet.service(TransformationServlet.java:80) org.openrdf.workbench.base.BaseServlet.service(BaseServlet.java:40) org.openrdf.workbench.proxy.ProxyRepositoryServlet.service(ProxyRepositoryServlet.java:93) org.openrdf.workbench.proxy.WorkbenchServlet.service(WorkbenchServlet.java:131) org.openrdf.workbench.proxy.WorkbenchServlet.service(WorkbenchServlet.java:90) org.openrdf.workbench.proxy.WorkbenchGateway.service(WorkbenchGateway.java:97) org.openrdf.workbench.base.BaseServlet.service(BaseServlet.java:40) org.openrdf.workbench.proxy.CookieCacheControlFilter.doFilter(CookieCacheControlFilter.java:52) This indicates that the BigdataSail Service provider (SPI) is not found by the ServiceRegistry used by Sesame. I checked the jar file bigdata-0.82b-220410.jar in the openrdf-sesame/WEB-INF/lib directory. It contains the META-INF/services with the adequate provider. Any clue how to fix this problem ? Stephane Fellah, MS, B.Sc Lead Software Engineer smartRealm LLC |