After upgrade to IDEA 2022.1, IDEA hangs on splash screen with StackOverflowError (solved)

Answered

Hello IntelliJ  Users community,

After updating  IntelliJ UE with version 2022.1 on recent LinuxArch system, the IDE hangs on splash screen with following error in console log.

INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellijApr 21, 2022 8:11:48 AM com.intellij.openapi.diagnostic.JulLogger info
INFO: Apr 21, 2022 8:11:09 AM com.intellij
Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "AWT-EventQueue-1"

This is the first time I get such an error after IDE upgrade. How to switch to debug mode ? How to localize the problem ?

Regards.

0
6 comments

Hi, could you provide the IDE logs folder compressed? (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)

Try to delete the plugins directory when the IDE is closed. (https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#plugins-directory)

The files can be uploaded at https://uploads.jetbrains.com (do not forget to specify the UploadID)

0

Hi Egor,
I have uploaded compressed log directory to Upload ID: 2022_04_24_HgFqSKysUeBZjapG (file: idea-logs.zip)
I have uploaded compressed log directory from fresh installed 2022.1 with removed plugin directory before starting to Upload ID: 2022_04_24_WNsariLtWrLWZUyX (file: idea-2022-log.zip)
Regards.

0

Thank you!

The problem might be related to https://github.com/vaadin/designer/issues/2437 .

Please delete the plugins directory when the IDE is closed and restart.

0

After removing plugins directory, idea.sh command line show this error :

Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "AWT-EventQueue-1"

There is no log in idea.log. This might be specific to Linux based systems.

0

I have uploaded compressed log directory from fresh installed 2022.1 with removed plugin directory before starting to Upload ID: 2022_04_24_WNsariLtWrLWZUyX (file: idea-2022-log.zip)

As I can see custom plugins are still enabled:

Vagrant (221.5080.126),
Ini (221.5080.126),
Sketch It! (0.07.00),
AsciiDoc (0.37.15),
PlantUML Integration (5.12.0),
Vaadin Designer (4.6.15),
Live Edit (221.5080.169),
MapStruct Support (1.3.1)

 

Could you clarify the directory that you removed? To find a path to the plugins directory check idea.plugins.path entry in idea.log files.

0

After removing Vaadin plugin in HOME/.local/share/JetBrains/IntelliJIdea2022.1/, IntelliJ starts again :)
Thanks Egor for your support.

0

Please sign in to leave a comment.