2025.3 stucks on indexing

Hi there!

I've updated GoLand to 2025.3 (253.28294.337) and it's not working for me at all - it's indexing project files without stop.

I've tried to delete ~/Library/Application Support/JetBrains/GoLand2025.3 and to use File | Invalidate Caches, but it didn't help unfortunately. 

At the same time, 2025.1.7 works well on the same project.

Also, EnvFile plugin failed to start. I understand, this is not JetBrains plugin, but it doesn't look good to me, seems that some API or a core functionality is broken.

com.intellij.diagnostic.PluginException: Cannot create file types [Plugin: net.ashald.envfile]
    at com.intellij.serviceContainer.ComponentManagerImpl.createError(ComponentManagerImpl.kt:952)
    at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processWithPluginDescriptor(ExtensionPointImpl.kt:1097)
    at com.intellij.openapi.extensions.ExtensionPointName.processWithPluginDescriptor(ExtensionPointName.kt:161)
    at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.initStandardFileTypes(FileTypeManagerImpl.java:320)
    at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.initializeComponent(FileTypeManagerImpl.java:686)
    at com.intellij.configurationStore.ComponentStoreImpl.initComponent$suspendImpl(ComponentStoreImpl.kt:176)
    at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt)
    at com.intellij.configurationStore.ComponentStoreWithExtraComponents.initComponent(ComponentStoreWithExtraComponents.kt:43)
    at com.intellij.serviceContainer.ServiceInstanceInitializerKt.initializeService(ServiceInstanceInitializer.kt:128)
    at com.intellij.serviceContainer.ServiceInstanceInitializerKt.access$initializeService(ServiceInstanceInitializer.kt:1)
    at com.intellij.serviceContainer.ServiceInstanceInitializer.createInstance$suspendImpl(ServiceInstanceInitializer.kt:63)
    at com.intellij.serviceContainer.ServiceInstanceInitializer.createInstance(ServiceInstanceInitializer.kt)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1$1.invokeSuspend(LazyInstanceHolder.kt:165)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1$1.invoke(LazyInstanceHolder.kt)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1$1.invoke(LazyInstanceHolder.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166)
    at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1.invokeSuspend(LazyInstanceHolder.kt:163)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1.invoke(LazyInstanceHolder.kt)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder$initialize$1.invoke(LazyInstanceHolder.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:20)
    at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:360)
    at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:134)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:52)
    at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.initialize(LazyInstanceHolder.kt:148)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.access$initialize(LazyInstanceHolder.kt:15)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.tryInitialize(LazyInstanceHolder.kt:138)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstance(LazyInstanceHolder.kt:96)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstance$suspendImpl(LazyInstanceHolder.kt:84)
    at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstance(LazyInstanceHolder.kt)
    at com.intellij.platform.instanceContainer.internal.InstanceContainerImpl.instance(InstanceContainerImpl.kt:68)
    at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsync(ComponentManagerImpl.kt:661)
    at com.intellij.platform.ide.bootstrap.AppServicePreloadingKt$postAppRegistered$1$fileTypeManagerJob$1.invokeSuspend(appServicePreloading.kt:155)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:610)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runDefaultDispatcherTask(CoroutineScheduler.kt:1194)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:906)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:775)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:762)
Caused by: com.intellij.ide.plugins.StartupAbortedException: Cannot create file types
    at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.lambda$initStandardFileTypes$3(FileTypeManagerImpl.java:328)
    at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processWithPluginDescriptor(ExtensionPointImpl.kt:1091)
    ... 40 more
Caused by: com.intellij.diagnostic.PluginException: null [Plugin: net.ashald.envfile]
    ... 42 more
Caused by: java.lang.UnsupportedOperationException
    at java.base/java.util.AbstractList.add(AbstractList.java:155)
    at java.base/java.util.AbstractList.add(AbstractList.java:113)
    at java.base/java.util.AbstractCollection.addAll(AbstractCollection.java:338)
    at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl$PluginFileTypeConsumer.register(FileTypeManagerImpl.java:1916)
    at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl$PluginFileTypeConsumer.consume(FileTypeManagerImpl.java:1884)
    at net.ashald.envfile.platform.EnvFileTypeFactory.createFileTypes(EnvFileTypeFactory.java:10)
    at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.lambda$initStandardFileTypes$3(FileTypeManagerImpl.java:322)
    ... 41 more
 

 

Upload id: 2025_12_23_2BYkxBNrP6CYhopWdBmrWB (file: goland-logs-20251223-1414326380810091827604317.zip)

Any ideas?

Thank you.

0

Hello!

The logs show that the indexing fails for the charts/prometheus/charts/prometheus-node-exporter/templates/_helpers.tpl. Could you please share this file so that we can investigate the issue? 

 

The second problem is a known issue for the EnvFile plugin, https://github.com/Ashald/EnvFile/issues/246. Please subscribe to this ticket to get notified of the updates.

0

Hello Elena Pogorelova

You can find charts/prometheus/charts/prometheus-node-exporter/templates/_helpers.tpl here: https://artifacthub.io/packages/helm/kasten/k10?modal=template&template=_helpers.tpl

The second problem is a known issue for the EnvFile plugin, https://github.com/Ashald/EnvFile/issues/246. Please subscribe to this ticket to get notified of the updates.

Thank you, I've got subscribed!

0
Hello!

Thank you!
Unfortunately I failed to reproduce the issue with the file you have provided. 
Do you have a sample project you can share where the issue is reproducible for you?

Best regards,
Lena
0

No, unfortunately I don't have a sample project. Interesting thing that it works fine with other, smaller project. 

Perhaps public version of the file doesn't contain some changes we have privately (they're not released yet), but I can't share private code unfortunately. Perhaps there are more factors then just the only that file, maybe some memory leaks or deadlocks.

Here's new logs, perhaps they'll lead to some clues.

Upload id: 2026_01_05_2828Ro837tKFkV4xiPD3Uu (file: goland-logs-20260105-0940104313035360588822643.zip)

 

Upd:

After switching from OK (much smaller in fact) to problematic project and getting back, GoLand got stuck on OK project as well. Logs:

Upload id: 2026_01_05_22ESLfXpaarR4EuE3bJo6A (file: goland-logs-20260105-0946455189297292136848714.zip)

0

Thank you.

The issue looks very similar to IJPL-156245, please vote for it to get notified of any progress.

2

请先登录再写评论。