Connection Error

0
  Hello all I'm getting this error while run the Mendix application in my local Environment   please help me on this    Thank you           [rtlauncher:container$] INFO Evictions for component 'project-userlib':Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\jackson-annotations-2.13.3.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\jackson-annotations-2.16.0.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\bcpkix-jdk15on-1.67.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\bcpkix-jdk15on-1.69.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\pdfbox-2.0.24.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\pdfbox-2.0.30.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\jackson-core-2.13.3.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\jackson-core-2.16.0.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\j2objc-annotations-1.3.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\j2objc-annotations-2.8.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\fontbox-2.0.24.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\fontbox-2.0.30.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\error_prone_annotations-2.5.1.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\error_prone_annotations-2.18.0.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\jackson-databind-2.13.3.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\jackson-databind-2.16.0.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\bcprov-jdk15on-1.67.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\bcprov-jdk15on-1.69.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\checker-qual-3.8.0.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\checker-qual-3.33.0.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\commons-lang3-3.11.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\commons-lang3-3.12.0.jar.Evicted C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\nimbus-jose-jwt-9.19.jar by C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\model\lib\userlib\nimbus-jose-jwt-9.31.jar.Exception in thread "main" java.nio.file.AccessDeniedException: C:\Users\Rajat.Suna\OneDrive - Vertiv Co\Desktop\Connected CE-Development_2\deployment\data\tmp\platform-public___5446674543799485412  at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)  at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)  at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)  at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:274)  at java.base/sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105)  at java.base/java.nio.file.Files.delete(Files.java:1142)  at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.com$mendix$container$deployment$internal$Interpreters$ClassLoaders$$delete$1(Interpreters.scala:81)  at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.$anonfun$config$3(Interpreters.scala:92)  at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.$anonfun$config$3$adapted(Interpreters.scala:92)  at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1323)  at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.<init>(Interpreters.scala:92)  at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.createClassloader(Interpreters.scala:84)  at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.$anonfun$newDependency$1(Interpreters.scala:152)  at cats.data.StateFunctions.$anonfun$modify$4(IndexedStateT.scala:384)  at cats.data.StateFunctions.$anonfun$apply$2(IndexedStateT.scala:369)  at scala.Function1.$anonfun$andThen$1(Function1.scala:87)  at scala.Function1.$anonfun$andThen$1(Function1.scala:87)  at cats.data.AndThen.loop$1(AndThen.scala:128)  at cats.data.AndThen.runLoop(AndThen.scala:137)  at cats.data.AndThen.apply(AndThen.scala:89)  at cats.data.IndexedStateT.$anonfun$run$1(IndexedStateT.scala:85)  at cats.Eval$.loop$1(Eval.scala:379)  at cats.Eval$.cats$Eval$$evaluate(Eval.scala:384)  at cats.Eval$FlatMap.value(Eval.scala:305)  at com.mendix.container.deployment.Runners$.runClassloadersHierarchyBuilder(Runners.scala:111)  at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.buildHierarchy(ClassloaderComponentReader.scala:205)  at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.read(ClassloaderComponentReader.scala:21)  at com.mendix.container.componentregistry.ComponentRegistry$.run(ComponentRegistry.scala:14)  at com.mendix.container.boot.Container$.doStart(Container.scala:109)  at com.mendix.container.boot.Container$.doStart(Container.scala:92)  at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$2(Container.scala:69)  at scala.util.Either.flatMap(Either.scala:352)  at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$1(Container.scala:68)  at com.mendix.container.boot.Container$.time(Container.scala:148)  at com.mendix.container.boot.Container$.startAndWaitForever(Container.scala:68)  at com.mendix.container.boot.Main$.$anonfun$new$2(Main.scala:15)  at scala.util.Either.flatMap(Either.scala:352)  at com.mendix.container.boot.Main$.delayedEndpoint$com$mendix$container$boot$Main$1(Main.scala:14)  at com.mendix.container.boot.Main$delayedInit$body.apply(Main.scala:11)  at scala.Function0.apply$mcV$sp(Function0.scala:42)  at scala.Function0.apply$mcV$sp$(Function0.scala:42)  at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)  at scala.App.$anonfun$main$1(App.scala:98)  at scala.App.$anonfun$main$1$adapted(App.scala:98)  at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)  at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)  at scala.collection.AbstractIterable.foreach(Iterable.scala:933)  at scala.App.main(App.scala:98)  at scala.App.main$(App.scala:96)  at com.mendix.container.boot.Main$.main(Main.scala:11)  at com.mendix.container.boot.Main.main(Main.scala)        
asked
2 answers
1

Hi Rajat,

 

Refer the below similar communication,

https://community.mendix.com/link/space/studio-pro/questions/111695

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered
0

Hi  Rajat,

 

Please search in the Forum, there are many questions already for this issue. For example this one: https://community.mendix.com/link/space/studio-pro/questions/91950

 

Where it states that the following actions worked. 

  •  go to your project directory
  • show hidden files and folders
  • delete the .mendix-cache folder or empty its contents.
  • Run your project again !

Good luck!

 

Jurre

answered