Repeating exception related to SimpleColoredComponent
I usually get this when I am editing a JSP. The blame button is not enabled. Once it starts, it comes continuously and the only way to stop it is to exit IJ. I have a suspicion that it is related to identifier highlighter. Can someone verify?
2008-09-29 10:46:25,957 ERROR - pplication.impl.LaterInvocator -
java.lang.IllegalArgumentException: Argument 0 for @NotNull parameter of com/intellij/ui/SimpleColoredComponent.append must not be null
at com.intellij.ui.SimpleColoredComponent.append(SimpleColoredComponent.java)
at com.intellij.ide.navigationToolbar.NavBarPanel$MyCompositeLabel.]]>(NavBarPanel.java:31)
at com.intellij.ide.navigationToolbar.NavBarPanel.a(NavBarPanel.java:152)
at com.intellij.ide.navigationToolbar.NavBarPanel.access$2500(NavBarPanel.java:129)
at com.intellij.ide.navigationToolbar.NavBarPanel$26.run(NavBarPanel.java:4)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:145)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:212)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:101)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Please sign in to leave a comment.
Hello Norris,
Fixed in next EAP, thanks.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Wow. Thanks. It drove me crazy when it happened. I would have to exit IJ and kill my server. Very time consuming.
Thanks again!