You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
I just installed Blazegraph 2.1.4 on my Mac (OSX 10.13.4) with JRE 10.0.1. When trying to launch the server with: java -server -Xmx800m -jar blazegraph.jar
I get the following error:
ERROR: Banner.java:160: Uncaught exception in thread
java.lang.NullPointerException
at com.bigdata.rdf.sail.webapp.StandaloneNanoSparqlServer.main(StandaloneNanoSparqlServer.java:142)
Extending the start server timeout via -Djetty.start.timeout=60 does not resolve the error. Any ideas how to resolve?
Hi,
I just installed Blazegraph 2.1.4 on my Mac (OSX 10.13.4) with JRE 10.0.1. When trying to launch the server with:
java -server -Xmx800m -jar blazegraph.jarI get the following error:
Extending the start server timeout via
-Djetty.start.timeout=60does not resolve the error. Any ideas how to resolve?Thanks!