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 150119 - IllegalArgumentException: Invalid org.netbeans.modules.tasklist.kit for operation DISABLE
Summary: IllegalArgumentException: Invalid org.netbeans.modules.tasklist.kit for opera...
Status: RESOLVED DUPLICATE of bug 134595
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: dlipin
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 16:43 UTC by rzaleski81
Modified: 2008-11-19 12:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 6455


Attachments
stacktrace (2.76 KB, text/plain)
2008-10-14 16:43 UTC, rzaleski81
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rzaleski81 2008-10-14 16:43:17 UTC
Build: NetBeans IDE Dev (Build 200810140201)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows XP, 5.1, x86

User Comments:
rzaleski81: Fresh install, deactivated Task List and Mecurial using deactivate button.  Right Clicked CVS to deactivate, and got this.  First load after downloading nightly.

soluble: Tried to deactivate Visual JSF and the JSF 1.0 plugin using the Plugins dialogue box.

roridge: Trying to disable ALL Web and J2EE modules after disabling the first two manually but without restarting.

kamilparal: In plugin manager I tried to disable all Web & Java EE category

rzaleski81: Right clicked on name of Javascript Library: Yahoo in the "Installed" tab of the Plugins modal. Selected deactivate and got the error.  I had a number of items awaiting deactivation on restart that I was about to do after a fresh reload.

rzaleski81: Fresh install, deactivated Task List and Mecurial using deactivate button.  Right Clicked CVS to deactivate, and got this.  First load after downloading nightly.



Stacktrace: 
java.lang.IllegalArgumentException: Invalid org.netbeans.modules.tasklist.kit for operation DISABLE
        at org.netbeans.modules.autoupdate.services.OperationContainerImpl.add(OperationContainerImpl.java:106)
        at org.netbeans.api.autoupdate.OperationContainer.add(OperationContainer.java:275)
        at org.netbeans.modules.autoupdate.ui.UnitTab$DeactivateCategoryAction.performerImpl(UnitTab.java:1435)
        at org.netbeans.modules.autoupdate.ui.UnitTab$RowTabAction.performerImpl(UnitTab.java:1040)
        at org.netbeans.modules.autoupdate.ui.UnitTab$TabAction.actionPerformed(UnitTab.java:983)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 rzaleski81 2008-10-14 16:43:25 UTC
Created attachment 71785 [details]
stacktrace
Comment 2 Jiri Rechtacek 2008-10-17 21:03:25 UTC
Need to check module for pending state while disabling plugins.
Comment 3 Antonin Nebuzelsky 2008-11-14 15:31:47 UTC
Reassigning to the new "autoupdate/*" owner dlipin.
Comment 4 dlipin 2008-11-19 12:17:25 UTC
This is due to insufficient support for pending state which is been tracked as the issue 134595.

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