I'm always getting a NullpointerException
when I launch a SPARQL query with Fuseki. The exception is related to a stats counter, but there doesn't seem to be a way to disable the stats. Please check out my fuseki config file. I launch a POST request via http://localhost/ds/query. The query result is retrieved but the exception is always there, no matter what kind of query I launch. Any idea on how I can prevent this exception?
Jena: 2.12.1, Fuseki: 1.1.1
10:39:17.333 [qtp541304857-19] WARN org.apache.jena.fuseki.Server - Exception on counter inc
java.lang.NullPointerException: null
at org.apache.jena.fuseki.servlets.SPARQL_ServletBase.incCounter(SPARQL_ServletBase.java:190) [jena-fuseki-1.1.1.jar:1.1.1]
at org.apache.jena.fuseki.servlets.SPARQL_ServletBase.executeLifecycle(SPARQL_ServletBase.java:173) [jena-fuseki-1.1.1.jar:1.1.1]
at org.apache.jena.fuseki.servlets.SPARQL_UberServlet.serviceDispatch(SPARQL_UberServlet.java:302) [jena-fuseki-1.1.1.jar:1.1.1]
at org.apache.jena.fuseki.servlets.SPARQL_UberServlet.executeAction(SPARQL_UberServlet.java:210) [jena-fuseki-1.1.1.jar:1.1.1]
at org.apache.jena.fuseki.servlets.SPARQL_ServletBase.execCommonWorker(SPARQL_ServletBase.java:140) [jena-fuseki-1.1.1.jar:1.1.1]
at org.apache.jena.fuseki.servlets.SPARQL_ServletBase.doCommon(SPARQL_ServletBase.java:69) [jena-fuseki-1.1.1.jar:1.1.1]
at org.apache.jena.fuseki.servlets.SPARQL_UberServlet.doPost(SPARQL_UberServlet.java:324) [jena-fuseki-1.1.1.jar:1.1.1]