Accounts Payable Trial Balance Report Completed With Error: java.lang.NullPointerException
Cause
Bug <<22083976>> - BI-PUBLISHER 10G REHOSTING PATCH FOR BUG 21888922 FOR E-BUSINESS SUITE 12.2.X
Due to a issue in the BI Publisher code the default temp directory specified in the options on the screen cannot be used in all cases.
Solution
Either apply patch <<22083976>> or update the xdo.cfg under $AF_JRE_TOP/jre/lib.
1. Add this property:
<!-- add temp directory information -->
<properties>
<property name="system-temp-dir" value="/tmp">/tmp</property>
</properties>
2. Test the report again
.
Cause
Bug <<22083976>> - BI-PUBLISHER 10G REHOSTING PATCH FOR BUG 21888922 FOR E-BUSINESS SUITE 12.2.X
Due to a issue in the BI Publisher code the default temp directory specified in the options on the screen cannot be used in all cases.
Solution
Either apply patch <<22083976>> or update the xdo.cfg under $AF_JRE_TOP/jre/lib.
1. Add this property:
<!-- add temp directory information -->
<properties>
<property name="system-temp-dir" value="/tmp">/tmp</property>
</properties>
2. Test the report again
.