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

For two bundled functions examples, gmeans works fine, titleCase does not #58

Open
mark-watson opened this issue Mar 10, 2021 · 0 comments

Comments

@mark-watson
Copy link

I built the two examples as-provided (note that /Users/markwatson/bin/stardog is mapped as a virtual disk in my Stardog Docker container):
git clone https://github.com/stardog-union/stardog-examples.git
cd stardog-examples/examples/function
../../gradlew compileJava -PstardogHome=/Users/markwatson/bin/stardog
cd bin/main; jar cvf ../../mark.jar *
cp mark.jar $(STARDOG_HOME)/
Inside the Docker container running Stardog:
cd /opt/stardog/server
cp /var/opt/stardog/mark.jar ext/

The gmeans function works fine after restarting the container, the titleCase example throws an error: Unrecognized function: tag:stardog:api:titleCase

I made no code changes. Has anyone else seen this problem?

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

1 participant