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

Eyeserver doesn't start after eye update #18

Closed
bdevloed opened this issue Jan 31, 2018 · 0 comments · Fixed by #19
Closed

Eyeserver doesn't start after eye update #18

bdevloed opened this issue Jan 31, 2018 · 0 comments · Fixed by #19

Comments

@bdevloed
Copy link
Contributor

bdevloed commented Jan 31, 2018

Issue:

$ docker run --name=eye_server -p 8000:8000 bdevloed/eyeserverERROR: Could not start EyeServer
Possibly the eye command could not be found, or /tmp has no write permission.

Error detail:
 gre ** error(process_error(/usr/local/bin/carl,exit(255)),_4250)

Cause:
Since EYE v18.0131.1211 carl is mandatory

Carl follows Turtle and SPARQL instead of the n3 team submission on several points. This includes no longer defaulting the empty prefix to the local namespace of the file.

This leads to an error at initialization, where the test data contains empty prefixes without a prefix declaration.

I'll send a pull request to fix this

bdevloed added a commit to bdevloed/EyeServer that referenced this issue Jan 31, 2018
Fixes eyereasoner#18 by explicitly declaring empty prefix
@bdevloed bdevloed mentioned this issue Jan 31, 2018
RubenVerborgh added a commit that referenced this issue Feb 2, 2018
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 a pull request may close this issue.

1 participant