DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40615>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40615

           Summary: java.lang.OutOfMemoryError: Java heap space
           Product: Fop
           Version: 0.92
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


I have a file demo.fo of 47M. When I process it I have the following error :
Caused by: java.lang.OutOfMemoryError: Java heap space
When I start Fop I use -Xmx1000m but after 1 hour the proces crash
I attach a example of my file demo.fo This is a part of multiple record set.

Thnaks in advance for your support.



The file demo.fo include in the <fo:flow flow-name="xsl-region-body"> only :

        <fo:table border-collapse="collapse" table-layout="fixed" width="100%">
                        <fo:table-column column-width="15pt"/>
                                <fo:table-column column-width="115pt"/>
                                <fo:table-column column-width="140pt"/>
                                <fo:table-column column-width="32pt"/>
                                <fo:table-column column-width="110pt"/>
                                <fo:table-column column-width="40pt"/>
                                <fo:table-column column-width="21pt"/>
                                <fo:table-column column-width="30pt"/>
                                <fo:table-column column-width="37pt"/>
                                <fo:table-column column-width="15pt"/>
                                <fo:table-column column-width="47pt"/>
                                <fo:table-column column-width="17pt"/>
                                <fo:table-column column-width="25pt"/>
                                <fo:table-header>
                                        <fo:table-row>
                                                <fo:table-cell padding-
before="2pt" padding-after="2pt" border="0.25pt solid black">
                                                        <fo:block>
                                                                <fo:marker 
marker-class-name="sk_III">Continued</fo:marker>
                                                        </fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-family="Helvetica"> 
</fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-
family="Helvetica">Column 1</fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-family="Helvetica"> 
</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell padding-
before="2pt" padding-after="2pt" border="0.25pt solid black">
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-family="Helvetica"> 
</fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-
family="Helvetica">Column 2</fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-family="Helvetica"> 
</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell padding-
before="2pt" padding-after="2pt" border="0.25pt solid black">
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-family="Helvetica"> 
</fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-
family="Helvetica">Column 3</fo:block>
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-family="Helvetica"> 
</fo:block>
                                                </fo:table-cell>

                                                ..etc...etc..
                                        </fo:table-row>
                                </fo:table-header>
                                <fo:table-body>
                                        <fo:table-row>
                                                <fo:table-cell border="0.25pt 
solid black" padding-before="2pt" padding-after="2pt">
                                                        <fo:block text-
align="center" font-weight="normal" font-size="8pt" font-
family="Helvetica">a</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell border="0.25pt 
solid black" padding-left="1pt" padding-before="2pt" padding-after="2pt">
                                                        <fo:block font-
weight="normal" font-size="8pt" font-family="Helvetica">a</fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell border="0.25pt 
solid black" padding-left="1pt" padding-before="2pt" padding-after="2pt">
                                                        <fo:block font-
weight="normal" font-size="8pt" font-family="Helvetica"/>
                                                </fo:table-cell>

                                                ..etc...etc..
                                        
                                        </fo:table-row>
                                        <fo:table-row>
                                                <fo:table-cell number-columns-
spanned="12">
                                                        <fo:block/>
                                                </fo:table-cell>
                                        </fo:table-row>
                                </fo:table-body>
                        </fo:table>
                        <fo:block>
                                <fo:marker marker-class-name="sk_III"> 
</fo:marker>
                        </fo:block>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to