You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/11/27 14:29:27 UTC

DO NOT REPLY [Bug 5122] New: - Missing startEntity() call (ArrayIndexOutOfBoundsException)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5122>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5122

Missing startEntity() call (ArrayIndexOutOfBoundsException)

           Summary: Missing startEntity() call
                    (ArrayIndexOutOfBoundsException)
           Product: Xerces2-J
           Version: 2.0.0 [beta 3]
          Platform: PC
               URL: http://http://
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DTD
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: petr.kuzel@sun.com


startDocument(locator={publicId=null,systemId="doc.xml",baseSystemId="file:///home/pk97937/prj/is18/s096/doc.xml",lineNumber=1,columnNumber=1},encoding="UTF-8")
 doctypeDecl(rootElement="root",publicId=null,systemId="include.dtd")

startDTD(locator={publicId=null,systemId="include.dtd",baseSystemId="file:///home/pk97937/prj/is18/s096/include.dtd",lineNumber=1,columnNumber=1})
 
startEntity(name="[dtd]",publicId=null,systemId="include.dtd",baseSystemId="file:///home/pk97937/prj/is18/s096/doc.xml",encoding="UTF-8")
   textDecl(version=null,encoding="UTF-8")
   comment(text=" Created by pk97937 on November 27, 2001, 1:52 PM ")
   internalEntityDecl(name="%edef",text="<!ELEMENT emptyDTD
ANY>",nonNormalizedText="<!ELEMENT emptyDTD ANY>")
   startConditional(type=CONDITIONAL_INCLUDE)
    startContentModel(elementName="emptyDTD")
     any()
    endContentModel()
    elementDecl(name="emptyDTD",contentModel="ANY")
error: Parse error occurred - null
java.lang.ArrayIndexOutOfBoundsException
        at org.apache.xerces.impl.dtd.DTDGrammar.endEntity(Unknown Source)
        at org.apache.xerces.impl.dtd.XMLDTDValidator.endEntity(Unknown Source)
        at org.apache.xerces.impl.XMLDTDScannerImpl.endEntity(Unknown Source)
        at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source)
        at org.apache.xerces.impl.XMLEntityManager$EntityScanner.load(Unknown
Source)
        at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.skipSpaces(Unknown Source)
        at org.apache.xerces.impl.XMLDTDScannerImpl.skipSeparator(Unknown
Source)
        at org.apache.xerces.impl.XMLDTDScannerImpl.scanDecls(Unknown Source)
        at
org.apache.xerces.impl.XMLDTDScannerImpl.scanDTDExternalSubset(Unknown Source)
        at
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
        at org.apache.xerces.parsers.StandardParserConfiguration.parse(Unknown
Source)
        at org.apache.xerces.parsers.StandardParserConfiguration.parse(Unknown
Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at xni.DocumentTracer.main(DocumentTracer.java:1198)

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org