Hi,

I'm trying to integrate SwiftOWLIM + Sesame + Tomcat. Following the documentation in manuals and forum I put together the steps that follows but I keep failing the deployment:

SwiftOWLIM version 3.0.beta10
Sesame 2.2.4
Apache Tomcat 6.0.18

1.      Unzip tomcat archive into TOMCAT_HOME
2. Add "JAVA_OPTS="-Dinfo.aduna.platform.appdata.basedir=<work_dir>/ aduna_data" to TOMCAT_HOME/bin.catalina.sh where <work_dir> is the fully qualified path of my work dir
3.      Copy openrdf-sesame-2.2.4/war/*.war into TOMCAT_HOME/webapps
4.      Start tomcat
5.      Run openrdf-sesame-2.2.4/bin/console.sh from its own dir
6.      Type: connect http://localhost:8080/openrdf-sesame.
7.      Type: create native. and accept all the default parameters
8. Check the list of repositories from http://localhost:8080/openrdf-workbench and verify that the new repository was created
9.      Stop tomcat
10. Copy swiftowlim-3.0.beta10-sesame-2.0/lib/owlim-3.0.beta10.jar and swiftowlim-3.0.beta10-sesame-2.0/lib/trree-3.0.beta10.jar into TOMCAT_HOME/webapps/openrdf-sesame/WEB-INF/lib 11. Copy swiftowlim-3.0.beta10-sesame-2.0/getting-started/owlim.ttl into <work_dir>/aduna_data/OpenRDF Sesame/templates
12.     Start tomcat
13.     Run openrdf-sesame-2.2.4/bin/console.sh from its own dir
14.     Type: connect http://localhost:8080/openrdf-sesame.
15. Type: create owlim. At this point I get the error "ERROR: No template called owlim found in <work_dir>a/aduna_data/OpenRDF Sesame console/templates"
16.     Quit the console
17. Copy <work_dir>/aduna_data/OpenRDF Sesame/templates into <work_dir>a/aduna_data/OpenRDF Sesame console 18. Repeat steps from 13 to 15 but I get "ERROR: Unsupported Sail type: swiftowlim:Sail"

I also tried to:

1. Add "-Djava.ext.dirs=." to openrdf-sesame-2.2.4/bin/console.sh
2. Delete META-INF/services from swiftowlim-3.0.beta10-sesame-2.0/lib/ trree-3.0.beta10.jar

with no luck.

I searched the forum but I can't find anything I haven't tried already.

Any help is much appreciated.

Thanks


Alessandro


        
_______________________________________________
OWLIM-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/owlim-discussion

Reply via email to