When posting a correct big Sparql-File ( containing deletes and updates) using curl,
curl -X POST --data-binary @hashtag.sparql -H "Accept: application/rdf+xml" -H "Content-type: application/sparql-update" http://localhost:7200/repositories/test/statements
i get the following error message
Handler dispatch failed; nested exception is java.lang.StackOverflowError
and the log files contain
at org.eclipse.rdf4j.query.parser.sparql.ast.SyntaxTreeBuilder.UpdateSequence(SyntaxTreeBuilder.java:116)
Is this something i can fix somehow or is this a bug in GraphDB?