On 30.08.2006 17:30:09 Naveen Bandhu wrote: > > Currently we are using fop version 0.20.5, and get Out of memory error. I > have seen the fix in trunk but we cant use the trunk because of the changes > we have to do for XSL files to make our them compatiable to trunk version.
That's a strange excuse for not upgrading. The newer FOP releases are much more conformant to the XSL spec, whereas 0.20.5 did many things wrong. Usually, a stylesheet is updated for the latest release in a couple of hours. > As per the fix in trunk, PageSequence.java has new method public void > releasePageSequence(). I would like to do changes to fop_0.20.5, from where > should I start? what all the classes to modified? I am trying to debug to > find it myself but seems to be time consuming and im worried about side > effects. Frankly, that's the wrong approach. You'd invest a lot of time in a software that's no longer maintained. The latest releases are coming from a new line of development where lots of things have changed. The whole layout engine is new. It might not at all be possible to port the "releasePageSequence()" changes to FOP 0.20.5. Furthermore, you don't tell us anything about the document you're having problems with (type of document, size, number of images, number of page-sequences...). We don't know if you've tried all the tips and work-arounds we published. I would at least give FOP 0.92beta (or FOP Trunk) a try. > Thanks, Naveen > > > > Leena, > you don't say what FOP version you're using, but would you please getthe > latest code (FOP Trunk) from SVN and recheck if you get anyimprovements? > I've just committed a fix for a memory-leak which mightimprove your > situation. Please report back on the results.On 03.08.2006 09:06:34 Madala, > Leena \(GE Healthcare, consultant\) wrote:> Hello team,> > I'm facing > similar issue. I'm getting out of memory error, when trying> to generate a > report.> I have checked FAQ and tried all the options provided there...> > I > tried increasing Java virtual memory to 1024M and also removed page> > citation in the report generated. I also tried with new beta version of> > fop.jar.> It didn't help.> > Report which is to be generated will generate > approximately 70 pages for> 40 records in database. It works fine for 40 > records.> We have to generate a similar report for 700 records. Report > doesn't> contain any images. It has table for every 2 pages.> Please help me > resolve the issue. > > Thanks for your time> > Thanks & Regards,> Leena > Madala Jeremias Maerki----------------- Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
