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 - Unable to update NBM for Rectangle Edit Tools module
Summary: Unable to update NBM for Rectangle Edit Tools module
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: David Botterill
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 00:48 UTC by _ sandipchitale
Modified: 2008-08-21 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Rectangle Edito Tools module NBM (35.26 KB, application/octet-stream)
2008-08-18 00:49 UTC, _ sandipchitale
Details

Note You need to log in before you can comment on or make changes to this bug.
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.