Skip to content

RDFConnection.fetch() can't Parse DBpedia's IRI #1623

Answered by afs
chenkuncloud asked this question in Q&A
Discussion options

You must be logged in to vote

I was getting a different error from the report.
Are you behind local proxy or firewall?

I can't reproduce the Caused by: java.io.IOException: HTTP/1.1 header parser received no bytes error.

That's an HTTP environment issue. Zero bytes came back from DBPedia or an intermediary - not even the HTTP header.
Presumably this is the Connection reset - the local connection has been unexpected terminated.

Using curl:

 curl -v -L --header 'Accept: text/turtle' http://dbpedia.org/resource/Resource_Description_Framework >BODY 2> HEADERS

works from here - there are several redirection steps, upgrade to HTTP/2 and bouncing between http and https. Any of these may be unsupported by an intermediate.


T…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@chenkuncloud
Comment options

@rvesse
Comment options

@chenkuncloud
Comment options

Comment options

You must be logged in to vote
3 replies
@chenkuncloud
Comment options

@afs
Comment options

@chenkuncloud
Comment options

Answer selected by chenkuncloud
Comment options

You must be logged in to vote
1 reply
@chenkuncloud
Comment options

Comment options

You must be logged in to vote
1 reply
@chenkuncloud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants