Error creating pdf Report
------------------------- Key: OFBIZ-2963 URL: https://issues.apache.org/jira/browse/OFBIZ-2963 Project: OFBiz Issue Type: Bug Affects Versions: Release Branch 9.04 Reporter: Matarazzo Angelo Fix For: SVN trunk In https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 or https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions there is a bug creating pdf report. However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759379#action_12759379 ] Jacques Le Roux commented on OFBIZ-2963: ---------------------------------------- It works in English but not in French. I get this error Unable to transform FO file: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: The entity "eacute" was referenced, but not declared. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759453#action_12759453 ] Erwan de FERRIERES commented on OFBIZ-2963: ------------------------------------------- I've took a quick look to this problem, it seems that the error is coming from the labels in the forms, which contain an "é" and which are not interpreted by FOP. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759486#action_12759486 ] Jacques Le Roux commented on OFBIZ-2963: ---------------------------------------- Yes, it comes from "Arrangé" I guess > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762231#action_12762231 ] Joe Eckard commented on OFBIZ-2963: ----------------------------------- [https://demo904.ofbiz.org/catalog/control/ProductBarCode.pdf?productId=GZ-1006&productName=Open%20Gizmo] the error is: {noformat} 2009-10-05 11:50:39,371 (http-0.0.0.0-8443-1) [ RequestHandler.java:697:INFO ] Rendering View [ProductBarCode.pdf], sessionId=B3333719108BBE94E0562113541CD504.jvm1 2009-10-05 11:50:39,880 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 :ERROR] on line 1, column 1 in Mon Oct 05 11:50:39 EDT 2009 renderScreenBegin not found. The problematic instruction: ---------- ==> user-directive renderScreenBegin [on line 1, column 1 in Mon Oct 05 11:50:39 EDT 2009] ---------- Java backtrace for programmers: ---------- freemarker.core.InvalidReferenceException: on line 1, column 1 in Mon Oct 05 11:50:39 EDT 2009 renderScreenBegin not found. at freemarker.core.UnifiedCall.accept(UnifiedCall.java:134) at freemarker.core.Environment.visit(Environment.java:209) at freemarker.core.Environment.include(Environment.java:1482) at org.ofbiz.widget.screen.MacroScreenRenderer.executeMacro(MacroScreenRenderer.java:95) at org.ofbiz.widget.screen.MacroScreenRenderer.executeMacro(MacroScreenRenderer.java:104) at org.ofbiz.widget.screen.MacroScreenRenderer.renderScreenBegin(MacroScreenRenderer.java:112) {noformat} > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762249#action_12762249 ] Jacques Le Roux commented on OFBIZ-2963: ---------------------------------------- Thanks Joe, But I suspect it's not the same error. Actually I even suspect that we reported 3 differents errors here, except if there are accents in Italian too (like é, è, ... in French), but I guess there are none. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762279#action_12762279 ] Joe Eckard commented on OFBIZ-2963: ----------------------------------- The character problem is unrelated to the original issue and the error I posted. The first link in the report: [https://demo.ofbiz.org/example/control/EditExample?exampleId=10001] should actually be: [https://demo904.ofbiz.org/example/control/EditExample?exampleId=10001] since the problem is with the 9.04 branch. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762381#action_12762381 ] Jacques Le Roux commented on OFBIZ-2963: ---------------------------------------- Joe, Could you please open a new Jira ? I will on my side... Thanks > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762658#action_12762658 ] Joe Eckard commented on OFBIZ-2963: ----------------------------------- To recap: all PDF rendering is broken in the 9.04 branch, and this is not related to invalid XML characters, but has something to do with the macro screen rendering. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Eckard updated OFBIZ-2963: ------------------------------ Attachment: OFBIZ-2963.patch renderScreenBegin / renderScreenEnd macros were missing from foScreenMacroLibrary.ftl - copied the trunk version to create this patch. (I do not have framework commit access.) > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Fix For: SVN trunk > > Attachments: OFBIZ-2963.patch > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-2963: ---------------------------------- Assignee: Adrian Crum > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Assignee: Adrian Crum > Fix For: SVN trunk > > Attachments: OFBIZ-2963.patch > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762682#action_12762682 ] Adrian Crum commented on OFBIZ-2963: ------------------------------------ Thanks Joe! Patch committed, rev 822340. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Assignee: Adrian Crum > Fix For: SVN trunk > > Attachments: OFBIZ-2963.patch > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762698#action_12762698 ] Adrian Crum commented on OFBIZ-2963: ------------------------------------ The error message produced by non-US languages is a known problem: http://www.mail-archive.com/dev@.../msg29471.html I was able to reproduce the error in the Example component by switching to Italian. > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Assignee: Adrian Crum > Fix For: SVN trunk > > Attachments: OFBIZ-2963.patch > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2963. ---------------------------------- Resolution: Fixed > Error creating pdf Report > ------------------------- > > Key: OFBIZ-2963 > URL: https://issues.apache.org/jira/browse/OFBIZ-2963 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release Branch 9.04 > Reporter: Matarazzo Angelo > Assignee: Adrian Crum > Fix For: SVN trunk > > Attachments: OFBIZ-2963.patch > > > In > https://demo.ofbiz.org/example/control/EditExample?exampleId=10001 > or > https://demo904.ofbiz.org/ordermgr/control/OrderPurchaseReportOptions > there is a bug creating pdf report. > However I have looked at class ScreenFopViewHandler.java of Branch 9.04 and MacroFormRenderer class is used. > I test with old java file before Rev 763511 and everything works. -- 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 |