DataImporter fails due to dependency conflicts

0
Hello all,   we are using Mendix DataImporter Marketplace Module and face an issue when importing an excel file (see attached screenshots and files). Somehow a method in the "org.apache.commons.io"  could not be found.   An error occurred while executing an action of TRB.ReportImport_Overview.actionButton9: Expected response body to be JSON. Instead received: "" Error: An error occurred while executing an action of TRB.ReportImport_Overview.actionButton9: Expected response body to be JSON. Instead received: ""    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638695895492980963:61:176091    at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638695895492980963:19:6830)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638695895492980963:19:6731)    at O (http://localhost:8080/mxclientsystem/mxui/mxui.js?638695895492980963:59:5099)     java.lang.NoSuchMethodError: 'org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream$Builder org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream.builder()'    at org.apache.poi.util.IOUtils.peekFirstNBytes(IOUtils.java:144)    at org.apache.poi.poifs.filesystem.FileMagic.valueOf(FileMagic.java:209)    at org.apache.poi.openxml4j.opc.internal.ZipHelper.verifyZipHeader(ZipHelper.java:143)    at org.apache.poi.openxml4j.opc.internal.ZipHelper.openZipFile(ZipHelper.java:201)    at org.apache.poi.openxml4j.opc.ZipPackage.<init>(ZipPackage.java:166)    at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:282)    at org.apache.poi.xssf.usermodel.XSSFWorkbookFactory.create(XSSFWorkbookFactory.java:155)    at org.apache.poi.xssf.usermodel.XSSFWorkbookFactory.create(XSSFWorkbookFactory.java:36)    at org.apache.poi.ss.usermodel.WorkbookFactory.lambda$create$4(WorkbookFactory.java:311)    at org.apache.poi.ss.usermodel.WorkbookFactory.wp(WorkbookFactory.java:329)    at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:311)    at dataimporter.implementation.service.ExcelDataReader.<init>(ExcelDataReader.java:30)    at dataimporter.factory.ExcelDataProcessor.parseData(ExcelDataProcessor.java:45)    at dataimporter.actions.DataImport.parseSheetData(DataImport.java:243)    at dataimporter.actions.DataImport.getMendixObjectList(DataImport.java:232)    at dataimporter.actions.DataImport.executeAction(DataImport.java:103)    at dataimporter.actions.DataImport.executeAction(DataImport.java:42)    at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)    at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)    at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:105)    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104)    at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:59)    at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:35)    at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:11)    at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:38)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:29)    at scala.Option.flatMap(Option.scala:283)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:26)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:176)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:116)    at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)    at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)    at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:105)    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104)    at com.mendix.basis.component.ExecutionCore.doExecuteSync(ExecutionCore.scala:144)    at com.mendix.basis.component.ExecutionCore.doExecuteSync$(ExecutionCore.scala:143)    at com.mendix.basis.component.InternalCore.doExecuteSync(InternalCore.scala:24)    at com.mendix.basis.component.ExecutionCore.executeSync(ExecutionCore.scala:93)    at com.mendix.basis.component.ExecutionCore.executeSync$(ExecutionCore.scala:90)    at com.mendix.basis.component.InternalCore.executeSync(InternalCore.scala:24)    at com.mendix.modules.microflowengine.MicroflowExecuter$.executeSync(MicroflowExecuter.scala:19)    at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:29)    at scala.Option.flatMap(Option.scala:283)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:26)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:176)    at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:116)    at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)    at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)    at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:105)    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:104)    at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:64)    at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.runMicroflow(MicroflowRuntimeOperationExecutor.scala:88)    at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.$anonfun$apply$7(MicroflowRuntimeOperationExecutor.scala:61)    at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30)    at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$1(RegularClientAction.scala:72)    at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:46)    at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:43)    at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:66)    at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:70)    at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:66)    at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.apply(MicroflowRuntimeOperationExecutor.scala:62)    at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:66)    at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:25)    at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30)    at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:121)    at scala.util.Try$.apply(Try.scala:210)    at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:121)    at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:119)    at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$6(ContextHandling.scala:59)    at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)    at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52)    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)    at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52)    at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:59)    at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:33)    at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:95)    at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:30)    at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:22)    at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:95)    at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:119)    at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)    at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14)    at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10)    at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:95)    at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:116)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:95)    at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:68)    at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:37)    at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:54)    at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:54)    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)    at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:54)    at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:686)    at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:590)    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)    at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)    at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170)    at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)    at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1580)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1553)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306)    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)    at org.eclipse.jetty.server.Server.handle(Server.java:563)    at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598)    at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753)    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501)    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287)    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)    at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277)    at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199)    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969)    at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194)    at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149)    at java.base/java.lang.Thread.run(Thread.java:829)         I switched between different version of DataImporter module (also to the latest one) - but always face this issue. I already synchronized all dependencies in Studio Pro but it did not help (see "SyncDependenciesDidNotHelp.PNG"). Also deleting the whole userlib-folder and reimporting ALL marketplace modules did not solve the problem...     Any ideas? We are blocked deploying our application (which is already on production) like this :(
asked
4 answers
1

It looks like you have a lot of versions of various jar files. I can see 3 versions of commons-io in there.

 

commons-io-2.11.0.jar

commons-io-2.8.0.jar

commons-io-commons-io-2.11.0.jar

 

I would just keep commons-io-2.11.0.jar and delete the other two. Maybe move them to another directory outside the project so you can restore them if necessary.

 

Another approach could be to create a branch of you project and to just wipe contents of the userlib, but keeping the modules in the application itself, then reinstalling the modules your application uses from the marketplace. This should just install the latest versions of the necessary .jar files so you don't have all the legacy files in there. If this works, merge the branch back to your mainline.

 

I hope this helps.

answered
0

This usually happens if you have multiple versions of the same jar files in your project's userlib folder. The application may be picking up an older version without the required method.

 

To fix this, go into your userlib and look for .jar files with the same name, but different version numbers. If there are duplicates, delete all but the one with the highest version number. This should fix your problem.

 

Good luck!

answered
0

Hi Robert, 

 

thanks for your answer. I thought this problem should be because of "apache.commons". But i couldn´t find any duplicate names with different numbers for that jar file...

 

Do you have any hint? 

Here´s the list of all files in the whole userlib directory:

 

.keep.SAML20-module.Required
animal-sniffer-annotations-1.17.jar
animal-sniffer-annotations-1.17.jar.CommunityCommons.RequiredLib
bcpg-jdk15on-1.69.jar
bcpg-jdk15on-1.69.jar.Encryption.RequiredLib
bcpg-jdk15on-1.70.jar
bcpg-jdk15on-1.70.jar.Encryption.RequiredLib
bcpg-jdk15on-164.jar
bcpg-jdk15on-164.jar.Required
bcpg-jdk18on-1.75.jar
bcpg-jdk18on-1.75.jar.Encryption.RequiredLib
bcpkix-jdk15on-1.67.jar
bcpkix-jdk15on-1.67.jar.SAML20-module.Required
bcpkix-jdk15on-1.69.jar
bcpkix-jdk15on-1.69.jar.Encryption.RequiredLib
bcpkix-jdk15on-1.69.jar.SAML20-module.Required
bcpkix-jdk15on-1.70.jar
bcpkix-jdk15on-1.70.jar.Encryption.RequiredLib
bcpkix-jdk15to18-1.70.jar
bcpkix-jdk15to18-1.70.jar.SAML20-module.Required
bcpkix-jdk15to18-1.70.jar.SAML20-module.RequiredLib
bcpkix-jdk18on-1.75.jar
bcpkix-jdk18on-1.75.jar.Encryption.RequiredLib
bcprov-jdk15on-1.67.jar
bcprov-jdk15on-1.67.jar.SAML20-module.Required
bcprov-jdk15on-1.69.jar
bcprov-jdk15on-1.69.jar.Encryption.RequiredLib
bcprov-jdk15on-1.69.jar.SAML20-module.Required
bcprov-jdk15on-1.70.jar
bcprov-jdk15on-1.70.jar.Encryption.RequiredLib
bcprov-jdk15to18-1.70.jar
bcprov-jdk15to18-1.70.jar.SAML20-module.Required
bcprov-jdk15to18-1.70.jar.SAML20-module.RequiredLib
bcprov-jdk18on-1.75.jar
bcprov-jdk18on-1.75.jar.Encryption.RequiredLib
bcutil-jdk15on-1.69.jar
bcutil-jdk15on-1.69.jar.Encryption.RequiredLib
bcutil-jdk15on-1.69.jar.SAML20-module.Required
bcutil-jdk15on-1.70.jar
bcutil-jdk15on-1.70.jar.Encryption.RequiredLib
bcutil-jdk15to18-1.70.jar
bcutil-jdk15to18-1.70.jar.SAML20-module.Required
bcutil-jdk15to18-1.70.jar.SAML20-module.RequiredLib
bcutil-jdk18on-1.75.jar
bcutil-jdk18on-1.75.jar.Encryption.RequiredLib
checker-qual-3.33.0.jar
checker-qual-3.33.0.jar.CommunityCommons.RequiredLib
checker-qual-3.34.0.jar
checker-qual-3.34.0.jar.SAML20-module.RequiredLib
checker-qual-3.8.0.jar
checker-qual-3.8.0.jar.CommunityCommons.RequiredLib
checker-qual-3.8.0.jar.SAML20-module.Required
checker-qual-3.8.0.jar.SAML20-module.RequiredLib
com.github.virtuald.curvesapi-1.07.jar
com.github.virtuald.curvesapi-1.07.jar.ExcelImporter.RequiredLib
com.springsource.org.apache.commons.logging-1.1.1.jar
com.springsource.org.apache.commons.logging-1.1.1.jar.SAML2.0-module.Required
com.zaxxer.SparseBitSet-1.2.jar
com.zaxxer.SparseBitSet-1.2.jar.ExcelImporter.RequiredLib
commons-codec-1.15.jar
commons-codec-1.15.jar.OIDC..RequiredLib
commons-codec-1.15.jar.OIDC.RequiredLib
commons-codec-1.15.jar.SAML20-module.Required
commons-codec-1.15.jar.SAML20-module.RequiredLib
commons-codec.commons-codec-1.15.jar
commons-codec.commons-codec-1.15.jar.ExcelImporter.RequiredLib
commons-collections-3.2.2.jar
commons-collections-3.2.2.jar.SAML20-module.Required
commons-collections-3.2.2.jar.SAML20-module.RequiredLib
commons-io-2.11.0.jar
commons-io-2.11.0.jar.CommunityCommons.RequiredLib
commons-io-2.11.0.jar.Encryption.RequiredLib
commons-io-2.11.0.jar.SAML20-module.RequiredLib
commons-io-2.8.0.jar
commons-io-2.8.0.jar.CommunityCommons.RequiredLib
commons-io-2.8.0.jar.SAML20-module.Required
commons-io.commons-io-2.11.0.jar
commons-io.commons-io-2.11.0.jar.ExcelImporter.RequiredLib
commons-lang-2.6.jar
commons-lang-2.6.jar.SAML20-module.Required
commons-lang-2.6.jar.SAML20-module.RequiredLib
commons-lang3-3.11.jar
commons-lang3-3.11.jar.CommunityCommons.RequiredLib
commons-lang3-3.11.jar.SAML20-module.Required
commons-lang3-3.11.jar.SAML20-module.RequiredLib
commons-lang3-3.12.0.jar
commons-lang3-3.12.0.jar.CommunityCommons.RequiredLib
commons-logging-1.2.jar
commons-logging-1.2.jar.CommunityCommons.RequiredLib
commons-logging-1.2.jar.SAML20-module.Required
commons-logging-1.2.jar.SAML20-module.RequiredLib
commons-pool2-2.11.1.jar
commons-pool2-2.11.1.jar.SAML20-module.RequiredLib
commons-pool2-2.9.0.jar
commons-pool2-2.9.0.jar.SAML20-module.Required
commons-text-1.10.0.jar
commons-text-1.10.0.jar.CommunityCommons.RequiredLib
cryptacular-1.1.4.jar
cryptacular-1.1.4.jar.SAML20-module.Required
cryptacular-1.2.5.jar
cryptacular-1.2.5.jar.SAML20-module.RequiredLib
error_prone_annotations-2.18.0.jar
error_prone_annotations-2.18.0.jar.CommunityCommons.RequiredLib
error_prone_annotations-2.19.0.jar
error_prone_annotations-2.19.0.jar.SAML20-module.RequiredLib
error_prone_annotations-2.5.1.jar
error_prone_annotations-2.5.1.jar.CommunityCommons.RequiredLib
error_prone_annotations-2.5.1.jar.SAML20-module.Required
failureaccess-1.0.1.jar
failureaccess-1.0.1.jar.CommunityCommons.RequiredLib
failureaccess-1.0.1.jar.SAML20-module.Required
failureaccess-1.0.1.jar.SAML20-module.RequiredLib
FastInfoset-1.2.16.jar
FastInfoset-1.2.16.jar.SAML20-module.Required
FastInfoset-2.1.0.jar
FastInfoset-2.1.0.jar.SAML20-module.RequiredLib
fontbox-2.0.24.jar
fontbox-2.0.24.jar.CommunityCommons.RequiredLib
gson-2.8.5.jar
guava-30.1.1-jre.jar
guava-30.1.1-jre.jar.CommunityCommons.RequiredLib
guava-30.1.1-jre.jar.SAML20-module.Required
guava-31.1-jre.jar
guava-31.1-jre.jar.SAML20-module.RequiredLib
guava-32.0.1-jre.jar
guava-32.0.1-jre.jar.CommunityCommons.RequiredLib
httpclient-4.5.13.jar
httpclient-4.5.13.jar.SAML20-module.Required
httpclient-4.5.14.jar
httpclient-4.5.14.jar.SAML20-module.RequiredLib
httpcore-4.4.13.jar
httpcore-4.4.13.jar.SAML20-module.Required
httpcore-4.4.16.jar
httpcore-4.4.16.jar.SAML20-module.RequiredLib
istack-commons-runtime-3.0.8.jar
istack-commons-runtime-3.0.8.jar.SAML20-module.Required
istack-commons-runtime-4.2.0.jar
istack-commons-runtime-4.2.0.jar.SAML20-module.RequiredLib
j2objc-annotations-1.3.jar
j2objc-annotations-1.3.jar.CommunityCommons.RequiredLib
j2objc-annotations-1.3.jar.SAML20-module.Required
j2objc-annotations-2.8.jar
j2objc-annotations-2.8.jar.CommunityCommons.RequiredLib
j2objc-annotations-2.8.jar.SAML20-module.RequiredLib
jackson-annotations-2.14.1.jar
jackson-annotations-2.14.1.jar.OIDC.RequiredLib
jackson-core-2.14.1.jar
jackson-core-2.14.1.jar.OIDC.RequiredLib
jackson-databind-2.14.1.jar
jackson-databind-2.14.1.jar.OIDC.RequiredLib
jakarta.activation-2.0.1.jar
jakarta.activation-2.0.1.jar.SAML20-module.Required
jakarta.activation-api-1.2.1.jar
jakarta.activation-api-1.2.1.jar.SAML20-module.Required
jakarta.activation-api-1.2.1.jar.SAML20-module.RequiredLib
jakarta.xml.bind-api-2.3.2.jar
jakarta.xml.bind-api-2.3.2.jar.SAML20-module.Required
jakarta.xml.bind-api-2.3.2.jar.SAML20-module.RequiredLib
jakarta.xml.bind-api-4.0.0.jar
jakarta.xml.bind-api-4.0.0.jar.SAML20-module.RequiredLib
jakarta.xml.soap-api-1.4.1.jar
jakarta.xml.soap-api-1.4.1.jar.SAML20-module.Required
jakarta.xml.soap-api-2.0.1.jar
jakarta.xml.soap-api-2.0.1.jar.SAML20-module.Required
jakarta.xml.soap-api-3.0.0.jar
jakarta.xml.soap-api-3.0.0.jar.SAML20-module.RequiredLib
java-jwt-3.11.0.jar
java-jwt-3.11.0.jar.OIDC.RequiredLib
java-support-7.5.1.jar
java-support-7.5.1.jar.SAML20-module.Required
java-support-7.5.2.jar
java-support-7.5.2.jar.SAML20-module.RequiredLib
javax.mail-1.6.0.jar
javax.mail-1.6.0.jar.EmailTemplate.RequiredLib
javax.xml.soap-api-1.4.0.jar
javax.xml.soap-api-1.4.0.jar.SAML20-module.Required
jaxb-runtime-2.3.2.jar
jaxb-runtime-2.3.2.jar.SAML20-module.Required
jaxb-runtime-4.0.2.jar
jaxb-runtime-4.0.2.jar.SAML20-module.RequiredLib
joda-time-2.12.5.jar
joda-time-2.12.5.jar.SAML20-module.RequiredLib
joda-time-2.9.jar
joda-time-2.9.jar.SAML20-module.Required
json-20220924.jar
json-20220924.jar.OIDC.RequiredLib
json-20230227.jar
json-20230227.jar.OIDC.RequiredLib
jsoup-1.15.3.jar
jsoup-1.15.3.jar.SAML20-module.Required
jsoup-1.15.3.jar.SAML20-module.RequiredLib
jsoup-1.16.1.jar
jsoup-1.16.1.jar.SAML20-module.RequiredLib
jsr305-3.0.2.jar
jsr305-3.0.2.jar.CommunityCommons.RequiredLib
jsr305-3.0.2.jar.SAML20-module.Required
jsr305-3.0.2.jar.SAML20-module.RequiredLib
jwks-rsa-0.13.0.jar
jwks-rsa-0.13.0.jar.OIDC.RequiredLib
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.CommunityCommons.RequiredLib
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.SAML20-module.Required
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.SAML20-module.RequiredLib
metrics-core-3.1.2.jar
metrics-core-3.1.2.jar.SAML20-module.Required
metrics-core-4.2.18.jar
metrics-core-4.2.18.jar.SAML20-module.RequiredLib
nimbus-jose-jwt-9.31.jar
nimbus-jose-jwt-9.31.jar.OIDC.RequiredLib
opensaml-core-3.4.5.jar
opensaml-core-3.4.5.jar.SAML20-module.Required
opensaml-core-3.4.6.jar
opensaml-core-3.4.6.jar.SAML20-module.RequiredLib
opensaml-messaging-api-3.4.5.jar
opensaml-messaging-api-3.4.5.jar.SAML20-module.Required
opensaml-messaging-api-3.4.6.jar
opensaml-messaging-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-profile-api-3.4.5.jar
opensaml-profile-api-3.4.5.jar.SAML20-module.Required
opensaml-profile-api-3.4.6.jar
opensaml-profile-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-saml-api-3.4.5.jar
opensaml-saml-api-3.4.5.jar.SAML20-module.Required
opensaml-saml-api-3.4.6.jar
opensaml-saml-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-saml-impl-3.4.5.jar
opensaml-saml-impl-3.4.5.jar.SAML20-module.Required
opensaml-saml-impl-3.4.6.jar
opensaml-saml-impl-3.4.6.jar.SAML20-module.RequiredLib
opensaml-security-api-3.4.5.jar
opensaml-security-api-3.4.5.jar.SAML20-module.Required
opensaml-security-api-3.4.6.jar
opensaml-security-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-security-impl-3.4.5.jar
opensaml-security-impl-3.4.5.jar.SAML20-module.Required
opensaml-security-impl-3.4.6.jar
opensaml-security-impl-3.4.6.jar.SAML20-module.RequiredLib
opensaml-soap-api-3.4.5.jar
opensaml-soap-api-3.4.5.jar.SAML20-module.Required
opensaml-soap-api-3.4.5.jar.SAML20-module.RequiredLib
opensaml-soap-api-3.4.6.jar
opensaml-soap-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-soap-impl-3.4.5.jar
opensaml-soap-impl-3.4.5.jar.SAML20-module.Required
opensaml-soap-impl-3.4.6.jar
opensaml-soap-impl-3.4.6.jar.SAML20-module.RequiredLib
opensaml-storage-api-3.4.5.jar
opensaml-storage-api-3.4.5.jar.SAML20-module.Required
opensaml-storage-api-3.4.6.jar
opensaml-storage-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-xmlsec-api-3.4.5.jar
opensaml-xmlsec-api-3.4.5.jar.SAML20-module.Required
opensaml-xmlsec-api-3.4.5.jar.SAML20-module.RequiredLib
opensaml-xmlsec-api-3.4.6.jar
opensaml-xmlsec-api-3.4.6.jar.SAML20-module.RequiredLib
opensaml-xmlsec-impl-3.4.5.jar
opensaml-xmlsec-impl-3.4.5.jar.SAML20-module.Required
opensaml-xmlsec-impl-3.4.6.jar
opensaml-xmlsec-impl-3.4.6.jar.SAML20-module.RequiredLib
org.apache.commons.commons-collections4-4.4.jar
org.apache.commons.commons-collections4-4.4.jar.ExcelImporter.RequiredLib
org.apache.commons.commons-compress-1.21.jar
org.apache.commons.commons-compress-1.21.jar.ExcelImporter.RequiredLib
org.apache.commons.commons-math3-3.6.1.jar
org.apache.commons.commons-math3-3.6.1.jar.ExcelImporter.RequiredLib
org.apache.commons.lang3.jar
org.apache.commons.lang3.jar.SAML2.0-module.Required
org.apache.logging.log4j.log4j-api-2.17.2.jar
org.apache.logging.log4j.log4j-api-2.17.2.jar.ExcelImporter.RequiredLib
org.apache.xmlbeans.xmlbeans-5.0.3.jar
org.apache.xmlbeans.xmlbeans-5.0.3.jar.ExcelImporter.RequiredLib
owasp-java-html-sanitizer-20200713.1.jar
owasp-java-html-sanitizer-20200713.1.jar.CommunityCommons.RequiredLib
owasp-java-html-sanitizer-20200713.1.jar.SAML20-module.Required
owasp-java-html-sanitizer-20211018.2.jar
owasp-java-html-sanitizer-20211018.2.jar.CommunityCommons.RequiredLib
owasp-java-html-sanitizer-20211018.2.jar.SAML20-module.Required
owasp-java-html-sanitizer-20220608.1.jar
owasp-java-html-sanitizer-20220608.1.jar.SAML20-module.RequiredLib
pdfbox-2.0.24.jar
pdfbox-2.0.24.jar.CommunityCommons.RequiredLib
README.txt
replication.jar
replication.jar.ExcelImporter.RequiredLib
slf4j-api-1.7.5.jar
slf4j-api-1.7.5.jar.SAML20-module.Required
slf4j-api-2.0.3.jar
slf4j-api-2.0.3.jar.SAML20-module.Required
slf4j-api-2.0.7.jar
slf4j-api-2.0.7.jar.SAML20-module.RequiredLib
slf4j-simple-1.7.5.jar
slf4j-simple-1.7.5.jar.SAML20-module.Required
slf4j-simple-2.0.3.jar
slf4j-simple-2.0.3.jar.SAML20-module.Required
slf4j-simple-2.0.3.jar.SAML20-module.RequiredLib
stax-ex-1.8.1.jar
stax-ex-1.8.1.jar.SAML20-module.Required
stax-ex-2.1.0.jar
stax-ex-2.1.0.jar.SAML20-module.RequiredLib
stax2-api-3.1.4.jar
stax2-api-3.1.4.jar.SAML20-module.Required
stax2-api-4.2.1.jar
stax2-api-4.2.1.jar.SAML20-module.Required
stax2-api-4.2.1.jar.SAML20-module.RequiredLib
txw2-2.3.2.jar
txw2-2.3.2.jar.SAML20-module.Required
txw2-4.0.2.jar
txw2-4.0.2.jar.SAML20-module.RequiredLib
velocity-1.7.jar
velocity-1.7.jar.SAML20-module.Required
velocity-engine-core-2.3.jar
velocity-engine-core-2.3.jar.SAML20-module.Required
velocity-engine-core-2.3.jar.SAML20-module.RequiredLib
woodstox-core-5.0.3.jar
woodstox-core-5.0.3.jar.SAML20-module.Required
woodstox-core-6.2.4.jar
woodstox-core-6.2.4.jar.SAML20-module.Required
woodstox-core-6.5.1.jar
woodstox-core-6.5.1.jar.SAML20-module.RequiredLib
xercesImpl-2.12.1-sp1.jar
xercesImpl-2.12.1-sp1.jar.SAML20-module.Required
xercesImpl-2.12.2-sp1.jar
xercesImpl-2.12.2-sp1.jar.SAML20-module.RequiredLib
xmlsec-2.1.4.jar
xmlsec-2.1.4.jar.SAML20-module.Required
xmlsec-2.2.3.jar
xmlsec-2.2.3.jar.SAML20-module.Required
xmlsec-3.0.2.jar
xmlsec-3.0.2.jar.SAML20-module.RequiredLib

 

answered
0

I could solve the issue. Had to delete your mentioned jar files. 

I didn´t delete "commons-io-commons-io-2.11.0.jar" in my first run...

 

Solved.png

 

 

Thanks a lot for your help!!

answered