Hi Raphael,
What is module you are using to export in excel?
It'is possible that the version of commons.io is to low; you should try to download the last version (2.16.1 I think) and put the jar in your userlib folder.
Hi Vincent
Thank you for answering, i use the Mendix Excel Export Module: https://marketplace.mendix.com/link/component/726
the given org.apache.commons.io is delivered with the Teamcenter Connector Module: https://marketplace.mendix.com/link/component/111627
Therefor i am not sure if i can simply replace or delete the lib without impacting the functionality of TcConnector Module
BR
Raphael
I use teamcenter connector with a newer version of commons.io and I don't have any issue, so it should not be a problem.
You can try to update the Excel Export Module to have the correct version of lib for this module.
Hi Vincent,
Which exact version of commons.io do you use?
Thanks for your help!
BR
Raphael
I use the commons-io-2.11.0 ;-)
There is a similar issue with the Excel Importer module.
Java.lang.NoSuchMethodError: org.apache.logging.log4j.util.LoaderUtil.getClassLoaders()[Ljava/lang/ClassLoader;
It seems the Teamcenter Connector module is conflicting with some common libraries.