Benson Margulies created SUREFIRE-866: -----------------------------------------
Summary: concurrent execution exception, I'm asked to look in a log but I'm not seeing anything very illuminating Key: SUREFIRE-866 URL: https://jira.codehaus.org/browse/SUREFIRE-866 Project: Maven Surefire Issue Type: Bug Affects Versions: 2.13 Reporter: Benson Margulies I can provide, of course, more log in an attachment: {noformat} Caused by: java.util.concurrent.ExecutionException: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) at java.util.concurrent.FutureTask.get(FutureTask.java:83) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:171) ... 24 more Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:281) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$100(ForkStarter.java:71) at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:160) at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:157) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira