RE: OutOfMemoryException while Indexing an XML file/PdfParser

2003-02-19 Thread Pinky Iyer
-Original Message- From: Pinky Iyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 5:23 PM To: Lucene Users List Subject: RE: OutOfMemoryException while Indexing an XML file/PdfParser I am having similar problem but indexing pdf documents using pdfbox parser

RE: OutOfMemoryException while Indexing an XML file

2003-02-18 Thread Rob Outar
Subject: Re: OutOfMemoryException while Indexing an XML file On Friday 14 February 2003 07:27, Aaron Galea wrote: I had this problem when using xerces to parse xml documents. The problem I think lies in the Java garbage collector. The way I solved it was to create It's unlikely that GC

RE: OutOfMemoryException while Indexing an XML file/PdfParser

2003-02-18 Thread Pinky Iyer
Subject: Re: OutOfMemoryException while Indexing an XML file On Friday 14 February 2003 07:27, Aaron Galea wrote: I had this problem when using xerces to parse xml documents. The problem I think lies in the Java garbage collector. The way I solved it was to create It's unlikely that GC

RE: OutOfMemoryException while Indexing an XML file/PdfParser

2003-02-18 Thread Matt Tucker
, February 18, 2003 5:23 PM To: Lucene Users List Subject: RE: OutOfMemoryException while Indexing an XML file/PdfParser I am having similar problem but indexing pdf documents using pdfbox parser (available at www.pdfbox.com). I get an exception saying Exception in thread main

RE: OutOfMemoryException while Indexing an XML file/PdfParser

2003-02-18 Thread Ben Litchfield
, February 14, 2003 8:18 PM To: Lucene Users List Subject: Re: OutOfMemoryException while Indexing an XML file On Friday 14 February 2003 07:27, Aaron Galea wrote: I had this problem when using xerces to parse xml documents. The problem I think lies in the Java garbage collector. The way I solved

RE: OutOfMemoryException while Indexing an XML file

2003-02-14 Thread Marcel Stor
-Original Message- From: Rob Outar [mailto:[EMAIL PROTECTED]] Sent: Freitag, 14. Februar 2003 14:13 To: Lucene Users List Subject: OutOfMemoryException while Indexing an XML file Hi all, I was using the sample code provided I believe by Doug Cutting to index an XML

Re: OutOfMemoryException while Indexing an XML file

2003-02-14 Thread Otis Gospodnetic
Nothing in the code snippet you sent would cause that exception. If I were you I'd run it under a profiler to quickly see where the leak is. You can even use something free like JMP. Otis --- Rob Outar [EMAIL PROTECTED] wrote: Hi all, I was using the sample code provided I believe by

RE: OutOfMemoryException while Indexing an XML file

2003-02-14 Thread Rob Outar
, February 14, 2003 8:21 AM To: Lucene Users List Subject: Re: OutOfMemoryException while Indexing an XML file Nothing in the code snippet you sent would cause that exception. If I were you I'd run it under a profiler to quickly see where the leak is. You can even use something free like JMP

RE: OutOfMemoryException while Indexing an XML file

2003-02-14 Thread Aaron Galea
Users List Subject: RE: OutOfMemoryException while Indexing an XML file So to the best of your knowledge the Lucene Document Object should not cause the exception even though the XML file is huge and 1000's of fields are being added to the Lucene Document Object? Thanks, Rob -Original

Re: OutOfMemoryException while Indexing an XML file

2003-02-14 Thread Tatu Saloranta
On Friday 14 February 2003 07:27, Aaron Galea wrote: I had this problem when using xerces to parse xml documents. The problem I think lies in the Java garbage collector. The way I solved it was to create It's unlikely that GC is the culprit. Current ones are good at purging objects that are