RE: Out of Memory Error from Java

2009-01-26 Thread Steffanina, Jeff
than 4,500 lines I get the out-of-memory error. Currently, the entire invoice is one page-sequence. Your approach appears to solve that problem and will keep the paging in tact. My problem is finding a way to create multiple page-seq inside a single table without ruining the spacing. I am working

RE: Out of Memory Error from Java

2009-01-23 Thread DavidJKelly
uary 22, 2009 4:11 AM > To: fop-users@xmlgraphics.apache.org > Subject: Re: Out of Memory Error from Java > > Steffanina, Jeff wrote: > >> I have: >> FOP 0.95 >> Linux >> Java 1.5 >> My Java starts with memory set as: -

RE: Out of Memory Error from Java

2009-01-22 Thread Steffanina, Jeff
, January 22, 2009 4:11 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Out of Memory Error from Java Steffanina, Jeff wrote: > I have: > FOP 0.95 > Linux > Java 1.5 > My Java starts with memory set as: -Xmx192m > > I can print an unlimited

Re: Out of Memory Error from Java

2009-01-22 Thread Chris Bowditch
where each invoice contains 100 lines of details. Therefore, print a total of 200,000 lines of detail. However, I receive an "Out of Memory" error from Java when I attempt to print a single invoice that contains more than 4,500 lines of detail. Have you read: http://xmlgraphics.

Out of Memory Error from Java

2009-01-21 Thread Steffanina, Jeff
100 lines of details. Therefore, print a total of 200,000 lines of detail. However, I receive an "Out of Memory" error from Java when I attempt to print a single invoice that contains more than 4,500 lines of detail. Other than continuing to increase the amount of memory at startup

Re: Out of Memory error

2008-12-17 Thread vsyamala
max. Well, even 40-50 pages should work nicely, and with 2GB of heap, > I guess this could even be a lot more... > > > Cheers > > Andreas > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.

Re: Out of Memory error

2008-12-12 Thread Andreas Delmelle
On 12 Dec 2008, at 15:28, Griffin,Sean wrote: Hi Sean, Vsyamala, I was assuming you were embedding FOP into your application and calling directly through Java. Since it appears you're launching from the command-line, it's up to the FOP command-line program on how it streams the output. S

RE: Out of Memory error

2008-12-12 Thread Griffin,Sean
to finding the source of your problem: http://xmlgraphics.apache.org/fop/0.94/running.html#memory. Sean -Original Message- From: vsyamala [mailto:vsyam...@gmail.com] Sent: Friday, December 12, 2008 8:12 AM To: fop-users@xmlgraphics.apache.org Subject: RE: Out of Memory error Hi Sean, Tha

RE: Out of Memory error

2008-12-12 Thread vsyamala
fop.render.AbstractRenderer.renderBlocks(AbstractRenderer. > java:526) > at > org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.j > ava:573) > at > org.apache.fop.render.pdf.PDFRenderer.renderBlock(PDFRenderer.java:13 > 29) >

RE: Out of Memory error

2008-12-11 Thread Griffin,Sean
.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer. java:526) Thanks, Vsyamala -- View this message in context: http://www.nabble.com/Out-of-Memory-error-tp20962360p20962360.html Sent from the FOP - Users mailing list archive at Nabble.com. -

Out of Memory error

2008-12-11 Thread vsyamala
nderer. java:526) Thanks, Vsyamala -- View this message in context: http://www.nabble.com/Out-of-Memory-error-tp20962360p20962360.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e

AW: AW: Font autodetection yields Out-of-Memory error

2008-09-09 Thread Ingo Maas
CTED] Gesendet: Dienstag, 9. September 2008 13:16 An: fop-users@xmlgraphics.apache.org Betreff: Re: AW: Font autodetection yields Out-of-Memory error Please note that an OutOfMemoryError can occur anywhere. A stack trace in such a case is not an reliable indicator for a problem. I don't think there&

Re: AW: Font autodetection yields Out-of-Memory error

2008-09-09 Thread Jeremias Maerki
sense to catch EOF here as well? > > Greetings, Ingo > > -Ursprüngliche Nachricht- > Von: Adrian Cumiskey [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 8. September 2008 18:15 > An: fop-users@xmlgraphics.apache.org > Betreff: Re: Font autodetection yields Out-of

Re: AW: Font autodetection yields Out-of-Memory error

2008-09-09 Thread Adrian Cumiskey
endet: Montag, 8. September 2008 18:15 An: fop-users@xmlgraphics.apache.org Betreff: Re: Font autodetection yields Out-of-Memory error Hi Ingo, Looking at the stack trace it doesn't look to be a problem with font autodetection, more to do with a parsing problem on one of your PFM files. I

AW: Font autodetection yields Out-of-Memory error

2008-09-09 Thread Ingo Maas
e.org Betreff: Re: Font autodetection yields Out-of-Memory error Hi Ingo, Looking at the stack trace it doesn't look to be a problem with font autodetection, more to do with a parsing problem on one of your PFM files. I'm guessing it must be an erroneous one as I wasn't able to r

Re: Font autodetection yields Out-of-Memory error

2008-09-08 Thread Adrian Cumiskey
Hi Ingo, Looking at the stack trace it doesn't look to be a problem with font autodetection, more to do with a parsing problem on one of your PFM files. I'm guessing it must be an erroneous one as I wasn't able to reproduce the problem with the PFM font file that I tried. Could you try isola

Font autodetection yields Out-of-Memory error

2008-09-08 Thread Ingo Maas
Hallo, In font autodetection seems to be a bug, introduced sometime in June/July. I hoped that this has been fixed in 0.95 or current trunk, but it has not. See stacktrace for current trunk below. Regards, Ingo Stacktrace: java.lang.OutOfMemoryError: Java heap space at java.lang

Re: Out Of Memory Error

2007-02-06 Thread Jay Bryant
x27;t have images (they were data catalogs for a data warehouse). Jay Bryant Bryant Communication Services - Original Message - From: [EMAIL PROTECTED] To: fop-users@xmlgraphics.apache.org Sent: Tuesday, February 06, 2007 4:54 PM Subject: Out Of Memory Error Hello All,

Re: Out Of Memory Error

2007-02-06 Thread Roland Neilands
Check the FAQ: http://xmlgraphics.apache.org/fop/0.93/running.html#memory Regards, Roland [EMAIL PROTECTED] wrote: Hello All, I am trying to convert a huge XML document(approx about 110 pages long, 777KB) into a pdf document using an FO transformation. But it gives me the following error

Out Of Memory Error

2007-02-06 Thread Krishna . Cherla
Hello All, I am trying to convert a huge XML document(approx about 110 pages long, 777KB) into a pdf document using an FO transformation. But it gives me the following error. Exception in thread "main" java.lang.OutOfMemoryError Can anybody guide me as to what is going wrong? Is there a limit on

Re: out of memory error

2006-08-30 Thread Jeremias Maerki
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

Re: out of memory error

2006-08-30 Thread Naveen Bandhu
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. As per the fix in trunk, PageSequence.java has new method public void

Re: out of memory error

2006-08-10 Thread Louis . Masters
Please respond to fop-users@xmlgraphics.apache.org To fop-users@xmlgraphics.apache.org cc Subject Re: out of memory error On Aug 9, 2006, at 14:34, Luis Ferro wrote: Hi, > I'm using the latest fop version from svn as of yesterday... > > In the attachment i send the

Re: out of memory error

2006-08-09 Thread Luis Ferro
message in context: http://www.nabble.com/out-of-memory-error-tf2044079.html#a5738048 Sent from the FOP - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: out of memory error

2006-08-09 Thread Jeremias Maerki
Not sure that playing with the page-masters will really help. I don't think they have an influence here. I've just committed a helper XSLT [1] which can split Luis' FO file at page-sequence boundaries. It reveals that one of the page-sequences alone makes up 18MB out of the 23MB of the full FO fil

Re: out of memory error

2006-08-09 Thread Andreas L Delmelle
On Aug 9, 2006, at 19:27, Luis Ferro wrote: Hi, It has LOADS of page sequences... it's a book with 2500 pages where from 3 or 4 pages, the "template" changes from one column page to 2 column page... Is there a better way of doing this "swap" of columns? Not that I'm aware of... (you're u

Re: out of memory error

2006-08-09 Thread Luis Ferro
... (my machine has a top of 1.5Gb adressable to java...)... Will try now to simplefy everything as best as i can... How can i test if there is memory leaks somewhere (i'm a programmer but i'm very very green in java)? Cheers... LF -- View this message in context: http://www.nabble.com

Re: out of memory error

2006-08-09 Thread Andreas L Delmelle
On Aug 9, 2006, at 14:34, Luis Ferro wrote: Hi, I'm using the latest fop version from svn as of yesterday... In the attachment i send the files i use to create a PDF with the index and one chapter of the book. The index references are all turned off but it still gets out of heap... When

Re: out of memory error

2006-08-09 Thread Luis Ferro
thru tomcat it was giving problems, but that is another issue) Cheers... LF -- View this message in context: http://www.nabble.com/out-of-memory-error-tf2044079.html#a5728922 Sent from the FOP - Users forum at Nabble.com. -

Re: out of memory error

2006-08-09 Thread Luis Ferro
eutico/extranet/makebook/output/makebook_done_wi th_images_1.fo:3978:33 No meaningful layout in block after many attempts. Infin ite loop is assumed. Processing halted. Hope this "sheeds some light" on the problems... LF -- View this message in context: http://www.nabble.com/out-of-me

Re: out of memory error

2006-08-09 Thread Luis Ferro
vn_20060807.zip memory_problem_thrunk_svn_20060807.zip -- View this message in context: http://www.nabble.com/out-of-memory-error-tf2044079.html#a5724811 Sent from the FOP - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: out of memory error

2006-08-03 Thread Jeremias Maerki
8.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

out of memory error

2006-08-03 Thread Madala, Leena \(GE Healthcare, consultant\)
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

Re: out of memory error

2006-07-26 Thread Jeremias Maerki
Yes. I'm pretty sure you won't need to clear the image cache anymore. BTW, I'd appreciate feedback concerning memory consumption if anyone runs the latest FOP Trunk with many images. It would be good to know if I really hit the right nail. On 26.07.2006 18:27:39 Dominic Brügger wrote: > Is the pro

Re: out of memory error

2006-07-26 Thread Dominic Brügger
Is the problem with the image cache that I described a few weeks ago now solved too?On 26.07.2006, at 15:07, Jeremias Maerki wrote:Change was last week.On 26.07.2006 14:38:39 Rick Roen wrote: Jeremias - I am running from trunk code from about a month ago.  Have youdone some memory adjustments since

Re: out of memory error

2006-07-26 Thread Jeremias Maerki
Change was last week. On 26.07.2006 14:38:39 Rick Roen wrote: > Jeremias - I am running from trunk code from about a month ago. Have you > done some memory adjustments since then? Jeremias Maerki - To unsubscribe, e-mail: [EMA

Re: out of memory error

2006-07-26 Thread Chris Bowditch
Rick Roen wrote: Jeremias - I am running from trunk code from about a month ago. Have you done some memory adjustments since then? I remember I used to have extra large resulting PDF files when I had an image that did not have a color table (or something ?), but the trunk code brought a 225KB

RE: out of memory error

2006-07-26 Thread Rick Roen
the trunk code brought a 225KB file back down to 25KB. Rick -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 2:00 AM To: fop-users@xmlgraphics.apache.org Subject: Re: out of memory error 20 to 25 pages does not really count as "ext

RE: out of memory error

2006-07-26 Thread Bert Strobbe
EMAIL PROTECTED] Verzonden: woensdag 26 juli 2006 9:03 Aan: fop-users@xmlgraphics.apache.org; [EMAIL PROTECTED] Onderwerp: RE: out of memory error > -Original Message- > From: Rick Roen [mailto:[EMAIL PROTECTED] > > Update... > > I was googling in the wrong place. When I lo

RE: out of memory error

2006-07-26 Thread Pascal Sancho
> -Original Message- > From: Rick Roen [mailto:[EMAIL PROTECTED] > > Update... > > I was googling in the wrong place. When I looked in Java I > found the switch "-XX:+AggessiveHeap" which fixed the problem. > > Is this the best switch to use, or is there something better? Hi Rick, Yo

Re: out of memory error

2006-07-26 Thread Jeremias Maerki
t; > > > Rick > > > > _ > > From: Rick Roen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 4:12 PM > To: fop-users@xmlgraphics.apache.org > Subject: out of memory error > > > > I'm running FOP from the current build of

RE: out of memory error

2006-07-25 Thread Rick Roen
, 2006 4:12 PM To: fop-users@xmlgraphics.apache.org Subject: out of memory error   I’m running FOP from the current build of about a month ago on XP Pro SP2 1.5GB RAM   I have a command line routine that runs sales documents (packing list, invoice etc.) from xml  .-> xslt (using Saxon 8 )-&

out of memory error

2006-07-25 Thread Rick Roen
I’m running FOP from the current build of about a month ago on XP Pro SP2 1.5GB RAM   I have a command line routine that runs sales documents (packing list, invoice etc.) from xml  .-> xslt (using Saxon 8 )->pdf.   This works with no problem except when I have an extra large document (m