You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xmlgraphics.apache.org by bu...@apache.org on 2010/04/14 14:18:53 UTC

DO NOT REPLY [Bug 49121] New: Fop error althoug XMP data is ok.

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

           Summary: Fop error althoug XMP data is ok.
           Product: XMLGraphicsCommons
           Version: 1.3.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XMP
        AssignedTo: general@xmlgraphics.apache.org
        ReportedBy: michael.kuenzli@ipi.ch


Attached XSL-FO cannot be transformed by FOP 0.95 to PDF although the included
XMP-Metadate is XMP-conform (tested on
http://www.pdflib.com/knowledge-base/xmp-metadata/free-xmp-validator/). 

Adding a <rdf:Description> element solves the problem: but it should not be
necessary (in accordance with
http://www.pdflib.com/knowledge-base/xmp-metadata/free-xmp-validator/).

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

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 49121] Fop error although XMP data is ok.

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|XMP                         |general
            Version|1.3.1                       |0.95
            Product|XMLGraphicsCommons          |Fop
   Target Milestone|--                          |---

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

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 49121] Fop error although XMP data is ok.

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fop-dev@xmlgraphics.apache.
                   |                            |org

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

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 49121] Fop error although XMP data is ok.

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

Michael Künzli <mi...@ipi.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Fop error althoug XMP data  |Fop error although XMP data
                   |is ok.                      |is ok.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 49121] Fop error althoug XMP data is ok.

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

--- Comment #1 from Michael Künzli <mi...@ipi.ch> 2010-04-14 08:21:38 EDT ---
Created an attachment (id=25294)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25294)
Erroneous XSL-FO

Received an error doing:
>fop-0.95\fop -fo .\xslfo_xmp_error.xml -pdf .\xslfo_xmp_erro.pdf

14.04.2010 14:08:50 org.apache.fop.cli.Main startFOP
SCHWERWIEGEND: Exception
java.lang.NullPointerException
        at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)
        at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
        at org.apache.fop.cli.Main.startFOP(Main.java:166)
        at org.apache.fop.cli.Main.main(Main.java:197)

---------

java.lang.NullPointerException
        at
org.apache.xmlgraphics.xmp.XMPHandler.endElement(XMPHandler.java:269)
        at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:169)
        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:214)
        at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
        at org.apache.fop.cli.Main.startFOP(Main.java:166)
        at org.apache.fop.cli.Main.main(Main.java:197)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org