Server failed to start Error

0
Hi,    I have the following error when running my application :    Exception in thread "main" java.nio.file.FileSystemException: C:\Users\f2ypzo\OneDrive - SPLM\Documents 1\Mendix\Stock Management-main\deployment\data\tmp\platform-private___9606272260112210371: The tag present in the reparse point buffer is invalid.     at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)     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:270)     at java.base/sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105)     at java.base/java.nio.file.Files.delete(Files.java:1141)     at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.com$mendix$container$deployment$internal$Interpreters$ClassLoaders$$delete$1(Interpreters.scala:80)     at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.$anonfun$config$3(Interpreters.scala:91)     at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.$anonfun$config$3$adapted(Interpreters.scala:91)     at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1328)     at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1.<init>(Interpreters.scala:91)     at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.createClassloader(Interpreters.scala:83)     at com.mendix.container.deployment.internal.Interpreters$ClassLoaders$.$anonfun$newDependency$1(Interpreters.scala:145)     at cats.data.StateFunctions.$anonfun$modify$4(IndexedStateT.scala:363)     at cats.data.StateFunctions.$anonfun$apply$2(IndexedStateT.scala:348)     at scala.Function1.$anonfun$andThen$1(Function1.scala:85)     at scala.Function1.$anonfun$andThen$1(Function1.scala:85)     at cats.data.AndThen.loop$1(AndThen.scala:107)     at cats.data.AndThen.runLoop(AndThen.scala:116)     at cats.data.AndThen.apply(AndThen.scala:68)     at cats.data.IndexedStateT.$anonfun$run$1(IndexedStateT.scala:64)     at cats.Eval$.loop$1(Eval.scala:358)     at cats.Eval$.cats$Eval$$evaluate(Eval.scala:363)     at cats.Eval$FlatMap.value(Eval.scala:284)     at com.mendix.container.deployment.Runners$.runClassloadersHierarchyBuilder(Runners.scala:111)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.buildHierarchy(ClassloaderComponentReader.scala:215)     at com.mendix.container.componentregistry.internal.ClassloaderComponentReader$.read(ClassloaderComponentReader.scala:22)     at com.mendix.container.componentregistry.ComponentRegistry$.run(ComponentRegistry.scala:14)     at com.mendix.container.boot.Container$.doStart(Container.scala:114)     at com.mendix.container.boot.Container$.doStart(Container.scala:97)     at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$2(Container.scala:74)     at scala.util.Either.flatMap(Either.scala:352)     at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$1(Container.scala:73)     at com.mendix.container.boot.Container$.time(Container.scala:156)     at com.mendix.container.boot.Container$.startAndWaitForever(Container.scala:73)     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: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(App.scala:76)     at scala.App.$anonfun$main$1$adapted(App.scala:76)     at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:563)     at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:561)     at scala.collection.AbstractIterable.foreach(Iterable.scala:926)     at scala.App.main(App.scala:76)     at scala.App.main$(App.scala:74)     at com.mendix.container.boot.Main$.main(Main.scala:11)     at com.mendix.container.boot.Main.main(Main.scala) Any idea ? 
asked
1 answers
0

I believe that means the file on One Drive is corrupted. It may be worth moving your project off of One Drive so it’s no longer competing for access to files with Mendix.

This may help fix the problem: https://www.itexperience.net/fix-onedrive-the-tag-present-in-the-reparse-point-buffer-is-invalid/

answered