Forum Discussion
kbertran99
8 months agoNew Contributor
KarelHusa, krsfst first of all, thank you for your advice. I have finally resolved my issue. Thanks to AI, I understood where my mistake came from.
The soapUI application has no issue. The external libraries are correctly imported at the application’s launch.
Indeed, I do have logs of the type ‘INFO: Adding […jar] to extension classpath’ following the application’s launch.
However, one of them uses (or imports) an org.apache.log4j library which is deprecated.
Hence the error message ‘Could not initialize class …’.
To fix my issue, I have therefore updated the external library so that it no longer references the deprecated library, but the one supported by soapUI (org.apache.logging.log4j).