Do you have any code snippt? Usually ConcurrentModificationException happens when you are trying to modify a collection while you are iterating it. To modify an existing collection it has to be threadsafe collections. Also, check for any circular dependencies in code.