"[ERROR]: >" resulting in "Exception in thread "main" java.lang.OutOfMemoryError <<no stack trace avalable>>"

Hello,

When I try to convert a a complex xml-file (steerfile which refers to other xml-files) to a pdf-file the first step works : the conversion to a fo-file. But in the second step, the conversion from a fo-file to a pdf-file I get several errors "[ERROR]: >". When I limit the number of pages to 60 I get a well-formed pdf-file but the actual pdf-file I have to produce is almost 1000 pages. On a Linux-workstation this works but my goal is to do it on a windows-pc or server and there lies the problem. After about 100 pages I get the following error after which the program stops : 

Exception in thread "main" java.lang.OutOfMemoryError
		<<no stack available>>


Does anyone know how to solve this problem?


greetz

Received on Friday, 11 July 2003 06:03:42 UTC