You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2009/03/13 14:46:03 UTC

DO NOT REPLY [Bug 46849] New: OutOfMemory or NullPointer exception with short xml/xsl-fo

https://issues.apache.org/bugzilla/show_bug.cgi?id=46849

           Summary: OutOfMemory or NullPointer exception with short
                    xml/xsl-fo
           Product: Fop
           Version: all
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: venayre-m@mgdis.fr
                CC: venayre-m@mgdis.fr


Created an attachment (id=23380)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23380)
xsl-fo file and xml data file in .rar format

Hello

I had no problem with my xsl-fo file used during 2 years with a good result.

But i'm getting OutOfMemory or NullPointer exception when i try to generate a
pdf with the attached data file.

Could you please try to generate it and say if i did something wrong ? 

Thank you for your help

(And sorry for my english)

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

DO NOT REPLY [Bug 46849] OutOfMemory or NullPointer exception with short xml/xsl-fo

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46849





--- Comment #2 from venayre-m@mgdis.fr  2009-03-16 01:08:26 PST ---
Hello,

Thank you for your answer. 

I found where was my problem. I used "keep-together" property on a table. But
with these data, table is longer than my page. I remove this "keep-together"
property, and it works fine.

Sorry but i don't know the exact version i'm using.

Thanks again for you help =)

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

DO NOT REPLY [Bug 46849] OutOfMemory or NullPointer exception with short xml/xsl-fo

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46849

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #4 from Glenn Adams <gl...@skynav.com> 2012-04-01 07:02:27 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

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

DO NOT REPLY [Bug 46849] OutOfMemory or NullPointer exception with short xml/xsl-fo

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46849





--- Comment #1 from Andreas L. Delmelle <ad...@apache.org>  2009-03-13 10:26:43 PST ---
Just ran the attached sample through FOP Trunk without any problems.
Which version do you use exactly?

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

DO NOT REPLY [Bug 46849] OutOfMemory or NullPointer exception with short xml/xsl-fo

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46849


Andreas L. Delmelle <ad...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Andreas L. Delmelle <ad...@apache.org>  2009-03-16 12:49:13 PST ---

Could be you're still on an older version. The OutOfMemory error could indicate
that you're not giving FOP enough memory to work with. This depends on the
settings of the Java runtime, see also:
http://xmlgraphics.apache.org/fop/0.95/running.html#memory (you can add the
-Xmx option to the JAVA_OPTS variable in the fop.bat script)

For now, I'm assuming this 'bug' to be fixed, since I cannot reproduce it.

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