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 121978 - IllegalStateException: [Winsys] TopComponent org.openide.text.CloneableEditor throws exception/error from its componentOpened() method. Please repair it! Probable cause is at org.netbeans.modules.gsf.
Summary: IllegalStateException: [Winsys] TopComponent org.openide.text.CloneableEditor...
Status: RESOLVED DUPLICATE of bug 121926
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-15 11:51 UTC by pierrey
Modified: 2008-03-31 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 10752


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pierrey 2007-11-15 11:51:05 UTC
Build: NetBeans IDE Dev (Build 200711050000)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows Vista, 6.0, x86
User comments: This error occurred when I tried to open a Ruby controller.
STACKTRACE: (first 10 lines)
java.lang.IllegalStateException: [Winsys] TopComponent org.openide.text.CloneableEditor throws exception/error from its
componentOpened() method.
Please repair it! Probable cause is at
org.netbeans.modules.gsf.GsfEditorKitFactory$EditorActionWrapper.<init>(GsfEditorKitFactory.java:568)
        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:967)
        at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:753)
        at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:303)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1072)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:1040)
        at org.openide.windows.TopComponent.open(TopComponent.java:382)
        at org.openide.text.CloneableEditor.open(CloneableEditor.java:328)
        at org.openide.windows.TopComponent.open(TopComponent.java:373)
Comment 1 Tomas Danek 2007-11-15 14:17:54 UTC
seems to have the same root cause as issue 121926, i think it's a dupe.
Comment 2 Exceptions Reporter 2008-03-11 09:30:48 UTC
This issue has already 10 duplicates 
Comment 3 Erno Mononen 2008-03-31 09:33:37 UTC
I also think this is a duplicate of issue 121926, so marking this as such.

*** This issue has been marked as a duplicate of 121926 ***