Getting the following the error while running the Mendix App ? Any resolution to this error ?

0
[rtlauncher:container$] INFO Evictions for component 'project-userlib': Evicted C:\Mendix\TC Connector\deployment\model\lib\userlib\commons-logging.jar by C:\Mendix\TC Connector\deployment\model\lib\userlib\commons-logging-1.2.jar. Exception in thread "main" java.lang.NullPointerException: entry     at java.base/java.util.Objects.requireNonNull(Objects.java:246)     at java.base/java.util.zip.ZipFile.getInputStream(ZipFile.java:372)     at java.base/java.util.jar.JarFile.getInputStream(JarFile.java:835)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.$anonfun$parseOsgiComponentXml$2(ClassloaderComponentReader.scala:92)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.using(ClassloaderComponentReader.scala:145)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.parseOsgiComponentXml(ClassloaderComponentReader.scala:91)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.$anonfun$parse$4(ClassloaderComponentReader.scala:49)     at scala.collection.immutable.List.map(List.scala:286)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.$anonfun$parse$3(ClassloaderComponentReader.scala:48)     at scala.collection.immutable.List.flatMap(List.scala:338)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.$anonfun$parse$2(ClassloaderComponentReader.scala:47)     at scala.collection.immutable.List.flatMap(List.scala:338)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.parse(ClassloaderComponentReader.scala:46)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.readComponents(ClassloaderComponentReader.scala:31)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.$anonfun$read$3(ClassloaderComponentReader.scala:26)     at scala.collection.immutable.List.flatMap(List.scala:338)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.$anonfun$read$1(ClassloaderComponentReader.scala:26)     at scala.util.Either.map(Either.scala:353)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.read(ClassloaderComponentReader.scala:22)     at com.mendix.container.componentregistry.ComponentRegistry$.run(ComponentRegistry.scala:16)     at com.mendix.container.boot.Container$.doStart(Container.scala:160)     at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$2(Container.scala:123)     at scala.util.Either.flatMap(Either.scala:341)     at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$1(Container.scala:122)     at com.mendix.container.boot.Container$.time(Container.scala:210)     at com.mendix.container.boot.Container$.startAndWaitForever(Container.scala:122)     at com.mendix.container.boot.Main$.$anonfun$new$2(Main.scala:14)     at scala.util.Either.flatMap(Either.scala:341)     at com.mendix.container.boot.Main$.delayedEndpoint$com$mendix$container$boot$Main$1(Main.scala:13)     at com.mendix.container.boot.Main$delayedInit$body.apply(Main.scala:10)     at scala.Function0.apply$mcV$sp(Function0.scala:39)     at scala.Function0.apply$mcV$sp$(Function0.scala:39)     at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)     at scala.App.$anonfun$main$1$adapted(App.scala:80)     at scala.collection.immutable.List.foreach(List.scala:392)     at scala.App.main(App.scala:80)     at scala.App.main$(App.scala:78)     at com.mendix.container.boot.Main$.main(Main.scala:10)     at com.mendix.container.boot.Main.main(Main.scala)  
asked
1 answers
0

This looks like it might be it, https://forum.mendix.com/link/questions/91950

answered