Runtime exception with Spreadsheetwrite()
Hi,
We are currently migrating an old CF10 server to CF2018; theres been very few problems. A lot of the pages have the ability to export their views to xls. When the system gets to the SpreadSheetWrite() call, a java runtime reflection exception is thrown:
java.lang.reflect.InvocationTargetException
It seems like java is throwing the error in such a way that CF isnt able to resume so my catch never gets triggered, so I cant get any additional information. Haven't been able to figure out a way to catch and unwind the java error and the CF logs don't seem to have anything in them.
I've tried the traditional CF catch "any" and I've tried catching "java.lang.Exception", but processing seems to end the moment SpreadSheetWrite() is called.
I've also dumped the spreadsheet object prior to the write call, it appears to be properly formed in memory. I tried the same function on multiple sites within the server, they are all exhibiting the same behavior.
Does anyone have any suggestions on how I can possibly catch this exception and unroll it?
any advice would be greatly approeciated
Dave
