Goland 2021.1 failed to migrate 2020.2 plugins

Answered

1. downloaded latest GoLand (linux RHEL 7.7)

2. untar and run

$ ./goland.sh 
2021-04-19 13:35:52,886 [ 11539] ERROR - tellij.diagnostic.LoadingState - Should be called at least in the state COMPONENTS_REGISTERED, the current state is: LAF_INITIALIZED
Current violators count: 1


java.lang.Throwable
at com.intellij.diagnostic.LoadingState.logStateError(LoadingState.java:53)
at com.intellij.diagnostic.LoadingState.checkOccurred(LoadingState.java:49)
at com.intellij.openapi.util.registry.Registry.getInstance(Registry.java:127)
at com.intellij.openapi.util.registry.Registry.get(Registry.java:38)
at com.intellij.openapi.util.registry.Registry.is(Registry.java:53)
at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstallAndLoadDescriptor(PluginDownloader.java:177)
at com.intellij.openapi.application.ConfigImportHelper.downloadUpdatesForIncompatiblePlugins(ConfigImportHelper.java:911)
at com.intellij.openapi.application.ConfigImportHelper.lambda$migratePlugins$6(ConfigImportHelper.java:824)
at java.base/java.lang.Thread.run(Thread.java:834)
2021-04-19 13:35:52,891 [ 11544] ERROR - tellij.diagnostic.LoadingState - GoLand 2021.1 Build #GO-211.6693.119
2021-04-19 13:35:52,899 [ 11552] ERROR - tellij.diagnostic.LoadingState - JDK: 11.0.10; VM: Dynamic Code Evolution 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-04-19 13:35:52,899 [ 11552] ERROR - tellij.diagnostic.LoadingState - OS: Linux
2021-04-19 13:35:52,903 [ 11556] WARN - pi.util.registry.RegistryValue - Attempt to load key 'marketplace.certificate.signature.check' for not yet loaded registry
2021-04-19 13:35:52,903 [ 11556] ERROR - tellij.diagnostic.LoadingState - Should be called at least in the state COMPONENTS_REGISTERED, the current state is: LAF_INITIALIZED
Current violators count: 2
0
2 comments

I suspect it has something to do with latest system kernel update

as VSCode also got hung upon startup

0

Hi,

Try removing the system and plugins directories and reinstall the IDE from https://www.jetbrains.com/go/download/#section=linux.

If the problem remains run the IDE from the command line and attach the output (https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line) or upload it to https://uploads.jetbrains.com/ and provide its ID.

0

Please sign in to leave a comment.