Bug 13824 - java.exe Error
Summary: java.exe Error
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: DOM (show other bugs)
Version: 1.2.3
Hardware: PC other
: P3 major
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-21 17:30 UTC by Narendra
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Narendra 2002-10-21 17:30:20 UTC
Hi,
  I am getting java.exe-Application Error when i am parsing a XML document 
using xercers-1.2.3 DOM parser and JDK is 1.4. The error is very random and the 
application is exited. 
        DOMParser parser = new DOMParser();
        DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
        DocumentBuilder builder = factory.newDocumentBuilder();
        Document doc = builder.newDocument();
        parser.parse(is);
        doc = parser.getDocument();
Please help me immediately.