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/10/28 17:43:44 UTC

DO NOT REPLY [Bug 48076] New: NPE when rendering a file containing a non-base14 font to IF XML then to PDF

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

           Summary: NPE when rendering a file containing a non-base14 font
                    to IF XML then to PDF
           Product: Fop
           Version: all
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: vhennebert@gmail.com


Created an attachment (id=24435)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24435)
FO file triggering the exception

See attachments. Files should be placed at the root of a FOP copy. To
reproduce:
    fop -c config.xconf non-standard-font -if application/pdf if.xml
    fop -c config.xconf -ifin if.xml non-standard-font.pdf

You get the following exception:
java.lang.NullPointerException: fontName must not be null
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:302)
    at org.apache.fop.cli.IFInputHandler.renderTo(IFInputHandler.java:77)
    at org.apache.fop.cli.Main.startFOP(Main.java:174)
    at org.apache.fop.cli.Main.main(Main.java:205)
Caused by: java.lang.NullPointerException: fontName must not be null
    at org.apache.fop.render.pdf.PDFPainter.getTypeface(PDFPainter.java:285)
    at org.apache.fop.render.pdf.PDFPainter.drawText(PDFPainter.java:320)
    at
org.apache.fop.render.intermediate.IFParser$Handler$TextHandler.endElement(IFParser.java:569)
    at
org.apache.fop.render.intermediate.IFParser$Handler.endElement(IFParser.java:352)
    at
org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1101)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
    at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
    at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:299)
    ... 3 more

-- 
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 48076] NPE when rendering a file containing a non-base14 font to IF XML then to PDF

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

-- 
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 48076] NPE when rendering a file containing a non-base14 font to IF XML then to PDF

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

--- Comment #1 from Vincent Hennebert <vh...@gmail.com> 2009-10-28 09:44:33 UTC ---
Created an attachment (id=24436)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24436)
Font configuration file

-- 
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 48076] NPE when rendering a file containing a non-base14 font to IF XML then to PDF

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

--- Comment #2 from Glenn Adams <gl...@skynav.com> 2012-04-07 01:44:17 UTC ---
resetting P2 open bugs to P3 pending further review

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