Reto Bachmann-Gmür created STANBOL-1073:
-------------------------------------------

             Summary: exception parsing turtle, nt and n3
                 Key: STANBOL-1073
                 URL: https://issues.apache.org/jira/browse/STANBOL-1073
             Project: Stanbol
          Issue Type: Bug
            Reporter: Reto Bachmann-Gmür


Parsing these formats fail with the following exception:

java.lang.NoClassDefFoundError: Could not initialize class 
org.openjena.riot.system.IRIResolver
        at 
org.openjena.riot.system.JenaReaderRIOT.readImpl(JenaReaderRIOT.java:121)
        at org.openjena.riot.system.JenaReaderRIOT.read(JenaReaderRIOT.java:79)
        at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:226)
        at 
org.apache.clerezza.rdf.jena.parser.JenaParserProvider.parse(JenaParserProvider.java:68)


To reproduce the problem

zz>import org.apache.clerezza.rdf.core.serializedform._  
zz>val p = $[Parser]
zz>import java.io._
zz>val in = new ByteArrayInputStream("<http://example.org/me> 
<http://xmlns.com/foaf/0.1/name> \"Jane Doe\" .".getBytes)
zz>p.parse(in, "text/turtle")




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to