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.
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.
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.