- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已遵循 hello world 1 中的所有步骤
https://docs.corda.net/hello-world-template.html
https://github.com/corda/cordapp-template-kotlin
但是当运行这个命令时我遇到过这个错误:
[错误] 20:14:21+0200 [节点线程 1] proxies.ExceptionSerialisingRpcOpsProxy.log - RPC 调用期间出错 [errorCode=ue63ey, moreInformationAt= https://errors.corda.net/OS/4.0/ue63ey] {actor_id=internalShell、actor_owning_identity=O=PartyA、L=伦敦、C=GB、actor_store_id=NODE_CONFIG、fibre-id=10000001、flow-id=ef20094f-ecea-4004-b6dc-e687f88fdce9、involution_id=c783d17e-1a70-4ec9 -93ca-cb08714afac7,invoice_timestamp=2019-03-12T18:14:18.869Z,origin=internalShell,session_id=e7787152-785d-47fc-a5a6-e8893a730942,session_timestamp=2019-03-12T18:14:02.9 35Z,线程 ID =221, tx_id=E38133ECBB005885B0DFD501A214C928AB67C34188C7B0F0BD659825487A27AF}
我无法理解错误的含义
如何解决这个错误?
最佳答案
通过在 IOUState 类上添加 @BelongsToContract 注解解决了这个问题。感谢 gerferra 的帮助:)
@BelongsToContract(TemplateContract.class)
public class IOUState implements ContractState {
...
}
关于blockchain - 在 (hello world 1) 中运行命令 (start IOUFlow iouValue : 99, otherParty: "O=PartyB,L=New York,C=US") 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55128567/
我刚开始使用 NSLinguisticTagger,我的代码基于这个博客:NSLinguisticTagger @ NSHipster.com NSLinguisticTaggerOptions op
对于此代码,我获得了一个包含多个城市的文本文件。我想确定提到的城市并打印他们的州和国家。 要求:如果提到的城市位于两个或多个国家/地区,我会要求用户提及他们正在谈论的城市。此外,如果有轻微的打字错误,
我有三个带有单个text字段的文档。这里是他们的内容: 1) {"text": "I want to match docs with a word New"} 2) {"text": "But I d
Apple 发布了一种新字体,New York ,使用 iOS 13。是否可以在 CSS 中为 Web 内容设置它,例如 using -apple-system for San Francisco ?
我正在尝试使用 python goose extractor 从《纽约时报》中提取文章。 我尝试过使用标准的 url 检索方式: g.extract(url=url) 但是这会产生一个空字符串。所以我
我正在使用 http://example.com/area.jsp?id=1 并且想要创建一个映射路径 http://example.com/newyork 映射到/area.jsp?id=1 我该如
我已遵循 hello world 1 中的所有步骤 https://docs.corda.net/hello-world-template.html https://github.com/corda/
我已遵循 hello world 1 中的所有步骤 https://docs.corda.net/hello-world-template.html https://github.com/corda/
我是一名优秀的程序员,十分优秀!