Jos created JENA-355:
------------------------
Summary: eyeball throws exception on simple file
Key: JENA-355
URL: https://issues.apache.org/jira/browse/JENA-355
Project: Apache Jena
Issue Type: Bug
Components: Eyeball
Affects Versions: Jena 2.10.0
Reporter: Jos
Running
java -cp
lib/slf4j-api-1.7.2.jar:lib/eyeball.jar:lib/jena-core-2.7.4.jar:lib/xerces-j2.jar:lib/batik-ext.jar:lib/jena-iri-0.9.4.jar
jena.eyeball -check a.xml
with contents of a.xml: "<a/>" gives this exception:
Caused by: java.lang.NullPointerException
at
com.hp.hpl.jena.rdf.arp.impl.XMLHandler.endElement(XMLHandler.java:135)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
at org.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(Unknown
Source)
at org.apache.xerces.impl.XMLNamespaceBinder.endElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown
Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown
Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at
com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:155)
at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:173)
at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:160)
at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:232)
at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:99)
at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:241)
at
com.hp.hpl.jena.util.FileManager.readModelWorker(FileManager.java:375)
at
com.hp.hpl.jena.util.FileManager.loadModelWorker(FileManager.java:306)
at com.hp.hpl.jena.util.FileManager.loadModel(FileManager.java:258)
at
com.hp.hpl.jena.eyeball.inspectors.VocabularyInspector.<init>(VocabularyInspector.java:50)
at
com.hp.hpl.jena.eyeball.inspectors.VocabularyInspector.<init>(VocabularyInspector.java:37)
... 42 more
--
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