1.0-rc-3 "invalid response" Daemon Error

Random error while executing a compile job. I as yet not found a rhyme or reason as to why it happens.

Executing the build again resolves the issue.

Environment: CentOS 6.2 Java: 1.6 u24

* Exception is:
java.lang.IllegalStateException: Received invalid response from the daemon: 'Build{id=1337268822092-1, currentDir=/opt/redprairie/dev/mnt-citools}' is a result of a type we don't have a strategy to handle.Earlier, 'Build{id=1337268822092-1, currentDir=/opt/redprairie/dev/mnt-citools}' request was sent to the daemon.
 at org.gradle.launcher.daemon.client.DaemonClient.invalidResponse(DaemonClient.java:195)
 at org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:138)
 at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:108)
 at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:56)
 at org.gradle.launcher.cli.DaemonBuildAction.run(DaemonBuildAction.java:50)
 at org.gradle.launcher.cli.ActionAdapter.execute(ActionAdapter.java:30)
 at org.gradle.launcher.cli.ActionAdapter.execute(ActionAdapter.java:22)
 at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:201)
 at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:174)
 at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:170)
 at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:139)
 at org.gradle.launcher.exec.ExceptionReportingAction.execute(ExceptionReportingAction.java:31)
 at org.gradle.launcher.exec.ExceptionReportingAction.execute(ExceptionReportingAction.java:20)
 at org.gradle.launcher.Main.doAction(Main.java:48)
 at org.gradle.launcher.exec.EntryPoint.run(EntryPoint.java:45)
 at org.gradle.launcher.Main.main(Main.java:39)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.gradle.launcher.ProcessBootstrap.runNoExit(ProcessBootstrap.java:50)
 at org.gradle.launcher.ProcessBootstrap.run(ProcessBootstrap.java:32)
 at org.gradle.launcher.GradleMain.main(GradleMain.java:24)
  Build step 'Invoke Gradle script' changed build result to FAILURE

Does the class ‘handle.Earler’ mean anything to you? It’s not part of the Gradle codebase. Very strange that it’s getting into the Daemon infrastructure.

You mean: handle.Earlier? It’s not a class - it’s a regular english sentence :slight_smile:

I have this problem on my radar, I’ve seen this on CI. Exporting to JIRA.

My mistake.

That error message is missing a space after the period then.

GRADLE-2316