[jira] [Created] (OFBIZ-9438) add gift certificate in purchase order cause exception

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-9438) add gift certificate in purchase order cause exception

Nicolas Malin (Jira)
Wai created OFBIZ-9438:
--------------------------

             Summary: add gift certificate in purchase order cause exception
                 Key: OFBIZ-9438
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9438
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Trunk
         Environment: Go to https://localhost:8443/ordermgr/control/orderentry
open new purchase order
fill info
click 'continue'
fill info
click on 'continue'
click 'Add Gift Certificate'


message...
ERROR rendering error page [/error/error.jsp], but here is the error text: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderEntryCartScreens.xml#AddGiftCertificate]: java.lang.IllegalArgumentException: Error running script at location [component://order/groovyScripts/entry/AddGiftCertificates.groovy]: java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object (Error running script at location [component://order/groovyScripts/entry/AddGiftCertificates.groovy]: java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object)


console output...
2017-06-28 15:39:45,497 |jsse-nio-8443-exec-4 |ScriptUtil                    |W| Error running script at location [component://order/groovyScripts/entry/AddGiftCertificates.groovy]: java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object
java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object
        at org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:60) ~[groovy-all-2.4.12.jar:2.4.12]
        at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:174) ~[groovy-all-2.4.12.jar:2.4.12]
...
2017-06-28 15:39:45,501 |jsse-nio-8443-exec-4 |ModelScreen                   |E| Error rendering screen [component://order/widget/ordermgr/OrderEntryCartScreens.xml#AddGiftCertificate]: java.lang.IllegalArgumentException: Error running script at location [component://order/groovyScripts/entry/AddGiftCertificates.groovy]: java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object. Rolling back transaction.
2017-06-28 15:39:45,503 |jsse-nio-8443-exec-4 |TransactionUtil               |I| Transaction rolled back
2017-06-28 15:39:45,503 |jsse-nio-8443-exec-4 |ControlServlet                |E| Error in request handler:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://order/widget/ordermgr/OrderEntryCartScreens.xml#AddGiftCertificate]: java.lang.IllegalArgumentException: Error running script at location [component://order/groovyScripts/entry/AddGiftCertificates.groovy]: java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object (Error running script at location [component://order/groovyScripts/entry/AddGiftCertificates.groovy]: java.lang.NullPointerException: Cannot get property 'purchaseSurveyId' on null object)
        at org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:179) ~[ofbiz.jar:?]
...
            Reporter: Wai






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)