dependencies index lopp
Hi!
I have this endless dependencies indexing loop problem when I use Webstorm (Ultimate 2020.3).
This problem is very random. It can happen after a day of using the idea sometimes a minuet after I open it up. All of a sudden the project files tree disappears and the idea starts indexing the node_modules dependencies non stop. Iv'e tries invalidating caches and restart several times but it just keeps happening and I have no idea why. Sometimes it happens after I do nom install sometimes after running an Angular CLI command, sometimes after commit and sometimes without any clear reason. But every time it happens the same logs are printed
ERROR - #git4idea.log.GitLogProvider - Repository not found for root file:///Users/jonathanbendavid/Documents/Web/ilanotbis-web (invalid)
java.lang.Throwable: Repository not found for root file:///Users/jonathanbendavid/Documents/Web/ilanotbis-web (invalid)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:159)
at git4idea.log.GitLogProvider.isRepositoryReady(GitLogProvider.java:655)
at git4idea.log.GitLogProvider.isRepositoryReady(GitLogProvider.java:649)
at git4idea.log.GitLogProvider.readFirstBlock(GitLogProvider.java:90)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$2.each(VcsLogRefresherImpl.java:120)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$ProviderIterator.iterate(VcsLogRefresherImpl.java:393)
at com.intellij.vcs.log.data.VcsLogRefresherImpl.loadRecentData(VcsLogRefresherImpl.java:126)
at com.intellij.vcs.log.data.VcsLogRefresherImpl.readFirstBlock(VcsLogRefresherImpl.java:98)
at com.intellij.vcs.log.data.VcsLogData$1.run(VcsLogData.java:154)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:962)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsync$5(CoreProgressManager.java:472)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:235)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:178)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:658)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:610)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:65)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:165)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:235)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - WebStorm 2020.3 Build #WS-203.5981.135
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - JDK: 11.0.9; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - OS: Mac OS X
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - Last Action: CheckinFiles
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - Repository not found for root file:///Users/jonathanbendavid/Documents/Web/ilanotbis-web (invalid)
java.lang.Throwable: Repository not found for root file:///Users/jonathanbendavid/Documents/Web/ilanotbis-web (invalid)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:159)
at git4idea.log.GitLogProvider.isRepositoryReady(GitLogProvider.java:655)
at git4idea.log.GitLogProvider.isRepositoryReady(GitLogProvider.java:649)
at git4idea.log.GitLogProvider.readAllHashes(GitLogProvider.java:306)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$MyRefreshTask$1.each(VcsLogRefresherImpl.java:354)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$ProviderIterator.iterate(VcsLogRefresherImpl.java:393)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$MyRefreshTask.readFullLogFromVcs(VcsLogRefresherImpl.java:360)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$MyRefreshTask.loadFullLog(VcsLogRefresherImpl.java:339)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$MyRefreshTask.doRefresh(VcsLogRefresherImpl.java:261)
at com.intellij.vcs.log.data.VcsLogRefresherImpl$MyRefreshTask.run(VcsLogRefresherImpl.java:213)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:962)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsync$5(CoreProgressManager.java:472)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:235)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:178)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:658)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:610)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:65)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:165)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:235)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - WebStorm 2020.3 Build #WS-203.5981.135
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - JDK: 11.0.9; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - OS: Mac OS X
2020-12-20 21:19:54,921 [2767809] ERROR - #git4idea.log.GitLogProvider - Last Action: CheckinFiles
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.object.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.object.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.dom.iterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.dom.iterable.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.full.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.reflect.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.reflect.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.string.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.core.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.core.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.full.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.proxy.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.proxy.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.generator.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.generator.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.promise.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.promise.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.typedarrays.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.scripthost.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.scripthost.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.full.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.promise.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.intl.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.symbol.wellknown.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.symbol.d.ts
2020-12-20 21:19:54,922 [2767810] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.iterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.regexp.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.regexp.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.asynciterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es6.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es6.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.array.include.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.array.include.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.intl.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es5.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es5.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.array.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.array.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.string.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.full.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.promise.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.dom.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.dom.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.symbol.wellknown.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.bigint.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.asynciterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.asynciterable.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.sharedmemory.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.intl.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.webworker.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.webworker.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.symbol.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.full.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.string.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.asyncgenerator.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.full.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.object.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.object.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.string.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.bigint.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.bigint.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.webworker.importscripts.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.symbol.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.array.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.array.d.ts
2020-12-20 21:19:54,923 [2767811] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.collection.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.collection.d.ts
2020-12-20 21:19:54,924 [2767812] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.d.ts
2020-12-20 21:19:54,979 [2767867] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled
2020-12-20 21:19:55,012 [2767900] INFO - ry.NodeModulesDirectoryManager - Removed /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules: invalid directory
2020-12-20 21:19:55,123 [2768011] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 592 to update, calculated in 144ms
2020-12-20 21:19:55,123 [2768011] INFO - g.FileBasedIndexProjectHandler - Using 4 threads for indexing
2020-12-20 21:19:57,245 [2770133] WARN - .ExternalResourceManagerExImpl - Cannot find standard resource. filename:/standardSchemas/jspxml.dtd class=class com.intellij.jsp.impl.JspResourcesProvider, classLoader:null
2020-12-20 21:19:57,354 [2770242] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = 2018531576)
2020-12-20 21:19:57,357 [2770245] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = -273261998)
2020-12-20 21:19:57,404 [2770292] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 2281ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish, 1/2 very slow
2020-12-20 21:19:57,404 [2770292] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 0 to update, calculated in 0ms
2020-12-20 21:19:57,487 [2770375] INFO - ry.NodeModulesDirectoryManager - Associate ilanotbis-web/node_modules with [file:///Users/jonathanbendavid/Documents/Web/ilanotbis-web]
2020-12-20 21:19:57,487 [2770375] INFO - cript.library.JSLibraryManager - Firing rootsChanged event due to adding 1 library: /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules
2020-12-20 21:19:57,489 [2770377] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = -1662179266)
2020-12-20 21:19:57,489 [2770377] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled
2020-12-20 21:19:57,494 [2770382] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 5ms; general responsiveness: ok; EDT responsiveness: ok
2020-12-20 21:19:57,677 [2770565] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 183ms; general responsiveness: ok; EDT responsiveness: ok
2020-12-20 21:19:57,682 [2770570] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 6399 files to index
2020-12-20 21:19:57,682 [2770570] INFO - indexing.UnindexedFilesUpdater - Using 4 threads for indexing
2020-12-20 21:19:57,787 [2770675] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 110 libraries took 86ms; general responsiveness: ok; EDT responsiveness: ok
2020-12-20 21:19:58,459 [2771347] WARN - ernallyAddedFilesProcessorImpl - Cannot find project config directory for non-default and non-directory based project ilanotbis-web
2020-12-20 21:19:58,466 [2771354] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = 2018531576)
2020-12-20 21:19:58,467 [2771355] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.object.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.object.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.dom.iterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.dom.iterable.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.full.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.reflect.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.reflect.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.string.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.core.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.core.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.full.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.proxy.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.proxy.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.generator.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.generator.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.promise.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.promise.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.typedarrays.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.scripthost.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.scripthost.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.full.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.promise.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.intl.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.symbol.wellknown.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.symbol.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.iterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.regexp.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.regexp.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.asynciterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es6.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es6.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.array.include.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.array.include.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.intl.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es5.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es5.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.array.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.array.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.string.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.full.d.ts
2020-12-20 21:19:58,468 [2771356] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.promise.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.dom.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.dom.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.symbol.wellknown.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.bigint.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.asynciterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.asynciterable.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.sharedmemory.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.intl.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.webworker.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.webworker.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.symbol.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.full.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.string.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.asyncgenerator.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.full.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.object.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.object.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.string.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.bigint.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.bigint.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.webworker.importscripts.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.symbol.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.array.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.array.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.collection.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.collection.d.ts
2020-12-20 21:19:58,469 [2771357] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.object.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.object.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.dom.iterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.dom.iterable.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.full.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.reflect.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.reflect.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.string.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.core.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.core.d.ts
2020-12-20 21:19:58,470 [2771358] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.full.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.proxy.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.proxy.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.generator.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.generator.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.promise.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.promise.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.typedarrays.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.scripthost.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.scripthost.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.full.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.promise.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.intl.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.symbol.wellknown.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.symbol.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.iterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.iterable.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.regexp.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.regexp.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.asynciterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es6.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es6.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.array.include.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.array.include.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.intl.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es5.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es5.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.array.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.array.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.string.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.full.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.promise.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.promise.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.dom.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.dom.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.symbol.wellknown.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.bigint.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.bigint.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.asynciterable.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.asynciterable.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.sharedmemory.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.intl.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.intl.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.webworker.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.webworker.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.symbol.d.ts
2020-12-20 21:19:58,471 [2771359] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.full.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2020.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2020.string.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2018.asyncgenerator.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2016.full.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2016.full.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.object.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.object.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2017.string.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2017.string.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2019.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2019.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.bigint.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.bigint.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.webworker.importscripts.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.symbol.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.symbol.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.esnext.array.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.esnext.array.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.collection.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.collection.d.ts
2020-12-20 21:19:58,472 [2771360] WARN - vascript.library.JSLibraryUtil - Cannot find virtual file lib.es2015.d.ts by file /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules/typescript/lib/lib.es2015.d.ts
2020-12-20 21:19:58,546 [2771434] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled
2020-12-20 21:19:58,569 [2771457] INFO - ry.NodeModulesDirectoryManager - Removed /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules: invalid directory
2020-12-20 21:19:58,679 [2771567] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 358 to update, calculated in 132ms
2020-12-20 21:19:58,679 [2771567] INFO - g.FileBasedIndexProjectHandler - Using 4 threads for indexing
2020-12-20 21:20:00,768 [2773656] WARN - .ExternalResourceManagerExImpl - Cannot find standard resource. filename:/standardSchemas/jspxml.dtd class=class com.intellij.jsp.impl.JspResourcesProvider, classLoader:null
2020-12-20 21:20:00,876 [2773764] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = 2018531576)
2020-12-20 21:20:00,880 [2773768] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = -273261998)
2020-12-20 21:20:00,986 [2773874] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 2307ms; general responsiveness: ok; EDT responsiveness: 0/2 sluggish, 2/2 very slow
2020-12-20 21:20:00,986 [2773874] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 0 to update, calculated in 0ms
2020-12-20 21:20:01,043 [2773931] INFO - ry.NodeModulesDirectoryManager - Associate ilanotbis-web/node_modules with [file:///Users/jonathanbendavid/Documents/Web/ilanotbis-web]
2020-12-20 21:20:01,044 [2773932] INFO - cript.library.JSLibraryManager - Firing rootsChanged event due to adding 1 library: /Users/jonathanbendavid/Documents/Web/ilanotbis-web/node_modules
2020-12-20 21:20:01,045 [2773933] INFO - pl.ProjectRootManagerComponent - project roots have changed (stacktrace has been already reported with trace_hash = -1662179266)
2020-12-20 21:20:01,045 [2773933] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled
2020-12-20 21:20:01,050 [2773938] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 5ms; general responsiveness: ok; EDT responsiveness: ok
2020-12-20 21:20:01,231 [2774119] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 181ms; general responsiveness: ok; EDT responsiveness: ok
2020-12-20 21:20:01,236 [2774124] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 6399 files to index
2020-12-20 21:20:01,236 [2774124] INFO - indexing.UnindexedFilesUpdater - Using 4 threads for indexing
2020-12-20 21:20:01,330 [2774218] INFO - .diagnostic.PerformanceWatcher - Pushing JS language level to 110 libraries took 79ms; general responsiveness: ok; EDT responsiveness: ok
2020-12-20 21:20:01,906 [2774794] WARN - .log.data.SingleTaskController - Wait time out
java.util.concurrent.TimeoutException: Waited 1 seconds (plus 439937 nanoseconds delay) for com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture@7a076f89[status=PENDING, info=[inputFuture=[com.google.common.util.concurrent.SettableFuture@43cd4218[status=PENDING]], function=[com.intellij.vcs.log.impl.HeavyAwareExecutor$$Lambda$3467/0x0000000801e27040@34d2391e]]]
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:506)
at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:95)
at com.intellij.vcs.log.data.SingleTaskController$SingleTaskImpl.waitFor(SingleTaskController.java:226)
at com.intellij.vcs.log.data.SingleTaskController.dispose(SingleTaskController.java:195)
at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:138)
at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:168)
at com.intellij.openapi.util.Disposer.dispose(Disposer.java:142)
at com.intellij.openapi.util.Disposer.dispose(Disposer.java:130)
at com.intellij.vcs.log.impl.VcsProjectLog.lambda$disposeLog$2(VcsProjectLog.java:163)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:208)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:184)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
and the same thing just keeps printing again and again and again.
Appreciate your help
请先登录再写评论。
Could you please clarify exact actions that were performed during this session? According to the log, node_modules folder (and probably some other files) was removed and then dependencies were reinstalled.
Regarding endless indexing, how long did you wait for indexing? What tasks were running? It'd be great if you could provide a screencast showing your issue.
Do you face the same issue in IntelliJ IDEA Ultimate 2020.2.4?
Iv'e downgraded to 2020.2.4 and so far everything works just fine. As I said this problem is quite random so I can't put my finger as to what is it that I do to trigger it but for now everything seem to work...
Thanks, I see. It's not a known issue, so it's probably something new in 2020.3. I guess the initial cause is that "All of a sudden the project files tree disappears". Feel free to file a new issue in https://youtrack.jetbrains.com/issues/WEB with your idea.log (Help | Show Log in ...) after the issue is reproduced next time.