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 133746 - IllegalStateException: [Winsys] TopComponent org.netbeans.modules.xml.text.TextEditorComponent throws runtime exception from its componentActivated() method. Please repair it! Probable cause is at org
Summary: IllegalStateException: [Winsys] TopComponent org.netbeans.modules.xml.text.Te...
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 08:48 UTC by hdhero
Modified: 2009-07-03 00:45 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 42702


Attachments
stacktrace (4.99 KB, text/plain)
2008-04-23 08:49 UTC, hdhero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hdhero 2008-04-23 08:49:00 UTC
Build: NetBeans IDE 6.1 RC1 (Build 200804100130)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 hdhero 2008-04-23 08:49:05 UTC
Created attachment 60591 [details]
stacktrace
Comment 2 Lukas Hasik 2008-04-23 10:12:36 UTC
java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.modules.xml.text.TextEditorComponent throws runtime
exception from its componentActivated() method.
Please repair it! Probable cause is at
org.netbeans.modules.xml.text.TextEditorComponent.componentActivated(TextEditorComponent.java:167)
  
Comment 3 Exceptions Reporter 2008-04-30 15:31:32 UTC
This issue has already 20 duplicates 
Comment 4 Samaresh Panda 2008-05-02 17:19:44 UTC
Fixed. http://hg.netbeans.org/main/rev/0adbfc419e1f.
Comment 5 stenlee 2008-10-06 11:40:24 UTC
Reopening - reproduced in NetBeans IDE 6.1 (Build 200805300101)
Comment 6 rbalada 2008-10-06 14:51:56 UTC
stenlee,

this issue has been fixed in subsequent release *after* NetBeans 6.1 was released. You can certainly reproduce it in
NetBeans 6.1 even with the latest patch installed, but it's not a reason to reopen this issue if there's no plan to port
the fix into NetBeans 6.1 fixes codeline.
If you insist on fixing this issue for NetBeans 6.1 you have got basically two options:

#1 consider buying commercial support and request this issue to be fixed for NetBeans 6.1. More information about
commercial support can be found at http://www.netbeans.org/kb/support.html 

#2 the CDDL + GPL v2 dual licensing allows you to fork the "development" and fix it yourself in your private repository
and build. It's opensource, no one will do any obstacles if you choose this way, but take into account that maintenance
of private repository and build could eventually (in long term project) be a bit more expensive than buying commercial
support (calculations have to be done case by case)

Returning back to RESOLVED-FIXED state.