Migration to FOP 1.0
-------------------- Key: OFBIZ-3871 URL: https://issues.apache.org/jira/browse/OFBIZ-3871 Project: OFBiz Issue Type: Bug Components: ALL APPLICATIONS Affects Versions: SVN trunk Reporter: Erwan de FERRIERES Priority: Minor Fix For: SVN trunk Using FOP 1.0 is breaking the barcode generation. Here is the log messages : 2010-07-21 21:26:57,052 (http-0.0.0.0-8443-4) [FopFactoryConfigurator.java:179:INFO ] Default page-height set to: 11in 2010-07-21 21:26:57,053 (http-0.0.0.0-8443-4) [FopFactoryConfigurator.java:186:INFO ] Default page-width set to: 8.26in 2010-07-21 21:26:57,056 (http-0.0.0.0-8443-4) [ ApacheFopWorker.java:90 :INFO ] FOP-FontBaseURL: http://localhost:8080/ 2010-07-21 21:26:58,374 (http-0.0.0.0-8443-4) [LoggingEventListener.java:82 :ERROR] Image not available. URI: (instream-object). Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for null (No context info available) This may come from the migration associated to fop from xmlgraphics 1.3.1 to 1.4 Tests can be done with OFBiz trunk rev 966285, and just try to print https://localhost:8443/catalog/control/ProductBarCode.pdf?productId=GZ-DIG&productName=Digital%20Gizmo -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-3871. ------------------------------------- Resolution: Fixed > Migration to FOP 1.0 > -------------------- > > Key: OFBIZ-3871 > URL: https://issues.apache.org/jira/browse/OFBIZ-3871 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Priority: Minor > Fix For: SVN trunk > > > Using FOP 1.0 is breaking the barcode generation. > Here is the log messages : > 2010-07-21 21:26:57,052 (http-0.0.0.0-8443-4) [FopFactoryConfigurator.java:179:INFO ] Default page-height set to: 11in > 2010-07-21 21:26:57,053 (http-0.0.0.0-8443-4) [FopFactoryConfigurator.java:186:INFO ] Default page-width set to: 8.26in > 2010-07-21 21:26:57,056 (http-0.0.0.0-8443-4) [ ApacheFopWorker.java:90 :INFO ] FOP-FontBaseURL: http://localhost:8080/ > 2010-07-21 21:26:58,374 (http-0.0.0.0-8443-4) [LoggingEventListener.java:82 :ERROR] Image not available. URI: (instream-object). Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for null (No context info available) > This may come from the migration associated to fop from xmlgraphics 1.3.1 to 1.4 > Tests can be done with OFBiz trunk rev 966285, and just try to print https://localhost:8443/catalog/control/ProductBarCode.pdf?productId=GZ-DIG&productName=Digital%20Gizmo -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891174#action_12891174 ] Erwan de FERRIERES commented on OFBIZ-3871: ------------------------------------------- done at r966662, parameter was missing in fop.xconf > Migration to FOP 1.0 > -------------------- > > Key: OFBIZ-3871 > URL: https://issues.apache.org/jira/browse/OFBIZ-3871 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Priority: Minor > Fix For: SVN trunk > > > Using FOP 1.0 is breaking the barcode generation. > Here is the log messages : > 2010-07-21 21:26:57,052 (http-0.0.0.0-8443-4) [FopFactoryConfigurator.java:179:INFO ] Default page-height set to: 11in > 2010-07-21 21:26:57,053 (http-0.0.0.0-8443-4) [FopFactoryConfigurator.java:186:INFO ] Default page-width set to: 8.26in > 2010-07-21 21:26:57,056 (http-0.0.0.0-8443-4) [ ApacheFopWorker.java:90 :INFO ] FOP-FontBaseURL: http://localhost:8080/ > 2010-07-21 21:26:58,374 (http-0.0.0.0-8443-4) [LoggingEventListener.java:82 :ERROR] Image not available. URI: (instream-object). Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for null (No context info available) > This may come from the migration associated to fop from xmlgraphics 1.3.1 to 1.4 > Tests can be done with OFBiz trunk rev 966285, and just try to print https://localhost:8443/catalog/control/ProductBarCode.pdf?productId=GZ-DIG&productName=Digital%20Gizmo -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |