You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Joe Eckard (JIRA)" <ji...@apache.org> on 2009/10/05 17:56:31 UTC

[jira] Commented: (OFBIZ-2963) Error creating pdf Report

    [ 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.