Chapter IV: A New Error
Good morning, all.
Been getting a flood of error emails generated from production. Related to Apache POI, but something I have never heard of, before.
com/zaxxer/sparsebits/SparseBitSet
java.lang.NoClassDefFoundError
I looked at the line number indicated in the error message. Inside of a cfscript tag:
...
SpreadsheetMergeCells(variables.mySpreadsheet,1,1,1,6);
...
This is from a Cost Estimate form on our Public site.
I've done some digging around, but can't find anything on SparseBitSet. Or, not much, anyway. I think I read somewhere that it's not an actual module, so I am guessing there's no package install that can fix this. Please advise.
WolfShade
UPDATE: This isn't affecting only the Cost Estimate form, it appears to also be affecting a Rates Lookup page that uses Excel files to query rates from one port to another.
