samples-java icon indicating copy to clipboard operation
samples-java copied to clipboard

Unable to Run Java Basic CordApp

Open steven-tomlinson opened this issue 3 years ago • 1 comments

After executing "gradlew deployNodes" the operation fails and continues to emit log messages until the JVM runs out of memory. Then the system is left in an unstable state requiring a reboot.

image

steven-tomlinson avatar Jan 24 '22 03:01 steven-tomlinson

I was getting similar behaviour when I was running the sample code on jdk 11. Ensure you're using Java 8 JDK (https://docs.r3.com/en/platform/corda/4.6/open-source/getting-set-up.html)

msm416 avatar Jun 20 '22 14:06 msm416