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

Serve context.jsonld from file system instead of http #370

Open
dr0i opened this issue Nov 30, 2023 · 0 comments
Open

Serve context.jsonld from file system instead of http #370

dr0i opened this issue Nov 30, 2023 · 0 comments

Comments

@dr0i
Copy link
Member

dr0i commented Nov 30, 2023

We experience sometimes (too) high usage of our web proxy. We will pimp that server, but meanwhile it would be good to avoid these kinds of crashes in future.
The cause:
It seems that if the context.jsonld cannot be loaded by the play app , it crashes (org.apache.jena.riot.RiotException: loading remote context failed: https://lobid.org/gnd/context.jsonld) . From the logs we see that our play app is loading the context.jsonld from this HTTP-URL. Play should load this context from the filesystem , avoiding the proxy , avoiding these kind of crashes.

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