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

Summary: IllegalStateException: [Winsys] TopComponent org.netbeans.modules.xml.text.TextEditorComponent throws runtime exception from its componentActivated() method. Please repair it! Probable cause is at org
Product: xml Reporter: hdhero <hdhero>
Component: Text-EditAssignee: Samaresh Panda <samaresh>
Status: RESOLVED FIXED    
Severity: blocker CC: isai, jinath, teras
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=42702
Issue Type: DEFECT Exception Reporter: 42702
Attachments: stacktrace

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.