Java Exception - Excel Workbook loading in Tools 8.59
We have a custom Application Engine program loading data from an excel file. The program is working fine in Tools 8.57 environment but it is failing with a Java exception in Tools 8.59 environment after tools upgrade.
The application engine program is using Java libraries to read the excel file.
Below is the error faced -
Java Exception: org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException: during call of org.apache.poi.ss.usermodel.WorkbookFactory.create. (2,763) SPREADSHEET.Workbook.OnExecute Name:Workbook PCPC:1299 Statement:19 Called from:RUN_PRJ_LO.MAIN.GBL.default.1900-01-01.Step02.OnExecute Statement:6
If anyone has faced this issue before, could you please help with your inputs.