http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2085

*** shadow/2085 Fri Jun  8 14:46:32 2001
--- shadow/2085.tmp.22073       Fri Jun  8 14:46:32 2001
***************
*** 0 ****
--- 1,44 ----
+ +============================================================================+
+ | Out of memory error when building FO Tree                                  |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2085                        Product: Fop                     |
+ |       Status: NEW                         Version: 0.17                    |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: general                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                       |
+ |  Reported By: [EMAIL PROTECTED]                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I was passing a FO file of about 3 MB in size and it exited with the following 
+ exception: ( It was OK if the input FO file is smaller,say 250K). My max 
+ heapsize was set to 64MB. So if i changed the JVM heapsize it will work for 
+ this 3MB file, but still will fail with a bigger size FO file. I was using 
+ offcial FOP version 0.17.
+ 
+ 
+ java.lang.OutOfMemoryError
+       at org.apache.fop.fo.PropertyListBuilder.makeList
+ (PropertyListBuilder.java, Compiled Code)
+       at java.util.Hashtable.<init>(Hashtable.java, Compiled Code)
+       at org.apache.fop.fo.PropertyList.<init>(PropertyList.java, Compiled 
+ Code)
+       at org.apache.fop.fo.PropertyListBuilder.makeList
+ (PropertyListBuilder.java, Compiled Code)
+       at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java, 
+ Compiled Code)
+       at org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java, 
+ Compiled Code)
+       at org.apache.xerces.validators.common.XMLValidator.callStartElement
+ (XMLValidator.java, Compiled Code)
+       at 
+ org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch
+ (XMLDocumentScanner.java, Compiled Code)
+       at org.apache.xerces.framework.XMLDocumentScanner.parseSome
+ (XMLDocumentScanner.java, Compiled Code)
+       at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:952)
+       at org.apache.fop.apps.Driver.buildFOTree(Driver.java:298)
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to