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
have only one. I will make that change and test it. THANKS for the info! Jeff -Original Message- From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com] Sent: Thursday, January 22, 2009 4:11 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Out of Memory Error

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.apache.org

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 number of individual invoices

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
- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org -- View this message in context: http://www.nabble.com/Out-of-Memory-error-tp20962360p21063152.html Sent from the FOP - Users mailing list

RE: Out of Memory error

2008-12-12 Thread vsyamala
, if you're rendering files this big, you should use the FileInputStream method. Sean -Original Message- From: vsyamala [mailto:vsyam...@gmail.com] Sent: Thursday, December 11, 2008 1:10 PM To: fop-users@xmlgraphics.apache.org Subject: Out of Memory error Hi, I am trying

RE: Out of Memory error

2008-12-12 Thread Griffin,Sean
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, Thanks for responding. I am using

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.

Out of Memory error

2008-12-11 Thread 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-mail: fop-users-unsubscr

RE: Out of Memory error

2008-12-11 Thread Griffin,Sean
, 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-mail: fop-users-unsubscr

AW: Font autodetection yields Out-of-Memory error

2008-09-09 Thread Ingo Maas
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 reproduce the problem

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

2008-09-09 Thread Adrian Cumiskey
: 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'm guessing

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

2008-09-09 Thread Jeremias Maerki
: 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-Memory error Hi Ingo, Looking at the stack trace it doesn't look to be a problem with font autodetection, more to do

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

2008-09-09 Thread Ingo Maas
: 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's a problem with any

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

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

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

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

Re: Out Of Memory Error

2007-02-06 Thread Jay Bryant
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, I am

Re: out of memory error

2006-08-31 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's a strange

Re: out of memory error

2006-08-10 Thread Louis . Masters
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 files i use to create a PDF

Re: out of memory error

2006-08-09 Thread Luis Ferro
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 additional commands, e

Re: out of memory error

2006-08-09 Thread Luis Ferro
, 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. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: out of memory error

2006-08-09 Thread Luis Ferro
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/out-of-memory-error-tf2044079.html

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

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

Re: out of memory error

2006-08-09 Thread Luis Ferro
://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]

out of memory error

2006-08-03 Thread Madala, Leena \(GE Healthcare, consultant\)
Hello team, Im facing similar issue. Im 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

Re: out of memory error

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

Re: out of memory error

2006-07-26 Thread Jeremias Maerki
: 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 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

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, You probably

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 looked in Java I

RE: out of memory error

2006-07-26 Thread Rick Roen
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 extra large. Does your

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 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:

out of memory error

2006-07-25 Thread Rick Roen
Im 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 (maybe

RE: out of memory error

2006-07-25 Thread Rick Roen
PM To: fop-users@xmlgraphics.apache.org Subject: out of memory error Im 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