Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » java.util.ConcurrentModificationException(java.util.ConcurrentModificationException in linux environment at org.eclipse.emf.validation.internal.service.ClientContextManager.getClientContextsFor(ClientContextManager.java:175))
java.util.ConcurrentModificationException [message #1842569] Thu, 24 June 2021 06:05 Go to next message
Pankaj Vyas is currently offline Pankaj VyasFriend
Messages: 3
Registered: June 2021
Junior Member

We have an eclipse RCP product where we have a validation plugin that does validate artifacts. In windows, it is working fine but in Linux, I'm getting the below exception.

[INFO]      [java] [emc.build] java.util.ConcurrentModificationException
[INFO]      [java] [emc.build]  at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
[INFO]      [java] [emc.build]  at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1516)
[INFO]      [java] [emc.build]  at org.eclipse.emf.validation.internal.service.ClientContextManager.getClientContextsFor(ClientContextManager.java:175)
[INFO]      [java] [emc.build]  at org.eclipse.emf.validation.internal.service.BatchValidator.validate(BatchValidator.java:204)
[INFO]      [java] [emc.build]  at org.eclipse.emf.validation.internal.service.BatchValidator.doValidate(BatchValidator.java:149)
[INFO]      [java] [emc.build]  at org.eclipse.emf.validation.internal.service.AbstractValidator.validate(AbstractValidator.java:147)
[INFO]      [java] [emc.build]  at org.eclipse.emf.validation.internal.service.AbstractValidator.validate(AbstractValidator.java:126)
[INFO]      [java] [emc.build]  at org.eclipse.emf.validation.internal.service.BatchValidator.validate(BatchValidator.java:117)


Am I missing something or it is expected behavior? I'm using eclipse 4.12. For the older version of eclipse, everything was working fine.

Thanks in Advance.
Re: java.util.ConcurrentModificationException [message #1842592 is a reply to message #1842569] Thu, 24 June 2021 15:48 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Your question is kind of context free. The EMF services project is not highly active so best you debug this yourself...

https://projects.eclipse.org/projects/modeling.emfservices


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:JavaScript editor stopped providing context
Next Topic:Error installing 2021-6
Goto Forum:
  


Current Time: Tue Apr 23 11:56:46 GMT 2024

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

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

Back to the top