IntelliJ EAP 9880 hangs on start-up with Atlassian plugin
IDEA hangs on start-up.
It was running fine without the plug-in. I added it and got the problem. I removed the plug-in and I am back in business.
2009-06-15 12:03:17,826 [1230724] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_PRESSED,(865,369),absolute(865,393),button=3,modifiers=Meta+Button3,extModifiers=Button3,clickCount=1] on frame0
java.lang.StackOverflowError
at java.util.regex.Pattern.newSingle(Pattern.java:2935)
at java.util.regex.Pattern.atom(Pattern.java:1985)
at java.util.regex.Pattern.sequence(Pattern.java:1885)
at java.util.regex.Pattern.expr(Pattern.java:1752)
at java.util.regex.Pattern.compile(Pattern.java:1460)
at java.util.regex.Pattern.<init>(Pattern.java:1133)
at java.util.regex.Pattern.compile(Pattern.java:823)
at java.lang.String.replaceFirst(String.java:2146)
at com.intellij.ide.ui.customization.CustomizationUtil.correctActionGroup(CustomizationUtil.java:92)
at com.intellij.ide.ui.customization.CustomizationUtil.a(CustomizationUtil.java:63)
at com.intellij.ide.ui.customization.CustomizationUtil.access$000(CustomizationUtil.java:88)
at com.intellij.ide.ui.customization.CustomizationUtil$CachedAction.getChildren(CustomizationUtil.java:12)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:58)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
[...]
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:9)
2009-06-15 17:01:32,544 [ 40880] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA (Diana) #9880 Build #9880
2009-06-15 17:01:32,544 [ 40880] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_14
2009-06-15 17:01:32,544 [ 40880] ERROR - com.intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) 64-Bit Server VM
2009-06-15 17:01:32,544 [ 40880] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
2009-06-15 17:01:32,544 [ 40880] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
2009-06-15 17:01:32,544 [ 40880] ERROR - com.intellij.ide.IdeEventQueue - Last Action:
2009-06-15 17:08:11,501 [ 439837] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDEA SHUTDOWN ------------------------------------------------------
Please sign in to leave a comment.
Hello Florian,
Please try to reset your customization of menus and toolbars to default
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hi that seems to have done the trick. Although as far as I know I have never modified the menus and toolbars. Can you explain why this resolved the issue?
Hello Florian,
There was a bug in 8.0 which caused customizations to go crazy: if you've
once opened them they were able to silently apply internal changes.
Sorry for inconvenience
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
ok thanks.
I don't know if this is related but the toolbar now has 5x the set of buttons for the atlassian plugin.
Florian