Conductor: Condutor Server Build failed - Execution failed for task ':conductor-grpc:generateProto'.

Created on 19 Nov 2019  路  3Comments  路  Source: Netflix/conductor

Hi All,

I cloned the netflix conductor to my local & tried to bring the conductor server, but it is fialing with below error. Please assist.

  • What went wrong:
    Execution failed for task ':conductor-grpc:generateProto'.
    > protoc: stdout: . stderr:
  • Try:
    Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':conductor-grpc:generateProto'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:110)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.

Most helpful comment

Did you run it with --info or debug? You can also turn on stack trace as well.

Most likely the problem is that you have to run gradle using jdk 1.8. Running with 1.9 I've seen this issue.

All 3 comments

Did you run it with --info or debug? You can also turn on stack trace as well.

Most likely the problem is that you have to run gradle using jdk 1.8. Running with 1.9 I've seen this issue.

Thank you. Should this be documented? In a README.md in the gRPC module maybe?

Thanks for the response @smullins3000.
We will update the README for the gRPC module with this info.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

0532 picture 0532  路  3Comments

juaby picture juaby  路  4Comments

sangeetanadgir picture sangeetanadgir  路  4Comments

maheshyaddanapudi picture maheshyaddanapudi  路  5Comments

gaoqichao021 picture gaoqichao021  路  3Comments