Open scossin opened 2 years ago
When trying to load a RDF4J model in Java
String endpoint = "http://localhost:8889/bigdata/namespace/metadata"; SparqlConnection conn = new SparqlConnection(endpoint); conn.getDBcon().add(main.getSubstances().getModel());
I got a java.lang.IllegalStateException error.
Adding
<Call name="setAttribute"> <Arg>org.eclipse.jetty.server.Request.maxFormContentSize</Arg> <Arg>-1</Arg> </Call>
in jetty.xml configuration file fixed the issue
Temporary fix 1fe3c694eefda903bd288c3a18b8e7715fa3126e :
docker cp jetty.xml blazegrapheds:/usr/local/jetty/etc/jetty.xml
When trying to load a RDF4J model in Java
I got a java.lang.IllegalStateException error.
Adding
in jetty.xml configuration file fixed the issue