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 129671 - java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification
Summary: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.check...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL: http://statistics.netbeans.org/except...
Keywords: T9Y, TEST
Depends on:
Blocks:
 
Reported: 2008-03-10 15:43 UTC by Jaroslav Pospisil
Modified: 2008-04-07 12:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 35079


Attachments
stacktrace (670 bytes, text/plain)
2008-03-10 15:43 UTC, Jaroslav Pospisil
Details
stacktrace (670 bytes, text/plain)
2008-03-11 11:12 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2008-03-10 15:43:16 UTC
Build: NetBeans IDE Dev (Build 200803100002)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows Vista, 6.0, x86

User Comments: 
Issue occured during automated testing of EjbWsvalidation test suite in websvc/kit module.
Comment 1 Jaroslav Pospisil 2008-03-10 15:43:21 UTC
Created attachment 58070 [details]
stacktrace
Comment 2 Jaroslav Pospisil 2008-03-10 17:40:11 UTC
Issue occurs mostly when create second web service client for same deployed web service (from local web app or ejb module)
Comment 3 Jaroslav Pospisil 2008-03-11 11:12:20 UTC
Build: NetBeans IDE Dev (Build 200803100002)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows Vista, 6.0, x86

User Comments: 
Comment 4 Jaroslav Pospisil 2008-03-11 11:12:29 UTC
Created attachment 58131 [details]
stacktrace
Comment 5 Jaroslav Pospisil 2008-03-11 11:22:05 UTC
This issue now blocks Web Services and Identity automated functional tests. Raising priority to P2.
Comment 6 Roderico Cruz 2008-03-12 06:19:54 UTC
Looks like the list is being modified while another entity is iterating over it. Fixed by creating a wrapper
synchronized list and manually synchronizing for concurrent access when iterating over it.
Comment 7 Jaroslav Pospisil 2008-04-07 12:28:39 UTC
v.