On 20/08/13 03:49, Steven Seida wrote:
I am attempting to install SDB per instructions at http://jena.apache.org/documentation/sdb/index.html but I am unable to complete the SDB test of: bin/sdbtest --sdb=sdb.ttl testing/manifest-sdb.ttl I have two issues: 1. the jena-sdb-1.3.6 that I downloaded (by its lonesome) from http://www.apache.org/dist/jena/binaries/ has no .../testing/ directory after extraction. 2. But probably more importantly, when I run the command (in cygwin): bin/sdbtest --sdb=sdb.ttl testing/manifest-sdb.ttl it says: Error: Could not find or load main class sdb.sdbtest The other test command: bin/sdbconfig --sdb=sdb.ttl --create runs fine with no complaints. Help is much appreciated - Thanks, Steven
sdbtest is part of the tests artifact and is not included in the binary download.
I've updated the documents for the next time the website is released. draft: http://jena.staging.apache.org/documentation/sdb/ The staging site also includes the text: [[ Use of SDB for new applications is not recommended. This component is "maintenance only". TDB is faster, more scalable and better supported than SDB. ]] You can get everything from the code area if you want to. Andy
