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 180408 - Unable to uninstall plugin
Summary: Unable to uninstall plugin
Status: RESOLVED DUPLICATE of bug 160729
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 02:21 UTC by Michael Nazarov
Modified: 2010-02-08 02:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2010-02-08 02:21:06 UTC
Product Version: NetBeans IDE Dev (Build 201002080200)
Java: 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57
System: Mac OS X version 10.5.6 running on x86_64; MacRoman; en_US (nb)

I installed all available plugins, restarted IDE then tried to uninstall all plugins. Followed exception appeared:

java.lang.AssertionError: Config file config/Modules/org-netbeans-modules-swing-customizerlayout.xml must be already removed or marked for remove.
	at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.removeModuleFilesInCluster(ModuleDeleterImpl.java:294)
	at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.removeModuleFiles(ModuleDeleterImpl.java:281)
	at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.markForDelete(ModuleDeleterImpl.java:165)
	at org.netbeans.modules.autoupdate.services.OperationSupportImpl$ForUninstall.doOperation(OperationSupportImpl.java:395)
	at org.netbeans.api.autoupdate.OperationSupport.doOperation(OperationSupport.java:67)
	at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep.handleAction(UninstallStep.java:192)
	at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep.doAction(UninstallStep.java:152)
	at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep.access$000(UninstallStep.java:67)
	at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep$1.propertyChange(UninstallStep.java:126)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at java.awt.Component.firePropertyChange(Component.java:7953)
	at org.netbeans.modules.autoupdate.ui.wizards.OperationPanel.access$000(OperationPanel.java:61)
	at org.netbeans.modules.autoupdate.ui.wizards.OperationPanel$1.run(OperationPanel.java:81)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:641)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1123)
Caused: org.openide.util.RequestProcessor$FastItem: task failed due to
Comment 1 dlipin 2010-02-08 02:26:45 UTC

*** This bug has been marked as a duplicate of bug 160729 ***