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

Summary: IllegalArgumentException: Invalid org.netbeans.modules.tasklist.kit for operation DISABLE
Product: platform Reporter: rzaleski81 <rzaleski81>
Component: AutoupdateAssignee: dlipin <dlipin>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: luchop00
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=6455
Issue Type: DEFECT Exception Reporter: 6455
Attachments: stacktrace

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 ***