Out of Memory Error

2005-02-23 Thread rohit . rastogi
Hi Anyone have an idea about how to increase memory for FOP programaticaly.I get Out of Memory error when I try to user the transform() Method of the Transformer Class Thanks Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Again out of Memory Error -2

2002-06-05 Thread Balaji Loganathan
My xsl snippet. xsl:template match=/ fo:root fo:layout-master-set ... /fo:layout-master-set fo:page-sequence master-reference=... fo:static-content ... fo:static-content fo:flow !-- Table start -- !--

Re: Again out of Memory Error -2

2002-06-05 Thread Cyril Rognon
Ok I'll try to answer both part 1 and 2 here : as for the JVM memory parameter with servlet engines : Your servlet engine is executed in a JVM that must allow you to set memory parameters. I don't know about every ServletEngine or ApplicationServers but you can do this with Tomcat or Websphere

Re: Again out of Memory Error -2

2002-06-05 Thread Balaji Loganathan
Hi Cyril, Thanks a lot for replying. I'm using Tomcat 3.2,so I think there shd be someway to imporve JVM heap size. Now I understood the multiple page sequence advantage.I tried to change my to have XSLT to print 20 rows at a time,still coding/re-coding my XSLT to get a good result and not

Again out of Memory Error

2002-06-04 Thread Balaji Loganathan
Hi, Recently many people were discussing abt avoiding out of memory error,I read previous threads but couldn't able to find solution for me. Is this error related to Number of pages or input xml size.Because i have a xml with 1588 group of element,which i have to render into PDF in table

Re: Again out of Memory Error

2002-06-04 Thread Cyril Rognon
, you wrote: Hi, Recently many people were discussing abt avoiding out of memory error,I read previous threads but couldn't able to find solution for me.

Re: Out of Memory Error !!

2002-05-09 Thread Jeremias Maerki
The problem is probably your page-number-citation that looks up the last page. This is well known to have impact on memory usage, because FOP can render the first page only after the last page has been setup. It has to wait until it knows how many pages your page-sequence has. Take out the

Out of Memory Error !!

2002-05-08 Thread Abhijat Upadhyay
hi there !! i am getting out of memory error when i try to process a very large document containing a single fo:page-sequence tag a single fo:table tag. i have gone thru the mailing list looking for some solution to this problem but though the problems are similar i am not able to figure out

Re: Out of Memory Error !!

2002-05-08 Thread Naveen_Rojanala
PROTECTED]' [EMAIL PROTECTED] @patni.com cc: Subject: Out of Memory Error