I tweaked a SPARQL query (it worked fine earlier) and now I got this exception 
on server side. Is it because the result set is too big? Is there a workaround?


[ERROR] 2015-10-07 11:27:34,561 org.foobar.service.GraphQueryHttpServlet 
executeQueryAndWriteResponse - org.apache.jena.atlas.RuntimeIOException: 
org.eclipse.jetty.io.EofException
    at org.apache.jena.atlas.io.IO.exception(IO.java:222)
    at 
org.apache.jena.atlas.io.BufferingWriter.flushBuffer(BufferingWriter.java:136)
    at org.apache.jena.atlas.io.BufferingWriter.output(BufferingWriter.java:129)
    at org.apache.jena.atlas.io.BufferingWriter.write(BufferingWriter.java:178)
    at org.apache.jena.atlas.io.IndentedWriter.write$(IndentedWriter.java:171)
    at 
org.apache.jena.atlas.io.IndentedWriter.printOneChar(IndentedWriter.java:166)
    at org.apache.jena.atlas.io.IndentedWriter.print(IndentedWriter.java:104)
    at 
com.hp.hpl.jena.sparql.resultset.JSONOutputResultSet.printResource(JSONOutputResultSet.java:240)
    at 
com.hp.hpl.jena.sparql.resultset.JSONOutputResultSet.binding(JSONOutputResultSet.java:171)
    at 
com.hp.hpl.jena.sparql.resultset.ResultSetApply.apply(ResultSetApply.java:49)
    at com.hp.hpl.jena.sparql.resultset.JSONOutput.format(JSONOutput.java:36)
    at 
com.hp.hpl.jena.query.ResultSetFormatter.outputAsJSON(ResultSetFormatter.java:560)
    ...


Thanks,

Z

Reply via email to