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
The text was updated successfully, but these errors were encountered:
mehalaga
changed the title
java.lang.RuntimeException: Not set: com.bigdata.journal.IIndexManager Erroe when starting server from code
java.lang.RuntimeException: Not set: com.bigdata.journal.IIndexManager Error when starting server from code
May 24, 2022
Hi, I am trying to start a server from code referring to https://github.com/blazegraph/database/blob/master/blazegraph-jar/src/main/java/com/bigdata/rdf/sail/webapp/StandaloneNanoSparqlServer.java
However, I am getting the java.lang.RuntimeException: Not set: com.bigdata.journal.IIndexManager error after executing StandaloneNanoSparqlServer.awaitServerStart(server).
indexManager parameter was set to null when creating a new instance of the StandaloneNanoSparqlServer.
The text was updated successfully, but these errors were encountered: