So I can try to reproduce the problem (seems something related with some logging libraries)
--
You received this message because you are subscribed to the Google Groups "cumulusrdf" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cumulusrdf-li...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Andrea,
Thank you for your reply.
I have reinstalled Tomcat-7.0.53, Cassandra 1.2.16 and successfully deployed CumulusRDF-1.0.1.war on Tomcat7. My JDK version is : 1.7.0_45.
I have also used the web interface to successfully upload sample data to the storage. Some simple SPARQL queries work well in the web interface as well as in CLI.
However, I cannot run SPARQL Update command to remove the uploaded data. For example, The following command does not work.
java -cp cumulusRDF.jar edu.kit.aifb.cumulus.cli.Main Remove -q 'select ?s ?p ? ?o where {?s ?p ?o .}'
On the other hand, looking at Cassabdra keyspaces, I found KeyspaceCumulus. But I cannot use this keyspace by commands: cqlsh> use KeyspaceCumulus; or cqlsh> delete keyspace KeyspaceCumulus;
Could you please provide a small example by command line to delete data from the CumulusRDF storage?