Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install and run #1

Open
RichDijk opened this issue Oct 31, 2018 · 5 comments
Open

Install and run #1

RichDijk opened this issue Oct 31, 2018 · 5 comments

Comments

@RichDijk
Copy link

Dear Thomas,
Compliments for making SKOS useable. Can you explain how I should make this functionality available on a local machine.
Kind Regards,
Richard

@RichDijk
Copy link
Author

RichDijk commented Nov 1, 2018

Found installable war file on https://bitbucket.org/tfrancart/sparna/overview

@RichDijk RichDijk closed this as completed Nov 1, 2018
@tfrancart
Copy link
Contributor

Hi Richard
This is an old link. Please use the files in the Github release section at https://github.com/sparna-git/skos-play/releases and follow the installation instructions in the wiki at https://github.com/sparna-git/skos-play/wiki/SKOSPlay.
Please comment here if you find anything missing in the install instructions on the wiki.
I am reopening the issue and will (try to) pin it on top so that others can clearly find the path to use SKOS Play on their own.

@tfrancart tfrancart reopened this Nov 5, 2018
@FrankenWhine
Copy link

Hi, I tried running skos-play.war with tomcat in a docker container.
Unfortunately there is an error while deploying skos-play.war:
INFO: validateJarFile(/usr/local/tomcat/webapps/skos-play/WEB-INF/lib/javax.servlet-3.0.0.v201112011016.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Nov 15, 2018 12:30:37 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/usr/local/tomcat/webapps/skos-play/WEB-INF/lib/servlet-api-2.5-20081211.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class

Therefore I decide to compile myself from the downloaded GitHub sources using rdf/skos/pom.xml but get a Dependency error:
Unresolved dependency fr.sparna.rdf:rdf4j-toolkit:jar:0.5-SNAPSHOT

What is missing here? Which POM.XML is the right one for compiling skos-play.war?
Maybe you can help. Many thanks!

@tfrancart
Copy link
Contributor

Hello Richard

The messages you have in Tomcat (INFO: validateJarFile() are "only" info messages, not errors. They won't prevent the application from running. Yet I will see howto remove this (they come from the Google authentication integration)

The rdf4j-toolkit dependency is in this project : https://github.com/sparna-git/rdf4j-toolkit and it was introduced during the Github migration (hence maybe the lack of documentation on this.) So you need to separately checkout rdf4j-toolkit, compile it, and then compile SKOS Play.

@FrankenWhine
Copy link

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants