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 121926 - IllegalStateException: [Winsys] TopComponent org.openide.text.CloneableEditor throws runtime exception from its componentShowing() method. Please repair it! Probable cause is at org.netbeans.modules.g
Summary: IllegalStateException: [Winsys] TopComponent org.openide.text.CloneableEditor...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://statistics.netbeans.org/except...
Keywords:
: 121978 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-14 17:35 UTC by Tomas Danek
Modified: 2008-08-01 15:55 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 9007


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2007-11-14 17:35:37 UTC
Build: NetBeans IDE 6.0 RC1 (Build 200711140000)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Linux, 2.6.20-16-generic, i386

User Comments: 
- used ruby distro of rc1
- installed Ruby RSpec Support (on beta update center)
- created new ruby app
- topcomponent with main.rb did not open in editor, exception was thrown
Comment 1 Tomas Danek 2007-11-14 17:43:57 UTC
I think this is problem in GSF?! Please evaluate...
Comment 2 Tomas Danek 2007-11-14 17:46:31 UTC
java.lang.AbstractMethodError
	at org.netbeans.modules.gsf.GsfEditorKitFactory$EditorActionWrapper.<init>(GsfEditorKitFactory.java:568)
	at org.netbeans.modules.gsf.GsfEditorKitFactory$GsfEditorKit.createActions(GsfEditorKitFactory.java:250)
	at org.netbeans.editor.BaseKit.getActions(BaseKit.java:907)
	at org.openide.text.CloneableEditor.getAction(CloneableEditor.java:444)
	at org.openide.text.CloneableEditor.initialize(CloneableEditor.java:196)
	at org.openide.text.CloneableEditor.componentShowing(CloneableEditor.java:152)
	at org.openide.windows.WindowManager.componentShowing(WindowManager.java:330)
Caused: java.lang.IllegalStateException: [Winsys] TopComponent org.openide.text.CloneableEditor throws runtime exception
from its componentShowing() 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.componentShowing(WindowManager.java:332)
...
Comment 3 Torbjorn Norbye 2007-11-14 17:55:43 UTC
The problem is that the rspec module must be out of date w.r.t. the release60 bits. I'm not sure how the bits get to the
update center - are they built there automatically from the 6.0 branch? Or are these the older manually built bits?
Comment 4 Torbjorn Norbye 2007-11-14 17:56:24 UTC
By the way - I thought the extrahints, rspec and themes modules would be on the stable update center, not the beta
update center?
Comment 5 Petr Blaha 2007-11-14 18:00:38 UTC
I added Robert Novak to cc who can explain how the modules are uploaded to UC. Anyway, I think modules that are on Beta,
Stable UC aren't built automatically. Therefore, Tor you should build these modules again and Robert will upload them to UC.
Comment 6 Michal Zlamal 2007-11-16 09:38:53 UTC
I've updated the UC content with the RC1 build yesterday.
Comment 7 Petr Blaha 2007-11-16 09:45:45 UTC
Veified with the latest UC contain and RC1. I reopened the issue #120138 where we track that the modules should be on
stable UC.
Comment 8 Erno Mononen 2008-03-31 09:33:36 UTC
*** Issue 121978 has been marked as a duplicate of this issue. ***