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

             Summary: Exception parsing turtle
                 Key: STANBOL-920
                 URL: https://issues.apache.org/jira/browse/STANBOL-920
             Project: Stanbol
          Issue Type: Bug
            Reporter: Reto Bachmann-Gmür


The client expiriences the following uploading some turtle content to the 
entityhub:

curl -i -X PUT -H "Content-Type:text/turtle" -T skos.ttl 
"http://localhost:8080/entityhub/entity";
HTTP/1.1 100 Continue

HTTP/1.1 500 Could not initialize class org.openjena.riot.system.IRIResolver
Content-Length: 0
Server: Jetty(6.1.x)


And the following is logged:

09.02.2013 21:11:26.265 *WARN* [89693012@qtp-827822455-36] 
org.apache.felix.http.jetty Error for /entityhub/entity 
(java.lang.NoClassDefFoundError: Could not initialize class 
org.openjena.riot.system.IRIResolver) 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)
        at 
org.apache.clerezza.rdf.core.serializedform.Parser.parse(Parser.java:191)
        at 
org.apache.clerezza.rdf.core.serializedform.Parser.parse(Parser.java:144)
        at 
org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader.parseFromContent(RepresentationReader.java:246)
        at 
org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader.readFrom(RepresentationReader.java:228)
        at 
org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader.readFrom(RepresentationReader.java:71)


--
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