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 2003/02/12 11:09:23 UTC

DO NOT REPLY [Bug 16986] New: - NullPointerException

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=16986>.
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=16986

NullPointerException

           Summary: NullPointerException
           Product: Xerces2-J
           Version: 2.3.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: XNI
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: Joeseph.Zeldin@borland.com


Exception in thread "main" java.lang.NullPointerException
        at org.apache.xerces.impl.dtd.XMLDTDProcessor.startDTD
(XMLDTDProcessor.java:659)
        at org.apache.xerces.impl.XMLDTDScannerImpl.startEntity
(XMLDTDScannerImpl.java:539)
        at org.apache.xerces.impl.XMLEntityManager.startEntity
(XMLEntityManager.java:905)
        at org.apache.xerces.impl.XMLEntityManager.startDTDEntity
(XMLEntityManager.java:852)
        at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource
(XMLDTDScannerImpl.java:288)
        at MyDTDConfiguration.parse(MyDTDConfiguration.java:34)
        at org.apache.xerces.parsers.DTDConfiguration.parse
(DTDConfiguration.java:595)
        at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
        at MyParser.parse(MyParser.java:79)
        at MyParser.main(MyParser.java:44)

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