Description
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:?]
...