Hello, I have set up a gradle build for a small java project. The build task executes successfully on some workstations, but on others it fails with the following error:
ERROR org.gradle.api.tasks.testing.Test - Test process 'Gradle Worker 1' FAILED: org.gradle.messaging.remote.internal.PlaceholderException: org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for test process 'Gradle Worker 1'. I didn't see any obvious problems in the build log. I placed the entire build log from gradle -d at: http://pastebin.com/Lj2TyLeg Even though the exception claims there were failing tests, there are no files at all under the build/reports/tests directory. So far the difference between the systems on which the tests succeed and those on which the tests die is Ubuntu vs. RHEL & SuSE, respectively. Each are running the same JDK (exactly the same via NFS). I'm also using the gradle wrapper so gradle's version should be identical, too. What else should I check? I'm not sure what else to investigate given the vagueness of the failure message. Thanks, Ben --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
