Intellij deleted ALL my files.

Answered

I recently upgraded to 2022.3.3 

i've been using intellij for 11 years now, and this is the first time this happens to me. all my code got deleted, literally. all what im left with is .iml files. checked the source folders, nothing is there, no local history, nothing.

this happened when i was creating a new module for the project. intellij froze, and TAAADAAAAH, nothing is there.

any help to restore my code in anyway. i have the files on version control, but still, plenty of changes are still local.

I NEED MY CODE BACK.

"AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.desktop/sun.awt.windows.WComponentPeer.getLocationOnScreen(Native Method)
    at java.desktop/java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2130)
    at java.desktop/java.awt.Component.getLocationOnScreen(Component.java:2108)
    at java.desktop/javax.swing.SwingUtilities.convertPointToScreen(SwingUtilities.java:437)
    at java.desktop/javax.swing.SwingUtilities.convertPoint(SwingUtilities.java:197)
    at com.intellij.ui.awt.RelativePoint.<init>(RelativePoint.java:58)
    at com.intellij.openapi.wm.impl.status.ProcessBalloon$1.recalculateLocation(ProcessBalloon.java:108)
    at com.intellij.openapi.wm.impl.status.ProcessBalloon$1.recalculateLocation(ProcessBalloon.java:88)
    at com.intellij.ui.BalloonImpl.show(BalloonImpl.java:500)
    at com.intellij.ui.BalloonImpl.show(BalloonImpl.java:448)
    at com.intellij.openapi.wm.impl.status.ProcessBalloon.show(ProcessBalloon.java:88)
    at com.intellij.openapi.wm.impl.status.ProcessBalloon.addIndicator(ProcessBalloon.java:44)
    at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel.addProgress(InfoAndProgressPanel.java:286)
    at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl.addProgress(IdeStatusBarImpl.java:473)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.doBackground(BackgroundableProcessIndicator.java:147)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.initializeStatusBar(BackgroundableProcessIndicator.java:77)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.lambda$new$0(BackgroundableProcessIndicator.java:55)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator$$Lambda$2029/0x000000003072f420.run(Unknown Source)
    at com.intellij.util.ui.EdtInvocationManager.invokeLaterIfNeeded(EdtInvocationManager.java:33)
    at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:2113)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.<init>(BackgroundableProcessIndicator.java:55)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.<init>(BackgroundableProcessIndicator.java:43)
    at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.<init>(BackgroundableProcessIndicator.java:29)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.createDefaultAsynchronousProgressIndicator(ProgressManagerImpl.java:131)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressAsynchronously(CoreProgressManager.java:415)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runAsynchronously(CoreProgressManager.java:391)
    at com.intellij.openapi.progress.impl.CoreProgressManager.run(CoreProgressManager.java:375)
    at com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdatesCollector$updateNotifications$1.onLookupCompleted(JdkUpdater.kt:149)
    at com.intellij.openapi.projectRoots.impl.UnknownSdkCollectorQueue$queue$1.run$lambda$1$lambda$0(UnknownSdkTrackerQueue.kt:34)
    at com.intellij.openapi.projectRoots.impl.UnknownSdkCollectorQueue$queue$1$$Lambda$3487/0x000000003104ed68.accept(Unknown Source)
    at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$safeTransferToEdt$6(NonBlockingReadActionImpl.java:633)
    at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda$1568/0x000000003048cf70.run(Unknown Source)
    at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
    at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
    at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
    at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:454)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:74)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:114)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:36)
    at com.intellij.openapi.application.impl.FlushQueue$$Lambda$583/0x000000002fb04000.run(Unknown Source)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:779)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:749)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:756)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
    at com.intellij.ide.IdeEventQueue$$Lambda$401/0x000000002f936490.compute(Unknown Source)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
    at com.intellij.ide.IdeEventQueue$$Lambda$398/0x000000002f9339e8.run(Unknown Source)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
    at com.intellij.ide.IdeEventQueue$$Lambda$385/0x000000002f917268.run(Unknown Source)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
    at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

"ApplicationImpl pooled thread 218" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.Net.poll(Native Method)
    at java.base@17.0.6/sun.nio.ch.SelChImpl.park(SelChImpl.java:92)
    at java.base@17.0.6/sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:705)
    at java.base@17.0.6/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:633)
    at java.base@17.0.6/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240)
    at java.base@17.0.6/java.net.DatagramSocket.receive(DatagramSocket.java:700)
    at platform/jdk.naming.dns@17.0.6/com.sun.jndi.dns.DnsClient.doUdpQuery(DnsClient.java:430)
    at platform/jdk.naming.dns@17.0.6/com.sun.jndi.dns.DnsClient.query(DnsClient.java:216)
    at platform/jdk.naming.dns@17.0.6/com.sun.jndi.dns.Resolver.query(Resolver.java:81)
    at platform/jdk.naming.dns@17.0.6/com.sun.jndi.dns.DnsContext.c_getAttributes(DnsContext.java:434)
    at java.naming@17.0.6/com.sun.jndi.toolkit.ctx.ComponentDirContext.p_getAttributes(ComponentDirContext.java:235)
    at java.naming@17.0.6/com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:141)
    at java.naming@17.0.6/com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:129)
    at java.naming@17.0.6/javax.naming.directory.InitialDirContext.getAttributes(InitialDirContext.java:171)
    at com.jetbrains.e.s.sC.s(sC.java:98)
    at com.jetbrains.e.s.sC$$Lambda$12652/0x000000003350e368.apply(Unknown Source)
    at com.jetbrains.e.s.sj.next(sj.java:24)
    at com.jetbrains.e.s.o.s(o.java:144)
    at com.jetbrains.e.s.o.hasNext(o.java:130)
    at com.jetbrains.e.s.sj.hasNext(sj.java:20)
    at com.jetbrains.e.s.K.s(K.java:61)
    at com.jetbrains.e.s.K.hasNext(K.java:37)
    at com.jetbrains.e.s.sj.hasNext(sj.java:20)
    at com.jetbrains.e.s.sc.hasNext(sc.java:116)
    at com.jetbrains.e.s.m.connect(m.java:45)
    at java.base@17.0.6/sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    at java.base@17.0.6/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
    at java.base@17.0.6/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
    at java.base@17.0.6/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
    at java.base@17.0.6/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)
    at java.base@17.0.6/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
    at java.base@17.0.6/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)
    at java.base@17.0.6/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)
    at java.base@17.0.6/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
    at java.base@17.0.6/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
    at java.base@17.0.6/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
    at java.base@17.0.6/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
    at java.base@17.0.6/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
    at com.jetbrains.e.s.f.s(f.java:269)
    at com.jetbrains.e.s.f.s(f.java:184)
    at com.jetbrains.e.s.f.s(f.java:177)
    at com.jetbrains.e.s.f.s(f.java:150)
    at com.jetbrains.e.s.f.s(f.java:146)
    at com.jetbrains.e.s.f.s(f.java:126)
    at com.jetbrains.e.s.a.s(a.java:40)
    at com.jetbrains.e.s.a.o(a.java:143)
    at com.jetbrains.e.s.f.s(f.java:326)
    at com.jetbrains.e.s.b.s(b.java:69)
    at com.intellij.ide.s.R.s.s(s.java:469)
    at com.intellij.ide.s.R.r.s(r.java:409)
    at com.intellij.ide.s.R.r$$Lambda$6837/0x0000000031c463d8.run(Unknown Source)
    at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:246)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"DefaultDispatcher-worker-5" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

    at java.base@17.0.6/sun.nio.fs.WindowsNativeDispatcher.CreateFile0(Native Method)
    at java.base@17.0.6/sun.nio.fs.WindowsNativeDispatcher.CreateFile(WindowsNativeDispatcher.java:71)
    at java.base@17.0.6/sun.nio.fs.WindowsChannelFactory.open(WindowsChannelFactory.java:309)
    at java.base@17.0.6/sun.nio.fs.WindowsChannelFactory.newFileChannel(WindowsChannelFactory.java:168)
    at java.base@17.0.6/sun.nio.fs.WindowsFileSystemProvider.checkReadAccess(WindowsFileSystemProvider.java:331)
    at java.base@17.0.6/sun.nio.fs.WindowsFileSystemProvider.checkAccess(WindowsFileSystemProvider.java:380)
    at java.base@17.0.6/sun.nio.fs.AbstractFileSystemProvider.exists(AbstractFileSystemProvider.java:151)
    at java.base@17.0.6/java.nio.file.Files.exists(Files.java:2522)
    at com.intellij.util.io.PathKt.exists(path.kt:17)
    at git4idea.GitStatisticsCollectorKt.isInnerRepo(GitStatisticsCollector.kt:232)
    at git4idea.GitStatisticsCollectorKt.access$isInnerRepo(GitStatisticsCollector.kt:1)
    at git4idea.GitStatisticsCollectorKt$workingCopySize$1.invoke(GitStatisticsCollector.kt:219)
    at git4idea.GitStatisticsCollectorKt$workingCopySize$1.invoke(GitStatisticsCollector.kt:219)
    at kotlin.io.FileTreeWalk$FileTreeWalkIterator$TopDownDirectoryState.step(FileTreeWalk.kt:168)
    at kotlin.io.FileTreeWalk$FileTreeWalkIterator.gotoNext(FileTreeWalk.kt:98)
    at kotlin.io.FileTreeWalk$FileTreeWalkIterator.computeNext(FileTreeWalk.kt:80)
    at kotlin.collections.AbstractIterator.tryToComputeNext(AbstractIterator.kt:42)
    at kotlin.collections.AbstractIterator.hasNext(AbstractIterator.kt:29)
    at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
    at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
    at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
    at git4idea.GitStatisticsCollectorKt.sumWithLimits(GitStatisticsCollector.kt:202)
    at git4idea.GitStatisticsCollectorKt.workingCopySize(GitStatisticsCollector.kt:222)
    at git4idea.GitStatisticsCollectorKt.access$workingCopySize(GitStatisticsCollector.kt:1)
    at git4idea.GitStatisticsCollector.getMetrics(GitStatisticsCollector.kt:76)
    at com.intellij.internal.statistic.service.fus.collectors.ProjectUsagesCollector.getMetrics(ProjectUsagesCollector.java:80)
    at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger$2$1$1$1.invokeSuspend(FUStateUsagesLogger.kt:61)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"BaseDataReader: output stream of catalina.bat" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
    at java.base@17.0.6/java.io.FileInputStream.read(FileInputStream.java:276)
    at java.base@17.0.6/java.io.BufferedInputStream.read1(BufferedInputStream.java:282)
    at java.base@17.0.6/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
    at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
    at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
    at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
    at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
    at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
    at com.intellij.util.io.BaseDataReader$$Lambda$1041/0x000000002ffd5000.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
    at com.intellij.util.io.BaseDataReader$$Lambda$1033/0x000000002ffd6bd0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: output stream of fsnotifier.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

    at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
    at java.base@17.0.6/java.io.FileInputStream.read(FileInputStream.java:276)
    at java.base@17.0.6/java.io.BufferedInputStream.read1(BufferedInputStream.java:282)
    at java.base@17.0.6/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
    at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
    at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
    at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
    at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
    at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
    at com.intellij.util.io.BaseDataReader$$Lambda$1041/0x000000002ffd5000.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
    at com.intellij.util.io.BaseDataReader$$Lambda$1033/0x000000002ffd6bd0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: output stream of java.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
    at java.base@17.0.6/java.io.FileInputStream.read(FileInputStream.java:276)
    at java.base@17.0.6/java.io.BufferedInputStream.read1(BufferedInputStream.java:282)
    at java.base@17.0.6/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
    at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
    at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
    at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
    at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
    at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
    at com.intellij.util.io.BaseDataReader$$Lambda$1041/0x000000002ffd5000.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
    at com.intellij.util.io.BaseDataReader$$Lambda$1033/0x000000002ffd6bd0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: error stream of catalina.bat" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
    at java.base@17.0.6/java.io.FileInputStream.read(FileInputStream.java:276)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
    at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
    at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
    at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
    at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
    at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
    at com.intellij.util.io.BaseDataReader$$Lambda$1041/0x000000002ffd5000.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
    at com.intellij.util.io.BaseDataReader$$Lambda$1033/0x000000002ffd6bd0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: error stream of fsnotifier.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
    at java.base@17.0.6/java.io.FileInputStream.read(FileInputStream.java:276)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
    at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
    at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
    at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
    at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
    at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
    at com.intellij.util.io.BaseDataReader$$Lambda$1041/0x000000002ffd5000.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
    at com.intellij.util.io.BaseDataReader$$Lambda$1033/0x000000002ffd6bd0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: error stream of java.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
    at java.base@17.0.6/java.io.FileInputStream.read(FileInputStream.java:276)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
    at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
    at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
    at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
    at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
    at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
    at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
    at com.intellij.util.io.BaseDataReader$$Lambda$1041/0x000000002ffd5000.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
    at com.intellij.util.io.BaseDataReader$$Lambda$1033/0x000000002ffd6bd0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"EDT Performance Checker" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

    at java.management@17.0.6/sun.management.ThreadImpl.dumpThreads0(Native Method)
    at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
    at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
    at com.intellij.diagnostic.ThreadDumper.getThreadInfos(ThreadDumper.java:60)
    at com.intellij.diagnostic.SamplingTask.dumpThreads(SamplingTask.java:47)
    at com.intellij.diagnostic.SamplingTask$$Lambda$1027/0x000000002ffd1718.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
    at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1$$Lambda$547/0x000000002fa7e6f0.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Flushing Daemon" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

    at java.base@17.0.6/sun.nio.ch.FileDispatcherImpl.force0(Native Method)
    at java.base@17.0.6/sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:86)
    at java.base@17.0.6/sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:468)
    at com.intellij.psi.search.MappedFileTypeIndex$IndexDataController$ForwardIndexFileController.flush(MappedFileTypeIndex.java:335)
    at com.intellij.psi.search.MappedFileTypeIndex$IndexDataController.flush(MappedFileTypeIndex.java:187)
    at com.intellij.psi.search.MappedFileTypeIndex.flush(MappedFileTypeIndex.java:106)
    at com.intellij.util.indexing.FileBasedIndexImpl.flushAllIndices(FileBasedIndexImpl.java:741)
    at com.intellij.util.indexing.FileBasedIndexImpl$7.run(FileBasedIndexImpl.java:2025)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:200)
    at com.intellij.util.ConcurrencyUtil$$Lambda$452/0x000000002f9891c0.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
    at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"catalina.bat" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
    at java.base@17.0.6/java.lang.ProcessImpl.waitFor(ProcessImpl.java:566)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1030/0x000000002ffd3a40.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1029/0x000000002ffd2cf8.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"catalina.bat" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
    at java.base@17.0.6/java.lang.ProcessImpl.waitFor(ProcessImpl.java:566)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1030/0x000000002ffd3a40.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1029/0x000000002ffd2cf8.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"fsnotifier.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
    at java.base@17.0.6/java.lang.ProcessImpl.waitFor(ProcessImpl.java:566)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1030/0x000000002ffd3a40.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1029/0x000000002ffd2cf8.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"java.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
    at java.base@17.0.6/java.lang.ProcessImpl.waitFor(ProcessImpl.java:566)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1030/0x000000002ffd3a40.run(Unknown Source)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
    at com.intellij.execution.process.ProcessWaitFor$$Lambda$1029/0x000000002ffd2cf8.run(Unknown Source)
    at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
    at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Netty Builtin Server 1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
    at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:883)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Netty Builtin Server 2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
    at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:883)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Netty Builtin Server 3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
    at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:883)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"JDI Target VM Interface" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
    at java.base@17.0.6/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:46)
    at java.base@17.0.6/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:261)
    at java.base@17.0.6/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:312)
    at java.base@17.0.6/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
    at java.base@17.0.6/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
    at java.base@17.0.6/java.net.Socket$SocketInputStream.read(Socket.java:966)
    at java.base@17.0.6/java.net.Socket$SocketInputStream.read(Socket.java:961)
    at com.jetbrains.jdi.SocketConnection.readPacket(SocketConnection.java:95)
    at com.jetbrains.jdi.TargetVM$ReaderThread.run(TargetVM.java:150)

"HttpClient-1-SelectorManager" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
    at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    at platform/java.net.http@17.0.6/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:889)

"HttpClient-13-SelectorManager" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

    at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
    at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    at platform/java.net.http@17.0.6/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:889)

"HttpClient-6-SelectorManager" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
    at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
    at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
    at platform/java.net.http@17.0.6/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:889)

"AWT-Windows" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.desktop/sun.awt.windows.WToolkit.eventLoop(Native Method)
    at java.desktop/sun.awt.windows.WToolkit.run(WToolkit.java:365)
    at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Reference Handler" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

    at java.base@17.0.6/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
    at java.base@17.0.6/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
    at java.base@17.0.6/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Thread-80" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
    at java.base@17.0.6/sun.net.dns.ResolverConfigurationImpl.notifyAddrChange0(Native Method)
    at java.base@17.0.6/sun.net.dns.ResolverConfigurationImpl$AddressChangeListener.run(ResolverConfigurationImpl.java:176)

"Attach Listener" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Notification Thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Signal Dispatcher" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"WinLauncher external command processing thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"DefaultDispatcher-worker-8" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

    at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
    at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
    at com.intellij.openapi.progress.impl.CoreProgressManager.sleepIfNeededToGivePriorityToAnotherThread(CoreProgressManager.java:839)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.runCheckCanceledHooks(ProgressManagerImpl.java:191)
    at com.intellij.openapi.progress.impl.CoreProgressManager.doCheckCanceled(CoreProgressManager.java:145)
    at com.intellij.openapi.progress.ProgressManager.checkCanceled(ProgressManager.java:221)
    at com.intellij.openapi.progress.ProgressIndicatorProvider.checkCanceled(ProgressIndicatorProvider.java:23)
    at com.intellij.lang.impl.PsiBuilderImpl.insertLeaves(PsiBuilderImpl.java:1258)
    at com.intellij.lang.impl.PsiBuilderImpl.bind(PsiBuilderImpl.java:1214)
    at com.intellij.lang.impl.PsiBuilderImpl.buildTree(PsiBuilderImpl.java:913)
    at com.intellij.lang.impl.PsiBuilderImpl.getTreeBuilt(PsiBuilderImpl.java:899)
    at com.intellij.psi.impl.source.parsing.xml.XmlParser.parse(XmlParser.java:43)
    at com.intellij.psi.tree.ILazyParseableElementType.doParseContents(ILazyParseableElementType.java:58)
    at com.intellij.psi.tree.IFileElementType.parseContents(IFileElementType.java:53)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.lambda$ensureParsed$2(LazyParseableElement.java:185)
    at com.intellij.psi.impl.source.tree.LazyParseableElement$$Lambda$2548/0x0000000030a67258.run(Unknown Source)
    at com.intellij.psi.impl.DebugUtil.performPsiModification(DebugUtil.java:481)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.ensureParsed(LazyParseableElement.java:184)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.getFirstChildNode(LazyParseableElement.java:236)
    at com.intellij.psi.impl.source.tree.LazyParseableElement.getFirstChildNode(LazyParseableElement.java:25)
    at com.intellij.psi.impl.source.tree.SharedImplUtil.getFirstChild(SharedImplUtil.java:37)
    at com.intellij.psi.impl.source.PsiFileImpl.getFirstChild(PsiFileImpl.java:744)
    at com.intellij.psi.impl.source.xml.XmlFileImpl.getDocument(XmlFileImpl.java:30)
    at com.intellij.psi.impl.source.xml.XmlFileImpl.getRootTag(XmlFileImpl.java:41)
    at org.jetbrains.idea.maven.dom.MavenDomUtil.isProjectFile(MavenDomUtil.java:70)
    at org.jetbrains.idea.maven.dom.MavenDomUtil.isMavenFile(MavenDomUtil.java:64)
    at org.jetbrains.idea.maven.dom.MavenDomFileDescription.isMyFile(MavenDomFileDescription.java:32)
    at com.intellij.util.xml.impl.DomCreator.lambda$findFileDescription$2(DomCreator.java:236)
    at com.intellij.util.xml.impl.DomCreator$$Lambda$2509/0x00000000309f3378.value(Unknown Source)
    at com.intellij.util.containers.ContainerUtil.find(ContainerUtil.java:756)
    at com.intellij.util.containers.ContainerUtil.find(ContainerUtil.java:740)
    at com.intellij.util.xml.impl.DomCreator.findFileDescription(DomCreator.java:238)
    at com.intellij.util.xml.impl.DomCreator.createFileElement(DomCreator.java:186)
    at com.intellij.util.xml.impl.DomManagerImpl.lambda$getFileElement$0(DomManagerImpl.java:316)
    at com.intellij.util.xml.impl.DomManagerImpl$$Lambda$2508/0x00000000309f16b8.compute(Unknown Source)
    at com.intellij.psi.util.CachedValuesManager$1.compute(CachedValuesManager.java:158)
    at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:39)
    at com.intellij.util.CachedValueBase.lambda$getValueWithLock$3(CachedValueBase.java:231)
    at com.intellij.util.CachedValueBase$$Lambda$2104/0x0000000030779578.compute(Unknown Source)
    at com.intellij.util.CachedValueBase.computeData(CachedValueBase.java:41)
    at com.intellij.util.CachedValueBase.lambda$getValueWithLock$4(CachedValueBase.java:231)
    at com.intellij.util.CachedValueBase$$Lambda$2103/0x0000000030779308.compute(Unknown Source)
    at com.intellij.openapi.util.RecursionGuard$$Lambda$1716/0x0000000030558000.compute(Unknown Source)
    at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:112)
    at com.intellij.openapi.util.RecursionGuard.doPreventingRecursion(RecursionGuard.java:42)
    at com.intellij.openapi.util.RecursionManager.doPreventingRecursion(RecursionManager.java:66)
    at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:232)
    at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:28)
    at com.intellij.util.CachedValuesManagerImpl.getCachedValue(CachedValuesManagerImpl.java:72)
    at com.intellij.psi.util.CachedValuesManager.getCachedValue(CachedValuesManager.java:155)
    at com.intellij.util.xml.impl.DomManagerImpl.getFileElement(DomManagerImpl.java:315)
    at com.intellij.util.xml.impl.DomManagerImpl.getFileElement(DomManagerImpl.java:62)
    at com.intellij.util.xml.DomManager.getDomFileDescription(DomManager.java:144)
    at com.intellij.util.xml.impl.DomManagerImpl.getFileElement(DomManagerImpl.java:332)
    at com.intellij.util.xml.impl.DomManagerImpl.getFileElement(DomManagerImpl.java:62)
    at org.jetbrains.idea.maven.dom.MavenDomUtil.getMavenDomFile(MavenDomUtil.java:258)
    at org.jetbrains.idea.maven.dom.MavenDomUtil.getMavenDomModel(MavenDomUtil.java:251)
    at org.jetbrains.idea.maven.dom.MavenDomUtil.getMavenDomModel(MavenDomUtil.java:246)
    at org.jetbrains.idea.maven.dom.MavenDomUtil.getMavenDomProjectModel(MavenDomUtil.java:229)
    at org.jetbrains.idea.maven.dsl.MavenDependencyModificator.declaredDependencies$lambda$22(MavenDependencyModificator.kt:381)
    at org.jetbrains.idea.maven.dsl.MavenDependencyModificator$$Lambda$5124/0x00000000313af288.compute(Unknown Source)
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:898)
    at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:68)
    at org.jetbrains.idea.maven.dsl.MavenDependencyModificator.declaredDependencies(MavenDependencyModificator.kt:380)
    at org.jetbrains.idea.maven.dsl.MavenDependencyModificator.declaredDependencies(MavenDependencyModificator.kt:375)
    at com.intellij.externalSystem.DependencyModifierService$declaredDependencies$1.invoke(DependencyModifierService.kt:26)
    at com.intellij.externalSystem.DependencyModifierService$declaredDependencies$1.invoke(DependencyModifierService.kt:25)
    at com.intellij.externalSystem.DependencyModifierService.read(DependencyModifierService.kt:60)
    at com.intellij.externalSystem.DependencyModifierService.declaredDependencies(DependencyModifierService.kt:25)
    at org.jetbrains.security.extension.MavenSharedDependenciesModel.declaredDependencies$suspendImpl(MavenSharedDependenciesModel.kt:43)
    at org.jetbrains.security.extension.MavenSharedDependenciesModel.declaredDependencies(MavenSharedDependenciesModel.kt)
    at org.jetbrains.security.service.PackageService$declaredDependencies$3$1.invokeSuspend(PackageService.kt:36)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
    at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
    at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
    at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
    at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
    at org.jetbrains.security.service.PackageService.declaredDependencies(PackageService.kt:36)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl$getDeclaredDependencies$2.invoke(ProjectDependenciesModelImpl.kt:81)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl$getDeclaredDependencies$2.invoke(ProjectDependenciesModelImpl.kt:78)
    at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:90)
    at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:15)
    at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$1.invoke(InternalReadAction.kt:74)
    at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$1.invoke(InternalReadAction.kt:73)
    at com.intellij.openapi.progress.CancellationKt.withCurrentJob$lambda$0(cancellation.kt:17)
    at com.intellij.openapi.progress.CancellationKt$$Lambda$895/0x000000002fd8f9d0.compute(Unknown Source)
    at com.intellij.openapi.progress.Cancellation.withCurrentJob(Cancellation.java:60)
    at com.intellij.openapi.progress.CancellationKt.withCurrentJob(cancellation.kt:17)
    at com.intellij.openapi.progress.CancellationKt.executeWithJobAndCompleteIt(cancellation.kt:125)
    at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$1$lambda$0(cancellableReadAction.kt:49)
    at com.intellij.openapi.application.rw.CancellableReadActionKt$$Lambda$1197/0x000000002fbe1c50.run(Unknown Source)
    at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1111)
    at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$1(cancellableReadAction.kt:47)
    at com.intellij.openapi.application.rw.CancellableReadActionKt$$Lambda$1195/0x000000002fbe0470.run(Unknown Source)
    at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
    at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:128)
    at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:45)
    at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:73)
    at com.intellij.openapi.application.rw.InternalReadAction.access$tryReadCancellable(InternalReadAction.kt:15)
    at com.intellij.openapi.application.rw.InternalReadAction$tryReadAction$2.invoke(InternalReadAction.kt:59)
    at com.intellij.openapi.application.rw.InternalReadAction$tryReadAction$2.invoke(InternalReadAction.kt:54)
    at com.intellij.openapi.progress.CancellationKt.withCurrentJob$lambda$0(cancellation.kt:17)
    at com.intellij.openapi.progress.CancellationKt$$Lambda$895/0x000000002fd8f9d0.compute(Unknown Source)
    at com.intellij.openapi.progress.Cancellation.withCurrentJob(Cancellation.java:60)
    at com.intellij.openapi.progress.CancellationKt.withCurrentJob(cancellation.kt:17)
    at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:142)
    at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:54)
    at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:46)
    at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:15)
    at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$2.invokeSuspend(InternalReadAction.kt:27)
    at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$2.invoke(InternalReadAction.kt)
    at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$2.invoke(InternalReadAction.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:169)
    at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
    at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:23)
    at com.intellij.openapi.application.rw.PlatformReadActionSupport.executeReadAction(PlatformReadActionSupport.kt:24)
    at com.intellij.openapi.application.CoroutinesKt.constrainedReadAction(coroutines.kt:51)
    at com.intellij.openapi.application.CoroutinesKt.smartReadAction(coroutines.kt:30)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl.getDeclaredDependencies(ProjectDependenciesModelImpl.kt:78)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl.access$getDeclaredDependencies(ProjectDependenciesModelImpl.kt:27)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl$declaredPackages$1.invokeSuspend(ProjectDependenciesModelImpl.kt:55)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl$declaredPackages$1.invoke(ProjectDependenciesModelImpl.kt)
    at org.jetbrains.security.model.impl.ProjectDependenciesModelImpl$declaredPackages$1.invoke(ProjectDependenciesModelImpl.kt)
    at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:214)
    at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invoke(Merge.kt)
    at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invoke(Merge.kt)
    at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
    at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt)
    at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:55)
    at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112)
    at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
    at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
    at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source)
    at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1.emit(Merge.kt:33)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:62)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
    at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"Index Healthcheck" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

    at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
    at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
    at com.intellij.openapi.progress.impl.CoreProgressManager.sleepIfNeededToGivePriorityToAnotherThread(CoreProgressManager.java:839)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.runCheckCanceledHooks(ProgressManagerImpl.java:191)
    at com.intellij.openapi.progress.impl.CoreProgressManager.doCheckCanceled(CoreProgressManager.java:145)
    at com.intellij.openapi.progress.ProgressManager.checkCanceled(ProgressManager.java:221)
    at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:290)
    at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:327)
    at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:327)
    at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:327)
    at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:327)
    at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:327)
    at com.intellij.openapi.vfs.VfsUtilCore.iterateChildrenRecursively(VfsUtilCore.java:276)
    at com.intellij.openapi.vfs.VfsUtilCore.iterateChildrenRecursively(VfsUtilCore.java:269)
    at com.intellij.util.indexing.roots.IndexableFilesIterationMethods.iterateRoots(IndexableFilesIterationMethods.kt:38)
    at 
0
2 comments

I opened an older version of intellij to try to figure out what happened. Local history surprisingly showed something in the older version ( in the current version it doesnt show anything)

0

Hello Sima Hindiyeh, please, accept my apologies for this unpleasant situation.

Did you try to perform chkdsk (for Windows) or similar features? It could find and restore corrupted files/directories.
Could you also please share the IntelliJIDEA logs from the version that crashed and caused the problem? You can upload it to the JetBrains Uploads service and post here the ID you receive.

 
 
0

Please sign in to leave a comment.