gpt4 book ai didi

java - net.corda.testing.node.internal.ListenProcessDeathException : The process that was expected to listen on localhost:10000 has died with status: 1

转载 作者:行者123 更新时间:2023-12-02 02:12:21 24 4
gpt4 key购买 nike

构建示例时出现以下错误corDapp cordapp-example-release-V3:

[INFO ] 14:29:29,050 [driver-pool-thread-0] (NodeInfoFilesCopier.kt:63) network.NodeInfoFilesCopier.addConfig - Now watching: C:\Users\purni\Downloads\cordapp-example-release-V3\build\20180413-085907.908\PartyA {} [INFO ] 14:29:29,050 [driver-pool-thread-0] (DriverDSLImpl.kt:814) internal.DriverDSLImpl.startOutOfProcessNode - Starting out-of-process Node PartyA, debug port is 5008, jolokia monitoring port is not enabled {}

节点启动时遇到异常:net.corda.testing.node.internal.ListenProcessDeathException:预期在localhost:10000上监听的进程已死亡,并显示状态:1

java.util.concurrent.ExecutionException: net.corda.testing.node.internal.ListenProcessDeathException: The process that was expected to listen on localhost:10000 has died with status: 1 at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895) at net.corda.core.internal.concurrent.CordaFutureImpl.get(CordaFutureImpl.kt) at com.example.NodeDriver.lambda$main$0(NodeDriver.java:44) at net.corda.testing.node.internal.DriverDSLImplKt.genericDriver(DriverDSLImpl.kt:958) at net.corda.testing.driver.Driver.driver(Driver.kt:186) at com.example.NodeDriver.main(NodeDriver.java:32) Caused by: net.corda.testing.node.internal.ListenProcessDeathException: The process that was expected to listen on localhost:10000 has died with status: 1 at net.corda.testing.node.internal.InternalTestUtilsKt$addressMustBeBoundFuture$1.invoke(InternalTestUtils.kt:39) at net.corda.testing.node.internal.InternalTestUtilsKt$addressMustBeBoundFuture$1.invoke(InternalTestUtils.kt) at net.corda.testing.node.internal.InternalTestUtilsKt$poll$task$1.run(InternalTestUtils.kt:86) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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)

进程已完成,退出代码为 0。

最佳答案

我遇到了这个问题。只需安装最新版本的 java 8 (java 8u181)。这个问题肯定会得到解决。 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 。Corda 仅适用于最新版本的 JVM。如果是 IntelliJ IDEA 2018.1.6 社区版,请使用最新版本

关于java - net.corda.testing.node.internal.ListenProcessDeathException : The process that was expected to listen on localhost:10000 has died with status: 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49813946/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com