Internal error: (java.nio.file.FileSystemLoopException) Z:\My Drive\..\com
Hi,
It seems that if there is a space in my project path, I get this error:
Error:Internal error: (java.nio.file.FileSystemLoopException) Z:\My Drive\Work\...\asd\src\com
java.nio.file.FileSystemLoopException: Z:\My Drive\Work\..\asd\src\com
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:294)
at java.nio.file.FileTreeWalker.next(FileTreeWalker.java:372)
at java.nio.file.Files.walkFileTree(Files.java:2706)
at org.jetbrains.jps.incremental.FSOperations.traverseRecursively(FSOperations.java:255)
at org.jetbrains.jps.incremental.FSOperations.markDirtyFiles(FSOperations.java:231)
at org.jetbrains.jps.incremental.BuildOperations.ensureFSStateInitialized(BuildOperations.java:55)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:1067)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:968)
at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunks(IncProjectBuilder.java:797)
at org.jetbrains.jps.incremental.IncProjectBuilder.runBuild(IncProjectBuilder.java:375)
at org.jetbrains.jps.incremental.IncProjectBuilder.build(IncProjectBuilder.java:178)
at org.jetbrains.jps.cmdline.BuildRunner.runBuild(BuildRunner.java:138)
at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:302)
at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:135)
at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler.lambda$channelRead0$0(BuildMain.java:229)
at org.jetbrains.jps.service.impl.SharedThreadPoolImpl.lambda$executeOnPooledThread$0(SharedThreadPoolImpl.java:42)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Please perform full project rebuild (Build | Rebuild Project)
Unfortunately, I cannot change the "My Drive" folder name, since this is Google File Stream Drive name. Is there a way that I can maybe enclose it in quotes somewhere?
Please sign in to leave a comment.
It's a known issue that was fixed recently: https://youtrack.jetbrains.com/issue/IDEA-207236.
The fix should be released in one of the next updates.
At the moment I can only suggest to move your project files outside of the Google File Stream Drive.
Thanks