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

Sax Parsing  of large  XML files

           Summary: Sax Parsing  of large  XML files
           Product: Xerces-J
           Version: 1.4.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The application that I am writing will be used to parse large data files for 
insertion into a database.  The typical file size will be less then 1 Gig but 
there is a high probability that we will be parsing files larger then 1 - 2 Gig 
size.  I have been testing a 2 Gig data file and it gets about 1.8 Gig of the 
file processed and then I get the following error 

ERROR in PrintUsingSAX: java.lang.RuntimeException: Internal Error: 
fPreviousChunk == NULL
java.lang.RuntimeException: Internal Error: fPreviousChunk == NULL
        at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1111)
        at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1139)
        at ca.ccra.mmfr.helpers.Parser.run(Parser.java:108)

Then the SaxParser drops out and the system assumes that the process completed 
and stops.

Glad for any assistance.
Daryl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to