-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Hi
I am trialling Corde 5.2, but cloning the repo (running on macOS Sonoma 14.5) with:
- Java SDK Azul 17
- Intelli J CE
When I rung the gradle task startCorda I am getting this error:
`Execution failed for task ':startCorda'.
net.corda.gradle.plugin.exception.CordaRuntimeGradlePluginException: Corda process did not start successfully, please check the logs.
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 705ms
2 actionable tasks: 2 executed`
I have attempted to remove all references to corda in home directory and the repo but I am simply unable to get it to simply start the Corda service. In addition, I have been able to clone the CSDE-cordapp-template-java repo and I was able to run the startCorda service there - but I am unclear as to what the difference is.
If I could have a suggestion as to what the issue may be that would be appreciated.
Thanks
Josh