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 82480 - java.util.zip.ZipException when uninstalled modules
Summary: java.util.zip.ZipException when uninstalled modules
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: REGRESSION
: 88511 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-11 13:55 UTC by Jaromir Uhrik
Modified: 2007-05-21 10:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log with exception attached... (42.61 KB, text/plain)
2006-08-11 13:56 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-08-11 13:55:11 UTC
NetBeans IDE Dev (Build 200608101800)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-64
Mac OS X version 10.4.7 running on ppc
en_US (nb); MacRoman

1.Start NetBeans with clear userdir
2.Install Collaboration from Update Center
3.Go to Tools|Modules Manager
4.Select Collaboration node and push Uninstall button
Exceptions appear in Exception dialog. See attached messages.log
Comment 1 Jaromir Uhrik 2006-08-11 13:56:19 UTC
Created attachment 32827 [details]
messages.log with exception attached...
Comment 2 Jaromir Uhrik 2006-08-11 14:01:43 UTC
I got the exception again while uninstalling Database category. So that this is
general problem, not only Collaboration is affected.
Comment 3 Jiri Rechtacek 2006-08-11 16:18:36 UTC
Is it some newly appeared bugs or it's reproducible with NB5.0 as well? In other
words: regression or not?
Comment 4 Jiri Rechtacek 2006-08-11 17:35:27 UTC
I hope it can be fixed. Try to reproduce with option
-J-Dorg.netbeans.modules.autoupdate.catalog.level=-1 to more verbose Module
Manager. Thanks

Checking in core/bootstrap/src/org/netbeans/StandardModule.java;
/shared/data/ccvs/repository/core/bootstrap/src/org/netbeans/StandardModule.java,v
 <--  StandardModule.java
new revision: 1.14; previous revision: 1.13
done
Checking in autoupdate/src/org/netbeans/modules/autoupdate/catalog/ModuleBean.java;
/shared/data/ccvs/repository/autoupdate/src/org/netbeans/modules/autoupdate/catalog/ModuleBean.java,v
 <--  ModuleBean.java
new revision: 1.10; previous revision: 1.9
done
Comment 5 Jaromir Uhrik 2006-08-16 09:48:44 UTC
Jirko, I verified the fix in dev build of 20060814.
The problem is not reproducible in NB 5.0 release but appears in builds of
release 5.5. So that this is REGRESSION and it need to be integrated to release
5.5 branch too. Jirko, could you please start the process of integration.
Comment 6 Jaromir Uhrik 2006-08-23 17:03:06 UTC
According to testing of the fix (in private 5.5 build with the fix) it is not
reliable. Sometimes there still appear exceptions after uninstall. It seems to
be risky to integrate fix which doesn't solve the problem to NB 5.5. So that I
am removing 5.5_candidate from status whiteboard.
Comment 7 Jaromir Uhrik 2006-08-25 12:24:39 UTC
According to the discussion with Jirka the  module manager needs some wider
redesign and it is not possible to completely solve this issue before such
changes. The issue doesn't appear so offen now with the fix. Well the fix is not
100% and the exception sometimes still appears. I am reopening the issue and
decreasing priority P2->P3.
Comment 8 Jiri Rechtacek 2006-11-28 12:59:06 UTC
*** Issue 88511 has been marked as a duplicate of this issue. ***
Comment 9 rmatous 2007-04-23 09:22:54 UTC
Works for me with new plugin manager.
Comment 10 Jaromir Uhrik 2007-04-25 13:54:30 UTC
Verified in following config:
NetBeans IDE Dev (Build 070424)
1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-87
Mac OS X version 10.4.9 running on i386
en_US (nb); MacRoman
Comment 11 Jiri Rechtacek 2007-05-21 10:35:54 UTC
Renamed subcomponent 'module manager' to 'plugin manager' consistent with
current naming.