corda / samples-java

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
74 stars 155 forks source link

Unable to Run Java Basic CordApp #71

Open steven-tomlinson opened 2 years ago

steven-tomlinson commented 2 years ago

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

msm416 commented 2 years ago

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)