Regarding the error ,
there should be more details in the Integration Server Error log, you can check the Admin UI → Logs->Error with stacktrace expanded.
Based on this , you can try to confirm if the classes are loaded from OSGI bundles are interfering with the package classloader using the java code mentioned earlier ( class.getProtectionDomain…), try checking for a class within the commons-compress jar.
If the result points to the osgi bundle location, then you can mention in the support ticket that package classloader is not honored.
Edit: I would also suggest to try with a different installation to rule out problems specific to this installation.
-NP
#Java#B2B-Integration#webMethods