This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147092 - [65cat] IllegalStateException: [Winsys] TopComponent org.netbeans.modules.scala.console.ScalaConsoleTopComponent throws exception/error from its componentOpened() method. Please repair it! Probable cause is a
Summary: [65cat] IllegalStateException: [Winsys] TopComponent org.netbeans.modules.sca...
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 14:24 UTC by misterm
Modified: 2009-11-26 04:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 61651


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2008-09-12 14:24:23 UTC
Build: NetBeans IDE Dev (Build 200806031204)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows Vista, 6.0, x86
User comments: Using Window - Other menu to open Scala Interactive Shell
STACKTRACE: (first 10 lines)
java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.modules.scala.console.ScalaConsoleTopComponent 
throws exception/error from its componentOpened() method.
Please repair it! Probable cause is at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at org.openide.windows.WindowManager.logThrowable(WindowManager.java:361)
        at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:300)
        at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:974)
        at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:761)
        at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:311)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1082)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:1049)
        at org.openide.windows.TopComponent.open(TopComponent.java:382)
        at org.openide.windows.TopComponent.open(TopComponent.java:373)
        at org.netbeans.modules.scala.console.ScalaConsoleAction.actionPerformed(ScalaConsoleAction.java:22)
Comment 1 Exceptions Reporter 2008-09-24 21:10:20 UTC
This issue has already 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=61651
Comment 2 _ dcaoyuan 2008-10-24 08:08:10 UTC
This may relate to Issue #143123