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

gerbil middleware run problems fix #107

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

eriktks
Copy link
Contributor

@eriktks eriktks commented Sep 5, 2022

When running the gerbil middleware, I encountered the following error messages:

  1. java.lang.NoClassDefFoundError: com/hp/hpl/jena/reasoner/Reasoner:can be fixed by changing the jena version from 4.2.0 to 2.11.1 on line 79 in the file REL/scripts/gerbil_middleware/pom.xml
  2. Unable to load the mojo 'war': can be fixed by explicitly adding war as a plugin in the file REL/scripts/gerbil_middleware/pom.xml
  3. Makefile:4: *** missing separator. Stop.: can be fixed by changing the spaces in the file REL/scripts/gerbil_middleware/Makefile to tabs

Both problems have been fixed in the attached new version of the files pom.xml and Makefile

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

This pull request has not seen recent activity

@github-actions github-actions bot added the Stale label Nov 5, 2022
@KDercksen KDercksen removed the Stale label Nov 15, 2022
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

Successfully merging this pull request may close these issues.

2 participants