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 ji...@apache.org on 2004/04/12 23:15:45 UTC

[jira] Updated: (XERCERJ-83) Missing startEntity() call (ArrayIndexOutOfBoundsException)

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:14 PM
    Changes:
             Attachment changed from doc.xml
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-83?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-83

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-83
    Summary: Missing startEntity() call (ArrayIndexOutOfBoundsException)
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces2-J

   Assignee: Elena Litani
   Reporter: Petr Kuzel

    Created: Tue, 27 Nov 2001 5:29 AM
    Updated: Mon, 12 Apr 2004 2:14 PM
Environment: Operating System: Linux
Platform: PC

Description:
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)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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