java - ConcurrentModificationException with Maven 3.3.3 and Sonar Maven plugin 2.6 -


java 7 maven 3.3.3 sonar plugin 2.6

[02:41:27][com.company:company] [error] failed execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project company: null: mojoexecutionexception: concurrentmodificationexception -> [help 1] [02:41:27][com.company:company] org.apache.maven.lifecycle.lifecycleexecutionexception: failed execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project company: null [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:216) [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:153) [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:145) [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.lifecyclemodulebuilder.buildproject(lifecyclemodulebuilder.java:116) [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.builder.multithreaded.multithreadedbuilder$1.call(multithreadedbuilder.java:189) [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.builder.multithreaded.multithreadedbuilder$1.call(multithreadedbuilder.java:185) [02:41:27][com.company:company] @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:334) [02:41:27][com.company:company] @ java.util.concurrent.futuretask.run(futuretask.java:166) [02:41:27][com.company:company] @ java.util.concurrent.executors$runnableadapter.call(executors.java:471) [02:41:27][com.company:company] @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:334) [02:41:27][com.company:company] @ java.util.concurrent.futuretask.run(futuretask.java:166) [02:41:27][com.company:company] @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145) [02:41:27][com.company:company] @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615) [02:41:27][com.company:company] @ java.lang.thread.run(thread.java:722) [02:41:27][com.company:company] caused by: org.apache.maven.plugin.mojoexecutionexception [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.exceptionhandling.handle(exceptionhandling.java:41) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.runnerbootstraper.execute(runnerbootstraper.java:139) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.sonarmojo.execute(sonarmojo.java:132) [02:41:27][com.company:company] @ org.apache.maven.plugin.defaultbuildpluginmanager.executemojo(defaultbuildpluginmanager.java:134) [02:41:27][com.company:company] @ org.apache.maven.lifecycle.internal.mojoexecutor.execute(mojoexecutor.java:208) [02:41:27][com.company:company] ... 13 more [02:41:27][com.company:company] caused by: java.util.concurrentmodificationexception [02:41:27][com.company:company] @ java.util.linkedhashmap$linkedhashiterator.nextentry(linkedhashmap.java:394) [02:41:27][com.company:company] @ java.util.linkedhashmap$keyiterator.next(linkedhashmap.java:405) [02:41:27][com.company:company] @ org.apache.maven.project.mavenproject.getcompileclasspathelements(mavenproject.java:351) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.mavenprojectconverter.populatelibraries(mavenprojectconverter.java:368) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.mavenprojectconverter.synchronizefilesystemandotherprops(mavenprojectconverter.java:322) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.mavenprojectconverter.merge(mavenprojectconverter.java:223) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.mavenprojectconverter.configuremodules(mavenprojectconverter.java:183) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.mavenprojectconverter.configure(mavenprojectconverter.java:113) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.runnerbootstraper.collectproperties(runnerbootstraper.java:150) [02:41:27][com.company:company] @ org.codehaus.mojo.sonar.bootstrap.runnerbootstraper.execute(runnerbootstraper.java:130) [02:41:27][com.company:company] ... 16 more 

when fallbacked maven 3.1 started working.

side questiosn: - there way provide bugs sonar without posting stackoverflow? unable register account under : http://jira.sonarsource.com/browse/msonar


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -