|
I am attempting to perform SPARQL update queries using fuseki-server.jar with the following code:
However, it is failing with the following exception:
Initial reaction is that it is a classpath problem but fuseki-server.jar is both included in the build path and in WEB-INF/lib so I'm a bit stuck. The exact same code works perfectly as a standalone Java project. |
|
If it works standalone, and not elsewhere, then it's a setup problem. fuseki-server.jar for 0.2.5 does contain UpdateProcessRemote: unzip -v fuseki-server.jar | grep UpdateProcessRemote.class ==>
Look for other (old) copies of ARQ. |


It looks like you may be running an old version of Fuseki. Please use the latest release.
I'm running Fuseki 0.2.6 which (as far as I can see) is the latest version.
Last release was 0.2.5. If you built 0.2.6, check the build.