小编Hes*_*ham的帖子

Tomcat IOException:检测到重复接受。这是一个已知的操作系统错误。请考虑报告您受到影响:

我最近刚刚迁移到新的 spring boot 版本,即 v2.6.2,现在我发现一些服务日志出现以下异常。

23:27:45.148 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (https) with context path ''
23:27:47.046 [main] INFO  o.a.c.i.engine.AbstractCamelContext - Routes startup (total:1 started:1)
23:27:47.048 [main] INFO  o.a.c.i.engine.AbstractCamelContext -     Started route1 (jms://queue:inp.contentextractor.entry)
23:27:47.049 [main] INFO  o.a.c.i.engine.AbstractCamelContext - Apache Camel 3.14.0 (camel-1) started in 2s228ms (build:622ms init:1s32ms start:574ms)
23:27:47.061 [main] INFO  eu.hermes.esb.cloud.Application - Started Application in 25.305 seconds (JVM running for 27.737)
23:28:20.356 [https-jsse-nio-8080-exec-4] INFO  o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
23:28:20.357 [https-jsse-nio-8080-exec-4] INFO  o.s.web.servlet.DispatcherServlet - …
Run Code Online (Sandbox Code Playgroud)

ubuntu tomcat spring-boot

10
推荐指数
1
解决办法
9033
查看次数

尝试启动新的 IOUFlow 时出现流错误

我在这里关注文档中的教程,我相应地编辑了文件并部署了节点,并且在尝试启动新流程时出现以下错误

我正在从节点 B 运行以下命令

"start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"
Run Code Online (Sandbox Code Playgroud)

错误是:

[INFO ] 2019-06-03T10:17:30,437Z [pool-8-thread-2] shell.StartShellCommand.main - Executing command "start IOUFlow iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"",
[INFO ] 2019-06-03T10:17:30,601Z [Node thread-1] corda.flow.run - Flow raised an error... sending it to flow hospital {actor_id=internalShell, actor_owning_identity=O=PartyB, L=New York, C=US, actor_store_id=NODE_CONFIG, fiber-id=10000002, flow-id=61680a4f-1ecd-49f6-9e4e-639f8fef1a47, invocation_id=b3b77b97-92ab-4f8d-8108-910ad6681120, invocation_timestamp=2019-06-03T10:17:30.547Z, origin=internalShell, session_id=4184f80f-5f43-494c-a364-aacb5cf6396f, session_timestamp=2019-06-03T10:14:07.053Z, thread-id=190}
java.lang.IllegalArgumentException: Do not provide flow sessions for the local node. FinalityFlow will record the notarised transaction locally.
at net.corda.core.flows.FinalityFlow.call(FinalityFlow.kt:124) ~[corda-core-4.0.jar:?]
at net.corda.core.flows.FinalityFlow.call(FinalityFlow.kt:39) ~[corda-core-4.0.jar:?] …
Run Code Online (Sandbox Code Playgroud)

java corda

1
推荐指数
1
解决办法
577
查看次数

标签 统计

corda ×1

java ×1

spring-boot ×1

tomcat ×1

ubuntu ×1