From your report, I believe I fixed the issue in trunk at r1722712 using Groovy safe navigation operator
Please create a Jira issue for me to backport to releases branches and create a mean to report in our releases notes Thanks! Jacques Le 03/01/2016 05:27, Tiwonge Kawonga a écrit :
Thanx. You and Swapnil Mane pointed into the right direction which has resolved the issue. Regards Tiwonge Sent from Yahoo Mail on Android From:"Scott Gray" <[email protected]> Date:Sun, 3 Jan, 2016 at 4:42 AM Subject:Re: ofbiz cannot generate pdf invoices That error looks like a bug in CompanyHeader.groovy, it's not check that an address was retrieved before trying to access it. You can work around that issue by adding a "General Location" postal address for the company party. It might not help your currency issue, but will get you one step further along. Regards Scott On 3 January 2016 at 06:15, Tiwonge Kawonga <[email protected]> wrote:Here is part of log print out that may help you to help me. |E| Error rendering screen [component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo]: java.lang.IllegalArgumentException: Error running script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy]: java.lang.NullPointerException: Cannot get property 'countryGeoId' on null object. Rolling back transaction. 2016-01-02 18:26:57,719 |-0.0.0.0-8443-exec-8 |TransactionUtil |W| [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening: java.lang.Exception: Error rendering screen [component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo]: java.lang.IllegalArgumentException: Error running script at location [component://order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy]: java.lang.NullPointerException: Cannot get property 'countryGeoId' on null object at org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:378) [ofbiz-entity-test.jar:?] Thanx in advance Tiwonge Kawonga
