You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/08/20 13:54:45 UTC

[jira] [Created] (JENA-1011) RiotReader.createIteratorTriples causes NPE for some syntaxes.

Andy Seaborne created JENA-1011:
-----------------------------------

             Summary: RiotReader.createIteratorTriples causes NPE for some syntaxes.
                 Key: JENA-1011
                 URL: https://issues.apache.org/jira/browse/JENA-1011
             Project: Apache Jena
          Issue Type: Bug
          Components: RIOT
    Affects Versions: Jena 3.0.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
            Priority: Minor


Some syntaxes (e.g. JSON-LD, TRIX) cause the async thread parsing to throw a null pointer exception.

Changing {{RiotReader:;parse}} to:

    RDFDataMgr.parse(dest, in, baseIRI, lang);

then causes "Producer dead"




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)