Unexplained Run Locally Error

0
I am taking Become a Rapid Developer to learn Mendix. I installed Mendix Studio Pro and created an app as described there. I immediately tried to Run Locally and got the following error.   An error occurred while cleaning the deployment directory. See details for more information.   FAILURE: Build failed with an exception. * What went wrong:java.io.IOException: ?????????????????? * Try:> Run with --info or --debug option to get more log output.> Run with --scan to get full insights. * Exception is:org.gradle.api.UncheckedIOException: java.io.IOException: ??????????????????    at org.gradle.internal.FileUtils.canonicalize(FileUtils.java:204)    at org.gradle.initialization.layout.BuildLayoutFactory.layout(BuildLayoutFactory.java:89)    at org.gradle.initialization.layout.BuildLayoutFactory.getLayoutFor(BuildLayoutFactory.java:85)    at org.gradle.initialization.layout.BuildLayoutFactory.getLayoutFor(BuildLayoutFactory.java:40)    at org.gradle.launcher.cli.converter.LayoutToPropertiesConverter.configureFromBuildDir(LayoutToPropertiesConverter.java:90)    at org.gradle.launcher.cli.converter.LayoutToPropertiesConverter.convert(LayoutToPropertiesConverter.java:68)    at org.gradle.launcher.cli.DefaultCommandLineActionFactory$WithLogging.execute(DefaultCommandLineActionFactory.java:341)    at org.gradle.launcher.Main.doAction(Main.java:35)    at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:50)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)    at java.base/java.lang.reflect.Method.invoke(Method.java:566)    at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:60)    at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:37)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)    at java.base/java.lang.reflect.Method.invoke(Method.java:566)    at org.gradle.launcher.GradleMain.main(GradleMain.java:34)Caused by: java.io.IOException: ??????????????????    at java.base/java.io.WinNTFileSystem.canonicalize0(Native Method)    at java.base/java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:483)    at java.base/java.io.File.getCanonicalPath(File.java:626)    at java.base/java.io.File.getCanonicalFile(File.java:651)    at org.gradle.internal.FileUtils.canonicalize(FileUtils.java:202)    ... 19 more * Get more help at https://help.gradle.org       Please let me know how to resolve this error.
asked
1 answers
0

It may have hit some previous Grade installation that tripped some installation step.

Try installing Mendix in a different directory. Preferably a short path, and not a OneDrive-directory.

While you are at it, give version 10.12 a go, so you get the all available Mendix-functions.

answered