I guess it was the bugfix for long block texts that got fixed after 0.92beta that made this go away. However, the exception should have been a ArrayIndexOutOfBoundsException. Shrug.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39414 On 16.10.2006 09:46:06 Johannes Künsebeck wrote: > Yes, I tried the trunk and it works for me now, too. > -------- Original-Nachricht -------- > Datum: Mon, 16 Oct 2006 08:03:56 +0200 > Von: "Peter" <[EMAIL PROTECTED]> > An: [email protected] > Betreff: RE: OutOfMemoryError with "Hello World" and multicolumn > > > Still works for me (FOP Trunk, Windows XP, Java 1.5) > > > > > -----Original Message----- > > > From: Johannes Künsebeck [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, October 15, 2006 9:44 PM > > > To: [email protected] > > > Subject: Re: OutOfMemoryError with "Hello World" and multicolumn > > > > > > Oh, sorry, I posted the wrong file. Column-count must be 3 for the error > > > to appear. > > > > > > > > > Peter schrieb: > > > >> Can someone reproduce? > > > >> > > > > Works on Windows XP (using fop trunk) and Java 1.5 > > > > > > > > > > > >> -----Original Message----- > > > >> From: Johannes Küpnsebeck [mailto:[EMAIL PROTECTED] > > > >> Sent: Sunday, October 15, 2006 4:15 PM > > > >> To: [email protected] > > > >> Subject: OutOfMemoryError with "Hello World" and multicolumn > > > >> > > > >> Hi, > > > >> > > > >> I'm getting the following error: > > > >> $fop internet_beta.fo.xml test.pdf > > > >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap > > space > > > >> > > > >> The input is a really simple fo-Document (nothing more than a hello > > > >> world) with column-count="3". > > > >> If i set column-count="1" it works, if I shorten the text by a few > > > bytes > > > >> it works, too. I'm sure my heap-space is bigger than the 1477 bytes > > of > > > >> text ;-). > > > >> If I encrease the VM Memory with -Xmx512m, it doesn't help. > > > >> Is there a limit for the length of a text-node? If I split the text > > > with > > > >> a "<fo:block/>" the error disappears. > > > >> > > > >> Versions: > > > >> FOP Version 0.92beta and > > > >> > > > >> java version "1.5.0_05" > > > >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05- > > > b05) > > > >> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, > > > sharing) > > > >> > > > >> on ubuntu linux > > > >> > > > >> Can someone reproduce? Any Ideas? > > > >> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
