CFC suddenly throws errors | spreadsheetDrawing.CTMarker
Hello, all,
I've got a function in a CFC that has been working fine since late 2015. Recently, we are seeing several error emails related to this function.
Message Could not initialize class org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker
StackTrace java.lang.NoClassDefFoundError: Could not initialize class org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker
It indicates that the issue is on line 1030 of the CFC:
SpreadsheetAddImage(variables.ercCEobj,imgBytes,'png','1,7,2,8');
Okay, so obviously "variables.ercCEobj" is an Excel object, and I'm adding a .png image to one of the cells in the main sheet. Like stated, this has been working fine since late 2015. I've checked and the image is, indeed, where it should be.
I just learned that we recently updated the Java (jvk 221 to 231). Wonder if that's the issue? Anyone else experience this?
V/r,
^ _ ^
