2025.2.3 (Community Edition): Nothing to show in Run console when run Java Main method
I upgraded to 2025.2.3 and wanted to try a simple Java program.
When I clicked the run button, I saw the Java class was compiled but the Run console didn't show anything.
Although I can debug the Java class to work around, it will be appreciated very much if someone can help.
I even tried to replace the bundled jbr (jdk 21?) with open-jdk 25. That didn't resolve the problem.
There are some warning messages in the log file. I also append them.
#############################################################
2025-10-20 11:01:21,955 [ 10] INFO - #c.i.p.i.b.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2025-10-20 11:01:21,978 [ 33] INFO - #c.i.p.i.b.AppStarter - Will skip the config import to directory "C:\Users\Administrator\AppData\Roaming\JetBrains\IdeaIC2025.2" (exists = true). Current entries: ".lock", "app-internal-state.db", "bundled_plugins.txt", "codestyles", "disabled_plugins.txt", "disabled_update.txt", "early-access-registry.txt", "event-log-metadata", "migration", "options", "plugins", "scratches", "ssl", "tasks", "updatedBrokenPlugins.db", "workspace".
2025-10-20 11:01:21,989 [ 44] INFO - #c.i.p.i.b.AppStarter - JNA library (64-bit) loaded in 20 ms
2025-10-20 11:01:21,994 [ 49] INFO - #c.i.p.i.b.AppStarter - IDE: IntelliJ IDEA (build #IC-252.26830.84, Wed, 1 Oct 2025 23:07:00 GMT)
2025-10-20 11:01:21,994 [ 49] INFO - #c.i.p.i.b.AppStarter - OS: Windows (10.0)
2025-10-20 11:01:21,994 [ 49] INFO - #c.i.p.i.b.AppStarter - JRE: 25+36-3489, amd64 (Oracle Corporation)
2025-10-20 11:01:21,994 [ 49] INFO - #c.i.p.i.b.AppStarter - JVM: 25+36-3489 (OpenJDK 64-Bit Server VM)
2025-10-20 11:01:21,994 [ 49] INFO - #c.i.p.i.b.AppStarter - PID: 4012
2025-10-20 11:01:22,019 [ 74] INFO - #c.i.p.i.b.AppStarter - JVM options: [abort, vfprintf, -XX:ErrorFile=C:\Users\Administrator\java_error_in_idea_%p.log, -XX:HeapDumpPath=C:\Users\Administrator\java_error_in_idea.hprof, -Xms128m, -Xmx2048m, -XX:JbrShrinkingGcMaxHeapFreeRatio=40, -XX:ReservedCodeCacheSize=512m, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:CICompilerCount=2, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UnlockDiagnosticVMOptions, -XX:TieredOldPercentage=100000, -ea, -Dsun.io.useCanonCaches=false, -Dsun.java2d.metal=true, -Djbr.catch.SIGABRT=true, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Djdk.nio.maxCachedBufferSize=2097152, -Djava.util.zip.use.nio.for.zip.file.access=true, -Dkotlinx.coroutines.debug=off, -Djava.nio.file.spi.DefaultFileSystemProvider=com.intellij.platform.core.nio.fs.MultiRoutingFileSystemProvider, -Dllm.show.ai.promotion.window.on.start=false, -Didea.kotlin.plugin.use.k2=true, -Divy.cache.dir=D:\cache\.ivy2\cache, -Dcoursier.cache=D:\cache\.coursier, -Djb.vmOptionsFile=D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\bin/idea64.exe.vmoptions, -Xbootclasspath/a:D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\lib\nio-fs.jar, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.vendor.name=JetBrains, -Didea.paths.selector=IdeaIC2025.2, -Djna.boot.library.path=D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2/lib/jna/amd64, -Djna.nosys=true, -Djna.noclasspath=true, -Dpty4j.preferred.native.folder=D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2/lib/pty4j, -Dio.netty.allocator.type=pooled, -Dintellij.platform.runtime.repository.path=D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2/modules/module-descriptors.dat, -Didea.platform.prefix=Idea, -Dwsl.use.remote.agent.for.nio.filesystem=true, -Djava.nio.file.spi.DefaultFileSystemProvider=com.intellij.platform.core.nio.fs.MultiRoutingFileSystemProvider, -Dsplash=true, -Daether.connector.resumeDownloads=false, -Dcompose.swing.render.on.graphics=true, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.ref=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.net=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/java.nio.charset=ALL-UNNAMED, --add-opens=java.base/java.text=ALL-UNNAMED, --add-opens=java.base/java.time=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED, --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED, --add-opens=java.base/sun.net.dns=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.base/sun.nio.fs=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.desktop/com.sun.java.swing=ALL-UNNAMED, --add-opens=java.desktop/java.awt=ALL-UNNAMED, --add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.event=ALL-UNNAMED, --add-opens=java.desktop/java.awt.font=ALL-UNNAMED, --add-opens=java.desktop/java.awt.image=ALL-UNNAMED, --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED, --add-opens=java.desktop/javax.swing=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html.parser=ALL-UNNAMED, --add-opens=java.desktop/sun.awt=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=java.management/sun.management=ALL-UNNAMED, --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED, --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED, --add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED, -Dide.native.launcher=true, -Djcef.sandbox.ptr=0000017942152650, -Djcef.sandbox.cefVersion=122.1.9+gd14e051+chromium-122.0.6261.94]
2025-10-20 11:01:22,023 [ 78] INFO - #c.i.p.i.b.AppStarter - args:
2025-10-20 11:01:22,023 [ 78] INFO - #c.i.p.i.b.AppStarter - library path: D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\WINDOWS\System32\OpenSSH\;D:\soft\WindowsKits\10\Windows Performance Toolkit\;C:\ProgramData\chocolatey\bin;D:\soft\TortoiseSVN\bin;D:\soft\tools;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\bin;;.
2025-10-20 11:01:22,023 [ 78] INFO - #c.i.p.i.b.AppStarter - boot library path: D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\jbr\bin
2025-10-20 11:01:22,026 [ 81] INFO - #c.i.p.i.b.AppStarter - locale=zh_CN JNU=UTF-8 file.encoding=UTF-8
idea.config.path=C:\Users\Administrator\AppData\Roaming\JetBrains\IdeaIC2025.2
idea.system.path=C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2
idea.plugins.path=C:\Users\Administrator\AppData\Roaming\JetBrains\IdeaIC2025.2\plugins
idea.log.path=C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\log
2025-10-20 11:01:22,028 [ 83] INFO - #c.i.p.i.b.AppStarter - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@1ffcecbb[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@7f1751e2
2025-10-20 11:01:22,686 [ 741] INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2025-10-20 11:01:22,693 [ 748] INFO - #c.i.i.p.PluginManager - PluginMainDescriptor(name=Maven, id=org.jetbrains.idea.maven, version=252.26830.84, isBundled=true, path=D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\plugins\maven) overrides PluginMainDescriptor(name=Maven, id=org.jetbrains.idea.maven, version=252.26830.24, isBundled=false, path=~\AppData\Roaming\JetBrains\IdeaIC2025.2\plugins\maven)
2025-10-20 11:01:22,693 [ 748] INFO - #c.i.i.p.PluginManager - PluginMainDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, version=252.26830.84, package=org.jetbrains.plugins.terminal, isBundled=true, path=D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\plugins\terminal) overrides PluginMainDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, version=252.26830.46, package=org.jetbrains.plugins.terminal, isBundled=false, path=~\AppData\Roaming\JetBrains\IdeaIC2025.2\plugins\terminal)
2025-10-20 11:01:22,739 [ 794] INFO - #c.i.i.p.PluginManager - Plugin set resolution:
Module intellij.terminal.sh is not enabled because dependency com.jetbrains.sh is not available
Module intellij.terminal.frontend.split is not enabled because dependency intellij.platform.frontend.split is not available
Module intellij.json.frontend.split is not enabled because dependency intellij.platform.frontend.split is not available
Module intellij.settingsSync.core is not enabled because dependency Git4Idea is not available
Module intellij.platform.images.copyright is not enabled because dependency com.intellij.copyright is not available
Module intellij.platform.identifiers.highlighting.backend is not enabled because dependency com.jetbrains.codeWithMe is not available
Module intellij.vcs.git.featuresTrainer is not enabled because dependency Git4Idea is not available
Module intellij.properties/copyright is not enabled because dependency com.intellij.copyright is not available
Module intellij.python.grazie is not enabled because dependency tanvd.grazi is not available
Module intellij.python.copyright is not enabled because dependency com.intellij.copyright is not available
Module intellij.python.community.plugin.minorRider is not enabled because dependency com.intellij.modules.python-in-mini-ide-capable is not available
Module intellij.python.community.plugin.minor is not enabled because dependency com.intellij.modules.python-in-mini-ide-capable is not available
Module intellij.toml.grazie is not enabled because dependency tanvd.grazi is not available
Module intellij.toml.frontend.split is not enabled because dependency intellij.platform.frontend.split is not available
Module intellij.yaml.frontend.split is not enabled because dependency intellij.platform.frontend.split is not available
Module intellij.jvm.dfa.analysis.ui is not enabled because dependency com.intellij.modules.ultimate is not available
Module intellij.debugger.collections.visualizer.jvm is not enabled because dependency intellij.debugger.collections.visualizer.core is not available
Module intellij.java.performancePlugin is not enabled because dependency intellij.performanceTesting.vcs is not available
Module intellij.kotlin.onboarding-promoter is not enabled because dependency kotlin.features-trainer is not available
Module intellij.profiler.ultimate is not enabled because dependency com.intellij.modules.ultimate is not available
Module scalaUltimate.play is not enabled because dependency com.intellij.modules.ultimate is not available
Module scalaUltimate.play-js is not enabled because dependency scalaUltimate.play is not available
Module scalaUltimate.play-css is not enabled because dependency scalaUltimate.play is not available
Module scalaUltimate.llm-embeddings is not enabled because dependency intellij.ml.llm.embeddings is not available
Module scalaUltimate.llm-completion is not enabled because dependency intellij.ml.llm.completion is not available
Module scalaUltimate.js is not enabled because dependency JavaScript is not available
Module scalaUltimate.full-line is not enabled because dependency intellij.fullLine.core is not available
Module scalaUltimate.evaluation is not enabled because dependency com.intellij.completion.evaluation is not available
Module scalaUltimate.duplicateDetector is not enabled because dependency com.intellij.modules.duplicatesDetector is not available
Module scalaUltimate.akka is not enabled because dependency com.intellij.modules.ultimate is not available
Module scalaCommunity.textAnalysis is not enabled because dependency tanvd.grazi is not available
Module scalaCommunity.intellij-bazel is not enabled because dependency org.jetbrains.bazel is not available
Module scalaUltimate.llm is not enabled because dependency intellij.ml.llm.codeGeneration is not available
Module scalaUltimate.llm.maven is not enabled because dependency scalaUltimate.llm is not available
Module scalaUltimate.llm.gradle is not enabled because dependency scalaUltimate.llm is not available
Module scalaCommunity.gradle is not enabled because dependency com.intellij.gradle is not available
Module scalaUltimate.js-debugger is not enabled because dependency scalaUltimate.js is not available
Module scalaUltimate.debugger-collection-visualization is not enabled because dependency intellij.debugger.collections.visualizer.jvm is not available
Module scalaUltimate.coverage is not enabled because dependency Coverage is not available
Module intellij.maven.profiler is not enabled because dependency intellij.profiler.ultimate is not available
Module intellij.performanceTesting.async.core is not enabled because dependency com.jetbrains.performancePlugin is not available
2025-10-20 11:01:22,742 [ 797] WARN - #c.i.i.p.PluginManager - Problems found loading plugins:
Plugin 'Gradle DSL API' (org.jetbrains.idea.gradle.dsl) requires plugin with id=com.intellij.gradle to be enabled
Plugin 'Shared Indexes' (intellij.indexing.shared.core) requires plugin with id=com.intellij.configurationScript to be enabled
2025-10-20 11:01:22,751 [ 806] INFO - #c.i.u.s.JBUIScale - System scale factor: 1.0 (IDE-managed HiDPI)
2025-10-20 11:01:22,770 [ 825] INFO - #c.i.u.s.JBUIScale - Computed user scale factor: 1.0 (IDE-managed HiDPI)
2025-10-20 11:01:22,797 [ 852] INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: IDEA CORE (252.26830.84), Markdown (252.26830.84), Images (252.26830.84), Terminal (252.26830.84), JSON (252.26830.84), Artifacts Repository Search (252.26830.84), IDE Features Trainer (252.26830.84), Java (252.26830.84), Java Stream Debugger (252.26830.84), Async Profiler for IDE Performance Testing (252.26830.84), Java Bytecode Decompiler (252.26830.84), IntelliLang (252.26830.84), JUnit (252.26830.84), Eclipse Interoperability (252.26830.84), Java IDE Customization (252.26830.84), Maven (252.26830.84)
2025-10-20 11:01:22,797 [ 852] INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Properties (252.26830.93), Python Community Edition (252.26830.24), Toml (252.26830.93), YAML (252.26830.84), Scala (2025.2.30)
2025-10-20 11:01:22,797 [ 852] INFO - #c.i.i.p.PluginManager - Disabled plugins: Package Checker (252.26830.84), Subversion (252.26830.84), Code With Me (252.26830.84), Configuration Script (252.26830.84), Git (252.26830.84), Perforce Helix Core (252.26830.84), Eclipse Keymap (252.26830.84), Compose Multiplatform (252.26830.84), Natural Languages (252.26830.84), Gradle for Java (252.26830.84), TestNG (252.26830.84), Jupyter (252.26830.84), Bytecode Viewer (252.26830.84), Korean Language Pack / 頃滉淡鞏?鞏胳柎 韺?(252.26830.84), Java Internationalization (252.26830.84), Performance Testing (252.26830.84), WebP Support (252.26830.84), MCP Server (252.26830.84), Machine Learning Code Completion (252.26830.84), Qodana (252.26830.84), Visual Studio Keymap (252.26830.84), Kotlin (252.26830.84-IJ), JavaFX (252.26830.84), Backup and Sync (252.26830.84), HTML Tools (252.26830.84), Station (252.26830.84), Shell Script (252.26830.84), Remote Execution Agent (252.26830.84), Kotlin Notebook (252.26830.84), Gradle Declarative Support (252.26830.84), Chinese (Simplified) Language Pack / 涓枃璇█鍖?(252.26830.84), DevKit Runtime (252.26830.84), JetBrains Marketplace Licensing (252.26830.84), Machine Learning in Marketplace (252.26830.84), NetBeans Keymap (252.26830.84), Mercurial (252.26830.84), Task Management (252.26830.84), GitLab (252.26830.84-IU), Groovy (252.26830.84), Modal Commit Interface (252.26830.84), Code Coverage for Java (252.26830.84), Machine Learning in Search Everywhere (252.26830.84), EditorConfig (252.26830.84), Japanese Language Pack / 鏃ユ湰瑾炶█瑾炪儜銉冦偗 (252.26830.84), Turbo Complete (252.26830.84), Copyright (252.26830.84), Gradle (252.26830.84), TextMate Bundles (252.26830.84), AI Promo (252.26830.84), GitHub (252.26830.84-IU), Notebook Files (252.26830.84)
2025-10-20 11:01:23,089 [ 1144] INFO - #c.i.u.i.PageCacheUtils - File page caching params:
DEFAULT_PAGE_SIZE: 10485760
Direct memory to use, max: 2126512128
FilePageCache: regular
Regular FilePageCache: 629145600 bytes
DirectByteBuffers pool: 104857600 bytes
2025-10-20 11:01:23,225 [ 1280] INFO - #c.i.p.k.b.BackendKernelServiceKt - Backend started Kernel
2025-10-20 11:01:23,364 [ 1419] INFO - #fleet.kernel.Transactor - Duration: 89.008500ms, change from: fleet.tracing.runtime.Span$Noop@794ed88
2025-10-20 11:01:23,487 [ 1542] INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=D:/cache/.m2/repository, SRC_VIA7=D:/ws/svn/via7, SRC_YODA=D:/ws/svn/yoda}
2025-10-20 11:01:23,525 [ 1580] INFO - #c.i.o.a.ConfigImportHelper - [i18n] Localization property from registry is null
2025-10-20 11:01:23,589 [ 1644] INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses names enumerator over mmapped file
2025-10-20 11:01:23,601 [ 1656] INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses streamlined attributes storage (over mmapped file)
2025-10-20 11:01:23,610 [ 1665] INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses content storage over memory-mapped file, with compression algo: LZ4[ > 8000b ]
2025-10-20 11:01:23,610 [ 1665] INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses OverMMappedFile(pageSize=67108864, acquireStorageOwnership=true) storage for main file records table
2025-10-20 11:01:23,725 [ 1780] INFO - #c.i.o.u.r.RegistryManager - Registry values changed by user: i18n.locale = , ide.experimental.ui = true, ide.experimental.ui.inter.font = false, idea.islands.feedback2.enabled = false, idea.plugins.compatible.build = , jvm.dfa.analysis.ui.security.analysis.window.was.shown = true, moved.to.new.ui = true, scala.erase.compiler.process.jdk.once = false
2025-10-20 11:01:23,823 [ 1878] INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS: impl (expected) version=846400, 150072 file records, 1326 content blobs
2025-10-20 11:01:23,834 [ 1889] INFO - #c.i.o.v.n.p.FSRecordsImpl - VFS initialized: 249 ms, 0 failed attempts, 0 error(s) were recovered
2025-10-20 11:01:23,860 [ 1915] INFO - #c.i.i.s.e.StatisticsEventLoggerProvider - Initialize event logger provider for 'FUS'
2025-10-20 11:01:23,871 [ 1926] INFO - #c.i.i.s.e.StatisticsEventLoggerProvider - Initialize event logger provider for 'MP'
2025-10-20 11:01:23,871 [ 1926] INFO - #c.i.i.s.e.StatisticsEventLoggerProvider - Initialize event logger provider for 'ML'
2025-10-20 11:01:23,931 [ 1986] INFO - c.i.p.i.IdeFingerprint - Calculated dependencies fingerprint in 945 ms (hash=20ztlnz3misw8, buildTime=1759360020, appVersion=IC-252.26830.84)
2025-10-20 11:01:23,988 [ 2043] INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS.MAX_FILE_LENGTH_TO_CACHE: 1048576
2025-10-20 11:01:23,988 [ 2043] INFO - #c.i.o.v.n.p.FSRecordsImpl - VFS scanned: file-by-name index was populated
2025-10-20 11:01:24,122 [ 2177] WARN - #c.i.o.e.i.FontFamilyServiceImpl - Couldn't access required runtime API, will fall back to basic logic of font selection
2025-10-20 11:01:24,277 [ 2332] INFO - #c.i.i.s.StatisticsRegionSettingsServiceImpl - Statistics. Region code is china
2025-10-20 11:01:24,302 [ 2357] INFO - #c.i.o.v.n.p.FSRecords - VFS health-check enabled: first after 600000 ms, and each following 43200000 ms, wrap in RA: true
2025-10-20 11:01:24,638 [ 2693] INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
2025-10-20 11:01:24,662 [ 2717] INFO - #c.i.o.a.ConfigImportHelper - [i18n] Localization property from registry is null
2025-10-20 11:01:24,750 [ 2805] INFO - #c.i.i.p.ExpiredPluginsState - Plugins to skip: []
2025-10-20 11:01:24,814 [ 2869] INFO - #c.i.u.i.c.d.IndexWriter - Use com.intellij.util.indexing.contentQueue.dev.MultiThreadedWithSuspendIndexWriter@123e8f26 as (parallel) index writer implementation
2025-10-20 11:01:24,819 [ 2874] INFO - #c.i.u.i.i.SlruIndexStorageCacheProvider - SLRU cache will be used for indexes
2025-10-20 11:01:24,819 [ 2874] INFO - #c.i.u.i.i.MapIndexStorageCacheProvider$Companion - Default index storage cache provider [com.intellij.util.indexing.impl.SlruIndexStorageCacheProvider@134f479] is used
2025-10-20 11:01:24,821 [ 2876] INFO - #c.i.u.i.FileBasedIndexImpl - Loading indexes
2025-10-20 11:01:24,828 [ 2883] INFO - #c.i.u.i.PersistentDirtyFilesQueue - Dirty file ids read. Size: 29. Index: 29 Path: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\index\dirty-file-ids.
2025-10-20 11:01:24,845 [ 2900] INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\bin\fsnotifier.exe
2025-10-20 11:01:24,885 [ 2940] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'Stubs' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,885 [ 2940] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'IdIndex' index (applicable providers: [default, fake-storage]), shards = 1
2025-10-20 11:01:24,888 [ 2943] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'FilenameIndex' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,891 [ 2946] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'filetypes' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,935 [ 2990] INFO - #c.i.f.n.TrigramIndexFilter - Filter exclude extensions is enabled: CustomizableExcludeExtensions([com.intellij.java.JavaLibrarySourcesExcludingIndexFilterExtension@61e25a68])
2025-10-20 11:01:24,935 [ 2990] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'Trigram.Index' index (applicable providers: [default, fake-storage]), shards = 1
2025-10-20 11:01:24,941 [ 2996] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'fileIncludes' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,958 [ 3013] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'FrameworkDetectionIndex' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,960 [ 3015] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'TodoIndex' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,967 [ 3022] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'html5.custom.attributes.index' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,969 [ 3024] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'XmlTagNames' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,972 [ 3027] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'XmlNamespaces' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,974 [ 3029] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'SchemaTypeInheritance' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,979 [ 3034] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'DomFileIndex' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,979 [ 3034] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'RelaxSymbolIndex' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,985 [ 3040] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'java.auto.module.name' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,985 [ 3040] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'json.file.root.values' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,991 [ 3046] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'java.null.method.argument' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,991 [ 3046] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'java.source.module.name' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,996 [ 3051] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'java.fun.expression' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:24,996 [ 3051] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'java.binary.plus.expression' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,002 [ 3057] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'bytecodeAnalysis' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,002 [ 3057] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'xmlProperties' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,009 [ 3064] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'Py.module.name' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,009 [ 3064] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'Py.setuptools.namespace' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,016 [ 3071] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'ScalaDocAsteriskAlignStyleIndexer' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,016 [ 3071] INFO - #c.i.u.i.i.s.IndexStorageLayoutLocator - Layout 'default' will be used to for 'ImportOrderingIndexer' index (applicable providers: [default, fake-storage])
2025-10-20 11:01:25,232 [ 3287] INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2025-10-20 11:01:25,236 [ 3291] INFO - #c.i.o.v.i.w.WslFileWatcher - WSL file watcher: D:\soft\JetBrains\IntelliJ IDEA Community Edition 2025.2\bin\fsnotifier-wsl
2025-10-20 11:01:25,245 [ 3300] INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2025-10-20 11:01:25,261 [ 3316] INFO - #c.i.u.i.FileBasedIndexImpl - Indices to be built:FilenameIndex(v = 258)
2025-10-20 11:01:25,261 [ 3316] INFO - #c.i.u.i.FileBasedIndexImpl - Using simple flusher for indexes
2025-10-20 11:01:25,276 [ 3331] INFO - #c.i.u.n.IdeProxySelector - unable to autodetect proxy settings, using NO_PROXY
2025-10-20 11:01:25,334 [ 3389] INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 460 ms. Initialized indexes: [FilenameIndex, IdIndex, Trigram.Index, fileIncludes, filetypes, TodoIndex, FrameworkDetectionIndex, html5.custom.attributes.index, XmlTagNames, XmlNamespaces, SchemaTypeInheritance, DomFileIndex, RelaxSymbolIndex, java.auto.module.name, json.file.root.values, java.null.method.argument, java.source.module.name, java.fun.expression, java.binary.plus.expression, xmlProperties, bytecodeAnalysis, Py.setuptools.namespace, Py.module.name, ImportOrderingIndexer, ScalaDocAsteriskAlignStyleIndexer, Stubs].
2025-10-20 11:01:25,852 [ 3907] INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2025-10-20 11:01:25,872 [ 3927] INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 547 ms. Initialized stub indexes: {sc.java.class.name.in.package, sc.property.class.name, markdown.header, sc.class.fqn, sc.class.name.in.package, java.class.shortname, sc.implicit.conversion, sc.top.level.function.by.package.key, sc.stable.alias.fqn, sc.super.class.name, Python.Decorator, sc.extension, sc.package.fqn, sc.class.parameter.name, sc.top.level.given.definitions.by.package.key, sc.implicit.object, java.field.name, dom.elementClass, sc.implicit.instance, sc.package.object.fqn, sc.top.level.valvar.by.package.key, Py.class.super, sc.aliased.class.name, sc.top.level.export.by.package.key, sc.property.name, Py.class.shortName, properties.index, java.unnamed.class, Py.module.attribute, Py.function.shortName, sc.all.class.names, Py.TypeAliasName, sc.package.object.short, sc.annotated.member.name, jvm.static.member.name, java.class.extlist, sc.top.level.extension.by.package.key, sc.annotated.main.function.by.package.key, sc.self.type.class.name.key, java.class.fqn, java.anonymous.baseref, java.method.name, sc.class.shortName, dom.namespaceKey, markdown.header.anchor, sc.aliased.import.key, Py.class.shortNameInsensitive, java.method.parameter.types, java.module.name, Py.class.attributes, Py.variable.shortName, java.annotations, sc.top.level.implicit.class.by.package.key, sc.not.visible.in.java.class.shortName, sc.method.name, java.record.component.name, sc.top.level.alias.by.package.key, sc.type.alias.name, sc.implicit.given, sc.stable.alias.name, jvm.static.member.type}.
2025-10-20 11:01:35,611 [ 13666] INFO - #c.i.w.i.i.GlobalWorkspaceModel - Load global workspace model from cache in 155 ms
2025-10-20 11:01:35,960 [ 14015] WARN - #c.i.o.u.WindowStateService - cannot find a project frame for ProjectDefault (Template) Project
2025-10-20 11:01:35,960 [ 14015] WARN - #c.i.o.u.WindowStateService - cannot find a project frame for ProjectDefault (Template) Project
2025-10-20 11:01:40,667 [ 18722] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities com.intellij.platform.workspace.jps.entities.SdkEntity from files
2025-10-20 11:01:40,710 [ 18765] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities com.intellij.platform.workspace.jps.entities.LibraryEntity from files
2025-10-20 11:01:49,316 [ 27371] WARN - #c.i.o.u.WindowStateService - cannot find a project frame for ProjectDefault (Template) Project
2025-10-20 11:01:49,349 [ 27404] INFO - #c.i.w.i.i.GlobalWorkspaceModel - Global model updated to version 2 in 15 ms: Sync global entities with state
2025-10-20 11:01:49,379 [ 27434] INFO - #c.i.c.ComponentStoreImpl - Saving default projectWindowStateProjectService took 11 ms
2025-10-20 11:01:49,395 [ 27450] INFO - #c.i.p.p.ProjectEntitiesStorage - Creating entity for project ProjectId(id=gmhei2jsubt5kncuapqg)
2025-10-20 11:01:49,410 [ 27465] INFO - #c.i.p.p.ProjectEntitiesStorage - Entity for project ProjectId(id=gmhei2jsubt5kncuapqg) created successfully
2025-10-20 11:01:49,423 [ 27478] INFO - #c.i.c.ComponentStoreImpl - Project store initialization started for path: D:\ws\IdeaProjects\javaprj1 and template: ProjectDefault (Template) Project
2025-10-20 11:01:49,675 [ 27730] INFO - #c.i.c.ComponentStoreImpl - Project store initialized with paths: [Macro(key=$PROJECT_CONFIG_DIR$, value=D:\ws\IdeaProjects\javaprj1\.idea), Macro(key=$WORKSPACE_FILE$, value=D:\ws\IdeaProjects\javaprj1\.idea\workspace.xml), Macro(key=$PROJECT_FILE$, value=D:\ws\IdeaProjects\javaprj1\.idea\misc.xml), Macro(key=$CACHE_FILE$, value=C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\projects\javaprj1.497dcbcf\cache-state.xml), Macro(key=$PRODUCT_WORKSPACE_FILE$, value=C:\Users\Administrator\AppData\Roaming\JetBrains\IdeaIC2025.2\workspace\34JQgxKLcRALGj87tSD4tJkAtNs.xml)]
2025-10-20 11:01:49,691 [ 27746] INFO - #c.i.w.i.i.l.m.ModuleBridgeLoaderService - Workspace model loaded without cache. Loading real project state into workspace model. Thread[#48,DefaultDispatcher-worker-13,5,main]
2025-10-20 11:01:49,800 [ 27855] INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2025-10-20 11:01:49,872 [ 27927] INFO - #c.i.w.i.i.j.s.JpsProjectModelSynchronizer - Attempt 1: Apply JPS storage (iml files)
2025-10-20 11:01:49,921 [ 27976] INFO - #c.i.w.i.i.GlobalWorkspaceModel - Global model updated to version 3 in 2 ms: Sync entities from project javaprj1 with global storage
2025-10-20 11:01:49,927 [ 27982] INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2025-10-20 11:01:49,935 [ 27990] INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 1
2025-10-20 11:01:49,938 [ 27993] INFO - #c.i.w.i.i.j.s.JpsProjectModelSynchronizer - Attempt 1: Changes were successfully applied
2025-10-20 11:01:50,344 [ 28399] INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2025-10-20 11:01:50,576 [ 28631] INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=javaprj1, containerState=COMPONENT_CREATED, componentStore=D:\ws\IdeaProjects\javaprj1)BspSettings took 17 ms
2025-10-20 11:01:50,668 [ 28723] INFO - #c.i.o.a.i.NonBlockingReadActionImpl - OTel monitoring for NonBlockingReadAction is enabled
2025-10-20 11:01:50,760 [ 28815] INFO - #c.i.o.r.i.PushedFilePropertiesUpdater - Ignoring push request, as project is not yet initialized
2025-10-20 11:01:51,070 [ 29125] INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2025-10-20 11:01:51,073 [ 29128] INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 195 ms: Module model commit
2025-10-20 11:01:51,175 [ 29230] INFO - #c.i.i.s.l.g.AssetsProcessor - Creating file .gitignore in D:\ws\IdeaProjects\javaprj1
2025-10-20 11:01:51,204 [ 29259] WARN - org.apache.velocity.deprecation - configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders'
2025-10-20 11:01:51,206 [ 29261] WARN - org.apache.velocity.deprecation - configuration key 'includes.resource.loader.instance' has been deprecated in favor of 'resource.loader.includes.instance'
2025-10-20 11:01:51,261 [ 29316] INFO - #c.i.i.s.l.g.AssetsProcessor - Creating file src/Main.java in D:\ws\IdeaProjects\javaprj1
2025-10-20 11:01:51,445 [ 29500] INFO - #o.j.p.s.l.f.s.m.ProjectCodeStyleSettingsMigrationService - Migrated project-level scala code style settings from version 0 to 2
2025-10-20 11:01:51,608 [ 29663] INFO - #c.i.o.w.i.ProjectFrameHelper - Creating status bar
2025-10-20 11:01:51,623 [ 29678] INFO - #c.i.o.w.i.ProjectFrameHelper - Status bar created
2025-10-20 11:01:51,712 [ 29767] INFO - #c.i.o.w.i.ProjectFrameHelper - Setting project frame to Project(name=javaprj1, containerState=COMPONENT_CREATED, componentStore=D:\ws\IdeaProjects\javaprj1)
2025-10-20 11:01:51,724 [ 29779] INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@651a970d
2025-10-20 11:01:51,733 [ 29788] INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2025-10-20 11:01:51,745 [ 29800] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@4616f834
2025-10-20 11:01:51,756 [ 29811] INFO - #c.i.u.i.FileBasedIndexImpl - Indexes are already loaded
2025-10-20 11:01:51,759 [ 29814] INFO - #c.i.u.i.p.IncrementalProjectIndexableFilesFilterHolder - PersistentProjectIndexableFilesFilterFactory is chosen as indexable files filter factory for project: javaprj1
2025-10-20 11:01:51,772 [ 29827] INFO - #c.i.u.i.FileBasedIndexImpl - Indexes are already loaded
2025-10-20 11:01:51,813 [ 29868] INFO - #c.i.o.w.i.s.IdeStatusBarImpl - Initializing status bar
2025-10-20 11:01:51,828 [ 29883] INFO - #c.i.o.w.i.ProjectFrameHelper - Project frame set to Project(name=javaprj1, containerState=COMPONENT_CREATED, componentStore=D:\ws\IdeaProjects\javaprj1)
2025-10-20 11:01:51,854 [ 29909] INFO - #c.i.u.i.UnindexedFilesScanner - Full scanning on startup will NOT be skipped for project javaprj1 because of following unsatisfied conditions:
FILTER_IS_NOT_UP_TO_DATE: Persistent indexable files filter is NOT up-to-date because of following unsatisfied conditions: [IS_FILTER_LOADED_FROM_DISK, FILTER_IS_NOT_INVALIDATED, INDEXING_REQUEST_ID_DID_NOT_CHANGE_AFTER_LAST_SCANNING]
2025-10-20 11:01:51,867 [ 29922] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1d120620
2025-10-20 11:01:51,868 [ 29923] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Write incomplete scanning mark=true for token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1d120620
2025-10-20 11:01:51,941 [ 29996] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@4616f834
2025-10-20 11:01:51,941 [ 29996] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.FileBasedIndexInfrastructureExtensionStartup@72dbfe89
2025-10-20 11:01:51,941 [ 29996] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.FileBasedIndexInfrastructureExtensionStartup@72dbfe89
2025-10-20 11:01:51,941 [ 29996] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@5fb8fae3
2025-10-20 11:01:51,944 [ 29999] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@5fb8fae3
2025-10-20 11:01:51,944 [ 29999] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@55d5e9e3
2025-10-20 11:01:51,949 [ 30004] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@55d5e9e3
2025-10-20 11:01:51,949 [ 30004] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.ide.projectWizard.generators.SdkPreIndexingRequiredForSmartModeActivity@10e37386
2025-10-20 11:01:51,949 [ 30004] INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.ide.projectWizard.generators.SdkPreIndexingRequiredForSmartModeActivity@10e37386
2025-10-20 11:01:51,950 [ 30005] INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@651a970d
2025-10-20 11:01:52,078 [ 30133] INFO - #c.i.i.b.BookmarksManager - no state loaded for new bookmarks
2025-10-20 11:01:52,078 [ 30133] INFO - #c.i.i.b.BookmarkManager - no state loaded for old bookmarks
2025-10-20 11:01:52,092 [ 30147] INFO - #c.i.i.p.i.ProjectViewInitNotifier - Project View initialization started
2025-10-20 11:01:52,197 [ 30252] INFO - #c.i.p.c.s.s.i.Cache - No cache for LocalEelDescriptor, will fill
2025-10-20 11:01:52,197 [ 30252] INFO - #c.i.p.c.s.s.i.Cache - Starting update for LocalEelDescriptor
2025-10-20 11:01:52,223 [ 30278] INFO - #c.i.p.m.f.i.ImportsRankingModelService - Loading CatBoost Imports Ranking model
2025-10-20 11:01:52,258 [ 30313] WARN - #o.j.s.SbtUtil$ - Can't calculate external root project path for project `javaprj1`, fallback to `ProjectUtil.guessProjectDir`
2025-10-20 11:01:52,331 [ 30386] INFO - #c.i.o.u.i.ExternalUpdateManager - update manager: -
2025-10-20 11:01:52,334 [ 30389] INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2025-10-20 11:01:52,389 [ 30444] INFO - #o.j.p.s.c.r.ScalaCompilerReferenceService - Initialized ScalaCompilerReferenceService in javaprj1, current compiler mode = JPS
2025-10-20 11:01:52,411 [ 30466] INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 573ms; general responsiveness: 1/1 sluggish; EDT responsiveness: ok
2025-10-20 11:01:52,499 [ 30554] INFO - #c.i.i.p.i.ProjectViewInitNotifier - Project View initialization completed
2025-10-20 11:01:52,578 [ 30633] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@75d6852a
2025-10-20 11:01:52,579 [ 30634] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@6ba8fd1b
2025-10-20 11:01:52,580 [ 30635] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1d120620, successful: true
2025-10-20 11:01:52,581 [ 30636] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@75d6852a, successful: true
2025-10-20 11:01:52,584 [ 30639] INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [497dcbcf] Running task: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@1a492330
2025-10-20 11:01:52,586 [ 30641] INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2025-10-20 11:01:52,588 [ 30643] INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 3 in 23 ms: ConstantEntitiesCheckActivity
2025-10-20 11:01:52,598 [ 30653] INFO - #c.i.u.i.UnindexedFilesScanner - [497dcbcf] scanning stage (scanning id=0): DelayedPushProperties
2025-10-20 11:01:52,605 [ 30660] INFO - #c.i.u.i.FileBasedIndexImpl - Indexes are already loaded
2025-10-20 11:01:52,654 [ 30709] INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 40 millis (read time: 2)
2025-10-20 11:01:52,678 [ 30733] INFO - #c.i.p.d.i.f.FrontendXBreakpointManager - Breakpoint created for XBreakpointId(uid=1)
2025-10-20 11:01:52,678 [ 30733] INFO - #c.i.p.d.i.f.FrontendXBreakpointManager - Breakpoint created for XBreakpointId(uid=2)
2025-10-20 11:01:52,692 [ 30747] INFO - #c.i.i.f.FavoritesManager - no state loaded for old favorites
2025-10-20 11:01:52,707 [ 30762] INFO - #c.i.p.m.f.i.ImportsRankingModelService - Successfully loaded imports ranking model
2025-10-20 11:01:52,750 [ 30805] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@75a72488
2025-10-20 11:01:52,750 [ 30805] INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2025-10-20 11:01:52,750 [ 30805] INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 4 in 6 ms: Add project root the project creation
2025-10-20 11:01:52,760 [ 30815] INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [javaprj1]
2025-10-20 11:01:52,860 [ 30915] WARN - #o.j.s.SbtUtil$ - Can't calculate external root project path for project `javaprj1`, fallback to `ProjectUtil.guessProjectDir`
2025-10-20 11:01:53,108 [ 31163] INFO - #c.i.p.u.i.s.e.DurableEnumeratorFactory - [enumerator.mmapped]: .valueHashToId (in memory) was filled (35 records)
2025-10-20 11:01:53,207 [ 31262] INFO - #c.i.u.i.UnindexedFilesScanner - [497dcbcf] Started scanning for indexing of javaprj1. Reason: On project open
2025-10-20 11:01:53,212 [ 31267] INFO - #c.i.u.i.UnindexedFilesScanner - [497dcbcf] scanning stage (scanning id=0): CreatingIterators
2025-10-20 11:01:53,237 [ 31292] INFO - #c.i.u.i.UnindexedFilesScanner - [497dcbcf] scanning stage (scanning id=0): CollectingIndexableFiles
2025-10-20 11:01:53,237 [ 31292] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.WriteOnlyScanningRequestTokenImpl@1191a0dc
2025-10-20 11:01:53,239 [ 31294] INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of javaprj1 uses 3 scanning threads
2025-10-20 11:01:53,394 [ 31449] INFO - #c.i.p.i.c.i.i.JavaIdIndexer - skipSourceFilesInLibraries: false (registry: 'ide.index.id.skip.java.sources.in.libs')
2025-10-20 11:01:53,516 [ 31571] INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of Main.java (id=150079) by request of indexes: [IdIndex->NOT_INDEXED(not indexed),filetypes->NOT_INDEXED(not indexed),java.null.method.argument->NOT_INDEXED(not indexed),java.fun.expression->NOT_INDEXED(not indexed),java.binary.plus.expression->NOT_INDEXED(not indexed),Trigram.Index->NOT_INDEXED(not indexed),Stubs->NOT_INDEXED(not indexed),]. Scanner has updated file Main.java (id=150079) with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=150079, fileInfo='Main.java(id=150079)'}] and removers: [];
2025-10-20 11:01:53,523 [ 31578] INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scanner has updated file misc.xml (id=150080) with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=150080, fileInfo='misc.xml(id=150080)'}] and removers: [];
2025-10-20 11:01:53,545 [ 31600] INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of .gitignore (id=150078) by request of indexes: [IdIndex->NOT_INDEXED(not indexed),Trigram.Index->NOT_INDEXED(not indexed),filetypes->NOT_INDEXED(not indexed),]. Scanner has updated file .gitignore (id=150078) with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=150078, fileInfo='.gitignore(id=150078)'}] and removers: [];
2025-10-20 11:01:53,646 [ 31701] INFO - #c.i.p.i.c.i.i.JavaIdIndexer - skipSourceFilesInLibraries: false (registry: 'ide.index.id.skip.java.sources.in.libs')
2025-10-20 11:01:54,796 [ 32851] WARN - #c.i.u.j.JBCefApp - JCefAppConfig.class is not from a JBR module, url: jar:file:/D:/soft/JetBrains/IntelliJ%20IDEA%20Community%20Edition%202025.2/lib/lib-client.jar!/com/jetbrains/cef/JCefAppConfig.class (Use JBR bundled with the IDE)
2025-10-20 11:01:54,927 [ 32982] INFO - #c.i.u.i.c.ManagedPersistentCache - created graved-parameter-hints-javaprj1-497dcbcf with size 0
2025-10-20 11:01:54,928 [ 32983] INFO - #c.i.u.i.c.ManagedPersistentCache - created graved-doc-render-javaprj1-497dcbcf with size 0
2025-10-20 11:01:54,928 [ 32983] INFO - #c.i.u.i.c.ManagedPersistentCache - created graved-code-vision-javaprj1-497dcbcf with size 0
2025-10-20 11:01:54,928 [ 32983] INFO - #c.i.u.i.c.ManagedPersistentCache - created graved-code-folding-javaprj1-497dcbcf with size 0
2025-10-20 11:01:54,928 [ 32983] INFO - #c.i.u.i.c.ManagedPersistentCache - created graved-declarative-hints-javaprj1-497dcbcf with size 0
2025-10-20 11:01:54,928 [ 32983] INFO - #c.i.u.i.c.ManagedPersistentCache - created graved-highlighting-javaprj1-497dcbcf with size 0
2025-10-20 11:01:55,735 [ 33790] INFO - #c.i.p.c.s.s.SystemPythonServiceImplKt - pythons refreshed
2025-10-20 11:01:56,303 [ 34358] INFO - #c.i.p.c.s.s.i.Cache - End update for LocalEelDescriptor
2025-10-20 11:01:56,304 [ 34359] INFO - #c.i.c.CompilerWorkspaceConfiguration - Available processors: 4
2025-10-20 11:01:56,401 [ 34456] INFO - #c.i.p.d.i.b.BackendXBreakpointTypeApi - [0] Toggle line breakpoint request received file: XSourcePositionDto(line=11, offset=729, fileId=VirtualFileId(serializedValue=null, localVirtualFile=file://D:/ws/IdeaProjects/javaprj1/src/Main.java), localXSourcePosition=XSourcePositionImpl[file://D:/ws/IdeaProjects/javaprj1/src/Main.java:11(729)]), line: 11Request details: hasBreakpoints=false, isTemporary=false, isConditional=false, line breakpoint types: [java-line]
2025-10-20 11:01:56,432 [ 34487] INFO - #c.i.p.d.i.b.BackendXBreakpointTypeApi - [0] Single variant found: Java Line Breakpoint
2025-10-20 11:01:56,439 [ 34494] INFO - #c.i.x.i.b.XLineBreakpointManager - Register line breakpoint XBreakpointId(uid=3) Monolith: file://D:/ws/IdeaProjects/javaprj1/src/Main.java
2025-10-20 11:01:56,471 [ 34526] INFO - #c.i.p.d.i.b.BackendXBreakpointTypeApi - [0] Created breakpoint: XLineBreakpointImpl(id = XBreakpointId(uid=3), java-line at Main.java:11), returning XLineBreakpointInstalledResponse
2025-10-20 11:01:56,483 [ 34538] INFO - #c.i.p.d.i.f.FrontendXBreakpointManager - Breakpoint add request from backend: XBreakpointId(uid=3)
2025-10-20 11:01:56,484 [ 34539] INFO - #c.i.x.i.b.XLineBreakpointManager - Register line breakpoint XBreakpointId(uid=3) FrontendXLineBreakpointProxy: file://D:/ws/IdeaProjects/javaprj1/src/Main.java
2025-10-20 11:01:56,485 [ 34540] INFO - #c.i.p.d.i.f.FrontendXBreakpointManager - Breakpoint created for XBreakpointId(uid=3)
2025-10-20 11:01:58,326 [ 36381] WARN - #c.i.o.a.i.ActionUpdater - 1174 ms to call on BGT ExecutorRegistryImpl$ExecutorAction#presentation@NewUiRunToolbar (com.intellij.execution.ExecutorRegistryImpl$ExecutorAction(id=Run))
2025-10-20 11:01:58,337 [ 36392] WARN - #c.i.o.a.i.ActionUpdater - 1073 ms to call on BGT ExecutorRegistryImpl$ExecutorAction#presentation@NewUiRunToolbar (com.intellij.execution.ExecutorRegistryImpl$ExecutorAction(id=Debug))
2025-10-20 11:01:59,022 [ 37077] INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
2025-10-20 11:01:59,024 [ 37079] INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
2025-10-20 11:01:59,781 [ 37836] INFO - #c.j.p.p.p.PypiPackageCache - Package list loaded from file with 689653 entries
2025-10-20 11:02:01,805 [ 39860] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.RequestFullHeavyScanningToken@3009355c, successful: true
2025-10-20 11:02:01,805 [ 39860] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.WriteOnlyScanningRequestTokenImpl@1191a0dc, successful: true
2025-10-20 11:02:01,866 [ 39921] INFO - #c.i.u.i.UnindexedFilesScanner - [497dcbcf] Scanning completed for javaprj1. Number of scanned files: 51412; number of files for indexing: 2
2025-10-20 11:02:01,866 [ 39921] INFO - #c.i.o.p.InitialVfsRefreshService - 497dcbcf: marking roots for initial VFS refresh
2025-10-20 11:02:01,868 [ 39923] INFO - #c.i.o.p.InitialVfsRefreshService - 497dcbcf: starting initial VFS refresh of 24 roots
2025-10-20 11:02:01,875 [ 39930] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@18b0ee4b
2025-10-20 11:02:01,876 [ 39931] INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [497dcbcf] Task finished (scanning id=0): com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@1a492330
2025-10-20 11:02:01,876 [ 39931] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@6ba8fd1b, successful: true
2025-10-20 11:02:01,876 [ 39931] INFO - #c.i.o.p.DumbServiceImpl - enter dumb mode [javaprj1]
2025-10-20 11:02:01,880 [ 39935] INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [497dcbcf] Running task: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@6f22ad55
2025-10-20 11:02:01,880 [ 39935] INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [497dcbcf] Skipping task: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@6f22ad55
2025-10-20 11:02:01,880 [ 39935] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@75a72488, successful: true
2025-10-20 11:02:01,889 [ 39944] INFO - #c.i.o.p.InitialVfsRefreshService - 497dcbcf: initial VFS refresh finished in 20 ms
2025-10-20 11:02:01,925 [ 39980] INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) UnindexedFilesIndexer[javaprj1, reasons: [On project open]]
2025-10-20 11:02:01,936 [ 39991] INFO - #c.i.u.i.FileBasedIndexImpl - Indexes are already loaded
2025-10-20 11:02:02,008 [ 40063] INFO - #c.i.u.i.c.IndexUpdateRunner - Using 3 workers for indexing, and writing indexes on the same worker
2025-10-20 11:02:02,025 [ 40080] INFO - #c.i.u.i.c.IndexUpdateRunner - Coroutine 2 finished gracefully
2025-10-20 11:02:02,025 [ 40080] INFO - #c.i.u.i.c.IndexUpdateRunner - Coroutine 1 finished gracefully
2025-10-20 11:02:02,036 [ 40091] INFO - #c.i.u.i.c.IndexUpdateRunner - Coroutine 0 finished gracefully
2025-10-20 11:02:02,139 [ 40194] INFO - #c.i.u.i.ProjectChangedFilesScanner - Retrieving changed during indexing files of javaprj1 : 0 to update, calculated in 0ms
2025-10-20 11:02:02,139 [ 40194] INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for javaprj1. Unindexed files update took 188ms; general responsiveness: ok; EDT responsiveness: ok
2025-10-20 11:02:02,142 [ 40197] INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) UnindexedFilesIndexer[javaprj1, reasons: [On project open]]
2025-10-20 11:02:02,142 [ 40197] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@18b0ee4b, successful: true
2025-10-20 11:02:02,142 [ 40197] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Write incomplete scanning mark=false for token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@18b0ee4b
2025-10-20 11:02:02,310 [ 40365] INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [javaprj1]
2025-10-20 11:02:02,319 [ 40374] WARN - #o.j.s.SbtUtil$ - Can't calculate external root project path for project `javaprj1`, fallback to `ProjectUtil.guessProjectDir`
2025-10-20 11:02:03,299 [ 41354] INFO - #c.i.d.WindowsDefenderChecker - paths=[C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2, D:\ws\IdeaProjects\javaprj1] project=Project(name=javaprj1, containerState=COMPONENT_CREATED, componentStore=D:\ws\IdeaProjects\javaprj1); called from:
com.intellij.diagnostic.WindowsDefenderChecker.doExcludeProjectPaths(WindowsDefenderChecker.java:306)
com.intellij.diagnostic.WindowsDefenderChecker.excludeProjectPaths(WindowsDefenderChecker.java:297)
com.intellij.diagnostic.WindowsDefenderCheckerActivity.updateDefenderConfig$lambda$6(WindowsDefenderCheckerActivity.kt:138)
com.intellij.diagnostic.WindowsDefenderCheckerActivity$$Lambda/0x000000002bf0dea8.invoke(Unknown Source)
com.intellij.diagnostic.WindowsDefenderCheckerActivity$Companion$runAndNotify$1$success$1.invokeSuspend(WindowsDefenderCheckerActivity.kt:39)
com.intellij.diagnostic.WindowsDefenderCheckerActivity$Companion$runAndNotify$1$success$1.invoke(WindowsDefenderCheckerActivity.kt)
com.intellij.diagnostic.WindowsDefenderCheckerActivity$Companion$runAndNotify$1$success$1.invoke(WindowsDefenderCheckerActivity.kt)
kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166)
kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
...
2025-10-20 11:02:06,444 [ 44499] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@2715d7cc
2025-10-20 11:02:06,444 [ 44499] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Write incomplete scanning mark=true for token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@2715d7cc
2025-10-20 11:02:06,477 [ 44532] INFO - #c.i.o.p.DumbServiceImpl - enter dumb mode [javaprj1]
2025-10-20 11:02:06,500 [ 44555] INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) UnindexedFilesIndexer[javaprj1, reasons: [On refresh of files in javaprj1]]
2025-10-20 11:02:06,506 [ 44561] INFO - #c.i.u.i.FileBasedIndexImpl - Indexes are already loaded
2025-10-20 11:02:06,507 [ 44562] INFO - #c.i.u.i.c.IndexUpdateRunner - Using 3 workers for indexing, and writing indexes on the same worker
2025-10-20 11:02:06,509 [ 44564] INFO - #c.i.u.i.ProjectChangedFilesScanner - Retrieving changed during indexing files of javaprj1 : 22 to update, calculated in 1ms
2025-10-20 11:02:06,542 [ 44597] INFO - #c.i.u.i.c.IndexUpdateRunner - Coroutine 2 finished gracefully
2025-10-20 11:02:06,543 [ 44598] INFO - #c.i.u.i.c.IndexUpdateRunner - Coroutine 1 finished gracefully
2025-10-20 11:02:06,543 [ 44598] INFO - #c.i.u.i.c.IndexUpdateRunner - Coroutine 0 finished gracefully
2025-10-20 11:02:06,569 [ 44624] INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for javaprj1. Unindexed files update took 62ms; general responsiveness: ok; EDT responsiveness: ok
2025-10-20 11:02:06,591 [ 44646] INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) UnindexedFilesIndexer[javaprj1, reasons: [On refresh of files in javaprj1]]
2025-10-20 11:02:06,591 [ 44646] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@2715d7cc, successful: true
2025-10-20 11:02:06,591 [ 44646] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Write incomplete scanning mark=false for token: com.intellij.util.indexing.dependencies.IncompleteIndexingToken@2715d7cc
2025-10-20 11:02:06,619 [ 44674] INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [javaprj1]
2025-10-20 11:02:06,627 [ 44682] WARN - #o.j.s.SbtUtil$ - Can't calculate external root project path for project `javaprj1`, fallback to `ProjectUtil.guessProjectDir`
2025-10-20 11:02:09,432 [ 47487] INFO - #c.i.d.WindowsDefenderChecker - OK; script output:
skipped: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2
skipped: D:\ws\IdeaProjects\javaprj1
2025-10-20 11:02:13,121 [ 51176] INFO - #c.i.x.i.b.XLineBreakpointManager - Unregister line breakpoint XBreakpointId(uid=3) [removed=true] Monolith: file://D:/ws/IdeaProjects/javaprj1/src/Main.java
2025-10-20 11:02:13,124 [ 51179] INFO - #c.i.p.d.i.f.FrontendXBreakpointManager - Breakpoint removal request from backend: XBreakpointId(uid=3)
2025-10-20 11:02:13,124 [ 51179] INFO - #c.i.p.d.i.f.FrontendXBreakpointManager - Breakpoint removed for XBreakpointId(uid=3)
2025-10-20 11:02:13,124 [ 51179] INFO - #c.i.x.i.b.XLineBreakpointManager - Unregister line breakpoint XBreakpointId(uid=3) [removed=true] FrontendXLineBreakpointProxy: file://D:/ws/IdeaProjects/javaprj1/src/Main.java
2025-10-20 11:02:52,597 [ 90652] INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs from [C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\caches\huge-gists] ...
2025-10-20 11:02:52,598 [ 90653] INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs finished
2025-10-20 11:02:59,702 [ 97757] INFO - #c.i.p.r.c.ConfigRefreshActivity - Resetting registry value 'idea.islands.feedback2.enabled'
2025-10-20 11:02:59,703 [ 97758] INFO - #c.i.o.u.r.RegistryValue - Registry value 'idea.islands.feedback2.enabled' has changed to 'true' by SYSTEM
2025-10-20 11:03:15,704 [ 113759] WARN - #c.i.o.p.i.j.JdkListDownloaderBase - Failed to download the list of available JDKs from https://download.jetbrains.com/jdk/feed/v1/jdks.json.xz. Connect timed out
2025-10-20 11:03:15,942 [ 113997] INFO - #c.i.e.w.WslDistributionManager - Fetched WSL distributions: [(Ubuntu-24.04, version=2)] ("C:\WINDOWS\system32\wsl.exe --list --verbose" done in 217 ms)
2025-10-20 11:03:18,094 [ 116149] INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Saving Project code style
2025-10-20 11:03:18,122 [ 116177] INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=javaprj1, containerState=COMPONENT_CREATED, componentStore=D:\ws\IdeaProjects\javaprj1)RunManager took 12 ms
2025-10-20 11:03:18,280 [ 116335] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-10-20 11:03:18,287 [ 116342] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-10-20 11:03:18,401 [ 116456] INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2025-10-20 11:03:18,434 [ 116489] INFO - #o.j.p.s.l.f.ReformatOnCompileTask - Reformatting Scala sources on compile - done in 0 ms
2025-10-20 11:03:18,442 [ 116497] INFO - #o.j.p.s.c.c.CompilationChartsBuildManagerListener - Initializing Scala compilation charts - done in 7 ms
2025-10-20 11:03:18,443 [ 116498] INFO - #o.j.p.s.c.h.EraseCompilerProcessJdkOnce - Erasing compiler process jdk registry value - done in 0 ms
2025-10-20 11:03:18,443 [ 116498] INFO - #o.j.p.s.c.EnsureModulesHaveDifferentProdAndTestOutputsTask - Ensuring modules have different production and test output paths - done in 0 ms
2025-10-20 11:03:18,447 [ 116502] INFO - #o.j.p.s.c.WriteScalaJpsProjectMetadataCompileTask - Writing Scala JPS project metadata to disk - done in 2 ms
2025-10-20 11:03:18,583 [ 116638] INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Loading Project code style
2025-10-20 11:03:19,539 [ 117594] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: Be careful, logger will be shut down earlier than application: Unable to make field private static java.util.IdentityHashMap java.lang.ApplicationShutdownHooks.hooks accessible: module java.base does not "opens java.lang" to unnamed module @2d98a335
2025-10-20 11:03:19,586 [ 117641] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: D:/soft/JetBrains/IntelliJ IDEA Community Edition 2025.2/plugins/java/lib/jps-launcher.jar
2025-10-20 11:03:20,349 [ 118404] INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2025-10-20 11:03:20,354 [ 118409] INFO - #o.j.p.s.c.r.ScalaCompilerReferenceService - [compiler indices] onCompilationStart. active indexing phases: 1
2025-10-20 11:03:23,846 [ 121901] INFO - #c.i.c.b.CompilerReferenceServiceBase - initialized
2025-10-20 11:03:23,848 [ 121903] INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader doesn't exist
2025-10-20 11:03:23,862 [ 121917] INFO - #o.j.p.s.c.r.ScalaCompilerReferenceService - [compiler indices] onCompilationFinish. success: true, active indexing phases: 0
2025-10-20 11:03:23,920 [ 121975] INFO - #c.i.o.p.DumbServiceImpl - enter dumb mode [javaprj1]
2025-10-20 11:03:23,925 [ 121980] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Register issued token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1a668508
2025-10-20 11:03:23,925 [ 121980] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Write incomplete scanning mark=true for token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1a668508
2025-10-20 11:03:23,961 [ 122016] INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [497dcbcf] Running task: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@d6df9cc
2025-10-20 11:03:23,961 [ 122016] INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [497dcbcf] Skipping task: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@d6df9cc
2025-10-20 11:03:23,961 [ 122016] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Complete token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1a668508, successful: true
2025-10-20 11:03:23,961 [ 122016] INFO - #c.i.u.i.d.ProjectIndexingDependenciesService - Write incomplete scanning mark=false for token: com.intellij.util.indexing.dependencies.IncompleteTaskToken@1a668508
2025-10-20 11:03:23,975 [ 122030] INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.roots.impl.PushedFilePropertiesUpdaterImpl$MyDumbModeTask@3496d62 (reason: Push on VFS changes)
2025-10-20 11:03:24,020 [ 122075] INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.roots.impl.PushedFilePropertiesUpdaterImpl$MyDumbModeTask@3496d62 (reason: Push on VFS changes)
2025-10-20 11:03:24,028 [ 122083] INFO - #c.i.c.i.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 6218 ms: 0 min 6sec
2025-10-20 11:03:24,036 [ 122091] INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [javaprj1]
2025-10-20 11:03:24,051 [ 122106] WARN - #o.j.s.SbtUtil$ - Can't calculate external root project path for project `javaprj1`, fallback to `ProjectUtil.guessProjectDir`
2025-10-20 11:03:24,974 [ 123029] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: Be careful, logger will be shut down earlier than application: Unable to make field private static java.util.IdentityHashMap java.lang.ApplicationShutdownHooks.hooks accessible: module java.base does not "opens java.lang" to unnamed module @2d98a335
2025-10-20 11:03:25,011 [ 123066] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: D:/soft/JetBrains/IntelliJ IDEA Community Edition 2025.2/plugins/java/lib/jps-launcher.jar
2025-10-20 11:04:25,071 [ 183126] INFO - #c.i.c.s.BuildManager - Clearing project build data because the project does not exist or was not opened for more than 30 days: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\compile-server\test2_d3fc9b18
2025-10-20 11:04:25,110 [ 183165] INFO - #c.i.c.s.BuildManager - Clearing project build data because the project does not exist or was not opened for more than 30 days: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\compile-server\test_4f499eac
2025-10-20 11:04:25,346 [ 183401] INFO - #c.i.c.s.BuildManager - Clearing project build data because the project does not exist or was not opened for more than 30 days: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\compile-server\test_d877c28c
2025-10-20 11:04:25,454 [ 183509] INFO - #c.i.c.s.BuildManager - Clearing project build data because the project does not exist or was not opened for more than 30 days: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\compile-server\test_java_a7269027
2025-10-20 11:07:04,945 [ 343000] INFO - #c.j.p.p.PyPIPackageCache - Loaded 689653 packages from C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\python_packages\pypi-cache.json
2025-10-20 11:09:37,246 [ 495301] INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=javaprj1, containerState=COMPONENT_CREATED, componentStore=D:\ws\IdeaProjects\javaprj1)FileEditorManager took 14 ms, XDebuggerManager took 14 ms
2025-10-20 11:09:37,319 [ 495374] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-10-20 11:09:37,320 [ 495375] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-10-20 11:09:37,391 [ 495446] INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2025-10-20 11:09:37,397 [ 495452] INFO - #o.j.p.s.l.f.ReformatOnCompileTask - Reformatting Scala sources on compile - done in 0 ms
2025-10-20 11:09:37,397 [ 495452] INFO - #o.j.p.s.c.c.CompilationChartsBuildManagerListener - Initializing Scala compilation charts - done in 0 ms
2025-10-20 11:09:37,397 [ 495452] INFO - #o.j.p.s.c.h.EraseCompilerProcessJdkOnce - Erasing compiler process jdk registry value - done in 0 ms
2025-10-20 11:09:37,398 [ 495453] INFO - #o.j.p.s.c.EnsureModulesHaveDifferentProdAndTestOutputsTask - Ensuring modules have different production and test output paths - done in 0 ms
2025-10-20 11:09:37,403 [ 495458] INFO - #o.j.p.s.c.WriteScalaJpsProjectMetadataCompileTask - Writing Scala JPS project metadata to disk - done in 3 ms
2025-10-20 11:09:37,713 [ 495768] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: Be careful, logger will be shut down earlier than application: Unable to make field private static java.util.IdentityHashMap java.lang.ApplicationShutdownHooks.hooks accessible: module java.base does not "opens java.lang" to unnamed module @2d98a335
2025-10-20 11:09:37,740 [ 495795] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: D:/soft/JetBrains/IntelliJ IDEA Community Edition 2025.2/plugins/java/lib/jps-launcher.jar
2025-10-20 11:09:38,381 [ 496436] INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2025-10-20 11:09:38,381 [ 496436] INFO - #o.j.p.s.c.r.ScalaCompilerReferenceService - [compiler indices] onCompilationStart. active indexing phases: 1
2025-10-20 11:09:39,717 [ 497772] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: Be careful, logger will be shut down earlier than application: Unable to make field private static java.util.IdentityHashMap java.lang.ApplicationShutdownHooks.hooks accessible: module java.base does not "opens java.lang" to unnamed module @2d98a335
2025-10-20 11:09:39,740 [ 497795] INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: D:/soft/JetBrains/IntelliJ IDEA Community Edition 2025.2/plugins/java/lib/jps-launcher.jar
2025-10-20 11:09:41,400 [ 499455] INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader doesn't exist
2025-10-20 11:09:41,414 [ 499469] INFO - #c.i.c.i.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 4316 ms: 0 min 4sec
2025-10-20 11:09:41,424 [ 499479] INFO - #o.j.p.s.c.r.ScalaCompilerReferenceService - [compiler indices] onCompilationFinish. success: true, active indexing phases: 0
2025-10-20 11:11:52,463 [ 630518] INFO - #c.i.p.c.s.s.i.Cache - Starting update for LocalEelDescriptor
2025-10-20 11:11:52,758 [ 630813] INFO - #c.i.p.c.s.s.SystemPythonServiceImplKt - pythons refreshed
2025-10-20 11:11:52,758 [ 630813] INFO - #c.i.p.c.s.s.i.Cache - End update for LocalEelDescriptor
2025-10-20 11:12:24,316 [ 662371] INFO - #c.i.o.v.n.p.FSRecords - Checking VFS started
2025-10-20 11:12:25,059 [ 663114] INFO - #c.i.o.v.n.p.FSRecords - Checking VFS finished (healthy): VFSHealthCheckReport[healthy: true](FileRecordsReport[recordsChecked=150091, recordsDeleted=1459, childrenChecked=102802]{nullNameIds=0, unresolvableNameIds=0, notNullContentIds=942, unresolvableContentIds=0, unresolvableAttributesIds=0, nullParents=0, inconsistentParentChildRelationships=0, generalErrors=0), RootsReport(rootsCount=542, rootsWithParents=0, rootsDeletedButNotRemoved=0, generalErrors=0), NamesEnumeratorReport(namesChecked=69102, namesResolvedToNull=0, idsResolvedToNull=0, inconsistentNames=0, generalErrors=0), ContentEnumeratorReport(contentRecordsChecked=1326, generalErrors=0)){timeTaken=738.597ms}
2025-10-20 11:16:16,475 [ 894530] INFO - #c.i.o.u.r.RegistryValue - Registry value 'i18n.locale' has changed to '' by SYSTEM
2025-10-20 11:16:16,480 [ 894535] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-10-20 11:16:16,481 [ 894536] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-10-20 11:16:16,508 [ 894563] INFO - #c.i.a.o.PathMacrosImpl - Saved path macros: {MAVEN_REPOSITORY=D:/cache/.m2/repository, SRC_VIA7=D:/ws/svn/via7, SRC_YODA=D:/ws/svn/yoda}
2025-10-20 11:16:16,536 [ 894591] INFO - #c.i.i.s.EventLogApplicationLifecycleListener - Statistics. Don't start external uploader because there are no enabled logger providers
2025-10-20 11:16:16,537 [ 894592] INFO - #c.i.i.s.e.u.EventLogExternalUploader - Statistics. Don't start external uploader because sending logs is disabled for all recorders
2025-10-20 11:16:16,640 [ 894695] INFO - #c.i.u.i.PersistentDirtyFilesQueue - Dirty file ids stored. Size: 0. Index: 29 Path: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\index\dirty-file-queues\497dcbcf
2025-10-20 11:16:16,679 [ 894734] INFO - #c.i.p.p.ProjectEntitiesStorage - Project ProjectId(id=gmhei2jsubt5kncuapqg) is disposed, removing entity
2025-10-20 11:16:16,698 [ 894753] INFO - #c.i.o.w.i.WindowManagerImpl - === Release(true) frame on closed project ===
2025-10-20 11:16:16,715 [ 894770] INFO - #c.i.u.i.c.ManagedPersistentCache - closing graved-doc-render-javaprj1-497dcbcf with 1 elements
2025-10-20 11:16:16,716 [ 894771] INFO - #c.i.u.i.c.ManagedPersistentCache - closing graved-code-folding-javaprj1-497dcbcf with 1 elements
2025-10-20 11:16:16,720 [ 894775] INFO - #c.i.u.i.c.ManagedPersistentCache - closing graved-declarative-hints-javaprj1-497dcbcf with 1 elements
2025-10-20 11:16:16,723 [ 894778] INFO - #c.i.u.i.c.ManagedPersistentCache - closing graved-parameter-hints-javaprj1-497dcbcf with 1 elements
2025-10-20 11:16:16,726 [ 894781] INFO - #c.i.u.i.c.ManagedPersistentCache - closing graved-code-vision-javaprj1-497dcbcf with 1 elements
2025-10-20 11:16:16,726 [ 894781] INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 0
2025-10-20 11:16:16,728 [ 894783] INFO - #c.i.u.i.c.ManagedPersistentCache - closing graved-highlighting-javaprj1-497dcbcf with 1 elements
2025-10-20 11:16:16,751 [ 894806] INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed (didn't exist)
2025-10-20 11:16:16,760 [ 894815] INFO - #c.i.o.f.i.FileTypeDetectionService - 1 auto-detected files. Detection took 55 ms
2025-10-20 11:16:16,767 [ 894822] INFO - #o.j.i.BuiltInServer - web server stopped
2025-10-20 11:16:16,768 [ 894823] INFO - #o.j.p.s.c.CompileServerLauncher$ - Shutdown event triggered, stopping server
2025-10-20 11:16:16,768 [ 894823] INFO - #o.j.p.s.c.CompileServerLauncher$ - compile server process stop: <no info>
2025-10-20 11:16:16,770 [ 894825] INFO - #c.i.d.JVMResponsivenessMonitor - Sampling thread interrupted -> stop sampling
2025-10-20 11:16:16,770 [ 894825] INFO - #c.i.d.JVMResponsivenessMonitor - Sampling thread exiting normally
2025-10-20 11:16:16,772 [ 894827] INFO - #c.i.u.i.FileBasedIndexImpl - Index dispose started
2025-10-20 11:16:16,776 [ 894831] INFO - #c.i.u.i.PersistentDirtyFilesQueue - Dirty file ids stored. Size: 31. Index: 31 Path: C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\index\dirty-file-ids
2025-10-20 11:16:16,793 [ 894848] INFO - #c.i.p.s.StubIndexImpl - StubIndexExtension-s were unloaded
2025-10-20 11:16:16,793 [ 894848] INFO - #c.i.p.s.SerializationManagerImpl - Start shutting down C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\index\rep.names
2025-10-20 11:16:16,793 [ 894848] INFO - #c.i.p.s.SerializationManagerImpl - Finished shutting down C:\Users\Administrator\AppData\Local\JetBrains\IdeaIC2025.2\index\rep.names
2025-10-20 11:16:16,793 [ 894848] INFO - #c.i.u.i.FileBasedIndexImpl - Index dispose completed in 21ms.
2025-10-20 11:16:16,837 [ 894892] INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose started
2025-10-20 11:16:16,840 [ 894895] INFO - #c.i.o.v.n.p.FSRecordsImpl - VFS closing
2025-10-20 11:16:16,843 [ 894898] INFO - #c.i.o.v.n.p.PersistentFSImpl - VFS dispose completed in 6 ms.
2025-10-20 11:16:16,920 [ 894975] INFO - #c.i.p.i.b.AppStarter - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
Please sign in to leave a comment.
It looks like the problem was caused by “Python Community Editon” plugin (252.26830.24).
After I disabled it, I can run Java without issues.
Can you upload the full IDE logs from Help | Collect Logs and Diagnostic Data at https://uploads.jetbrains.com/ and share its uploadID - we would like to check it further as it might be something related to dependencies, as you have several bundled plugins disabled
Upload id: 2025_10_21_cDdsxSxsf7MkxcjxGraU4W (file: idea-logs-20251021-09404913543506838977609675.zip)
I reproduced the problem and uploaded the logs.
As you have several bundled plugins disabled, it looks like dependencies overlap here, and it's hard to pinpoint which specific ones are required to consistently reproduce the issue. For example, I tried to reproduce with the exact same disabled plugins as you, but when I enable Natural Languages, EditorConfig, and Terminal and invalidate caches, it starts working for me with the Python Community Edition plugin. Although it does not seem specifically related to these as I could make it work again by enabling others.
Overall, we do not recommend disabling bundled plugins, especially this many at once, as this may cause some undesired behaviors. Try enabling all three mentioned, and if not, all the others as well, so it restores the IDE functionality
Ok, I enabled all bundled plugins and it's working now. Thanks for your help.