On 10/12/13 14:33, Martynas Jusevičius wrote:
Hey,

after upgrade to 2.11.0 I get this exception during Graph Store
Protocol request:

org.apache.jena.atlas.web.HttpException: 411 - Length Required
org.apache.jena.riot.web.HttpOp.exec(HttpOp.java:1020)
org.apache.jena.riot.web.HttpOp.execHttpPost(HttpOp.java:633)
org.apache.jena.riot.web.HttpOp.execHttpPost(HttpOp.java:601)
org.apache.jena.web.DatasetGraphAccessorHTTP.doPost(DatasetGraphAccessorHTTP.java:184)
org.apache.jena.web.DatasetGraphAccessorHTTP.httpPost(DatasetGraphAccessorHTTP.java:179)
org.apache.jena.web.DatasetAdapter.add(DatasetAdapter.java:98)
org.graphity.server.util.DataManager.addModel(DataManager.java:440)

Has something changed wrt to Content-Length? I guess I'll need to
extend DatasetGraphAccessorHTTP... Or is there an easier way to work
around this?

Martynas
graphityhq.com


Looks like the server not liking the client request - what did the server say about the request? (and what is the server?)

ARQ like to stream - and that means no content length.

What does the Jena code from the version you are upgarding for under DatasetGraphAccessorHTTP look like?

        Andy

Reply via email to