Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » ConcurrencyModificationException CacheAdapter
ConcurrencyModificationException CacheAdapter [message #576594] Mon, 29 January 2007 12:23
saurabh bhola is currently offline saurabh bholaFriend
Messages: 5
Registered: July 2009
Junior Member
hi,

Has anyone come across this? how to get around it??

Saurabh
java.util.ConcurrentModificationException: concurrent access to HashMap
attempted by Thread[Worker-1,5,main]

at java.util.HashMap.onExit(HashMap.java:217)

at java.util.HashMap.transfer(HashMap.java:514)

at java.util.HashMap.resize(HashMap.java:500)

at java.util.HashMap.addEntry(HashMap.java:800)

at java.util.HashMap.put(HashMap.java:441)

at org.eclipse.uml2.common.util.CacheAdapter.put(CacheAdapter.j ava:420)

at org.eclipse.uml2.common.util.CacheAdapter.put(CacheAdapter.j ava:393)

at
org.eclipse.uml2.uml.internal.impl.ElementImpl.getAppliedSte reotypes(Element
Impl.java:233)

at
org.eclipse.uml2.uml.internal.operations.ElementOperations.g etAppliedStereot
ype(ElementOperations.java:337)

at
org.eclipse.uml2.uml.internal.impl.ElementImpl.getAppliedSte reotype(ElementI
mpl.java:248)

at
com.ibm.mtools.dw.req.impl.DimensionLevelImpl.getMembers(Dim ensionLevelImpl.
java:165)

at
com.ibm.mtools.dependency.collectors.dependant.req.Dimension LevelDependantCo
llector.collectSemanticDependants(DimensionLevelDependantCol lector.java:46)

at
Previous Topic:strange behavior when defining a profile
Next Topic:ConcurrencyModificationException CacheAdapter
Goto Forum:
  


Current Time: Fri Sep 20 06:50:39 GMT 2024

Powered by FUDForum. Page generated in 0.04202 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top