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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
        ReportedBy: vhennebert@...


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

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

--- Comment #1 from Vincent Hennebert <vhennebert@...> 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.