Here what you could try:
Remove all the older versions of jar from the userlib folder, especially the poi-ooxml libraries. You can also look at the m2ee file in your deployment\log directory which will indicate which versions of libraries are evicted as they might have been replaced by newer versions.
I have not been able to find the root cause of this issue, but the above solution has worked for me multiple times.
Hi Shreyash,
Thanks for your response! I’ve tried a couple of things, one of which was removing all .jar files (I admit, out of frustration) but I still get the same error. I’d need to look into this deeper to understand which new module is conflicting with the current configuration.
Thanks,
Andrew