Я пытаюсь настроить Corda на AWS с узлами, распределенными по двум машинам.Я следовал приведенным здесь инструкциям: https://docs.corda.net/tutorial-cordapp.html#running-nodes-across-machines
Я установил два сервера на AWS с использованием виртуальной машины Corda из AWS Marketplace https://docs.corda.net/aws-vm.html
Я отмечаю, что это Corda v1.0
Я загрузил инструмент начальной загрузки.Я не смог найти один для v1.0, поэтому я скачал один для v3.0.
Когда я запускаю его, я получаю следующую ошибку:
Bootstrapping local network in /home/ubuntu/dev/cordapp-example/kotlin-source/build/nodes
Nodes found in the following sub-directories: [PartyB, PartyA, Controller, PartyC]
Waiting for all nodes to generate their node-info files...
Exception in thread "main" java.lang.IllegalStateException: Node in PartyB exited with 1 when generating its node-info - see logs in /home/ubuntu/dev/cordapp-example/kotlin-source/build/nodes/PartyB/logs
at net.corda.nodeapi.internal.network.NetworkBootstrapper$gatherNodeInfoFiles$future$1.invoke(NetworkBootstrapper.kt:136)
at net.corda.nodeapi.internal.network.NetworkBootstrapper$gatherNodeInfoFiles$future$1.invoke(NetworkBootstrapper.kt:44)
at net.corda.core.internal.concurrent.ValueOrException$DefaultImpls.capture(CordaFutureImpl.kt:107)
at net.corda.core.internal.concurrent.OpenFuture$DefaultImpls.capture(CordaFutureImpl.kt)
at net.corda.core.internal.concurrent.CordaFutureImpl.capture(CordaFutureImpl.kt:119)
at net.corda.core.internal.concurrent.CordaFutureImplKt$fork$$inlined$also$lambda$1.run(CordaFutureImpl.kt:22)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Файл журнала показываетследующее:
Invalid command line arguments: just-generate-node-info is not a recognized option
Option Description
------ -----------
--base-directory The node working directory where all
the files are kept (default: .)
--config-file The path to the config file (default:
node.conf)
--help
--initial-registration Start initial node registration with
Corda network to obtain certificate
from the permissioning server.
--log-to-console If set, prints logging to the console
as well as to a file.
--logging-level <[ERROR,WARN,INFO, Enable logging at this level and
DEBUG,TRACE]> higher (default: INFO)
--no-local-shell Do not start the embedded shell
locally.
--sshd Enables SSHD server for node
administration.
--version Print the version and exit
Пожалуйста, вы можете помочь.Спасибо