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 144216

Summary: Unable to update NBM for Rectangle Edit Tools module
Product: updatecenters Reporter: _ sandipchitale <sandipchitale>
Component: PluginportalAssignee: David Botterill <dbotterill>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Rectangle Edito Tools module NBM

Description _ sandipchitale 2008-08-18 00:48:37 UTC
Whenever I try to update the NBM for Rectangle Edit Tools module I get the following error:

----

Plugin Portal Error!

You have reached this page because of an internal Plugin Portal error. Please note that you must have JavaScript enabled
to use the Plugin Portal.

If you continue to reach this page, please contact the webmaster.

----

I will attach the NBM here.
Comment 1 _ sandipchitale 2008-08-18 00:49:41 UTC
Created attachment 67660 [details]
Rectangle Edito Tools module NBM
Comment 2 _ sandipchitale 2008-08-18 00:55:48 UTC
The module URL is:

http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=1174
Comment 3 David Botterill 2008-08-19 18:41:05 UTC
I manually uploaded the plugin.  This is the elusive "ConcurrentModificationException" from the bowels of JPA that I
keep getting. :(
Comment 4 _ sandipchitale 2008-08-19 18:48:17 UTC
Hmmms..the page still shows:

Specification Version: 	1.4

it should be:

Specification Version: 	1.5
Comment 5 David Botterill 2008-08-20 05:38:24 UTC
Finally!  I tracked down and fixed the modify plugin problem.  I made a common but stupid mistake modifying an ArrayList
indirectly through an API while walking through the iterator.  Hello ConcurrentModificationException! :)

I uploaded the lastest nbm and now the spec version is 1.5.
Comment 6 _ sandipchitale 2008-08-20 06:04:28 UTC
Fantastic!
Comment 7 Jiri Kovalsky 2008-08-21 13:47:08 UTC
Verified.