在新提出的事务上收集签名时,由于名称空间冲突,Corda抛出了OverlappingAttachmentsException。该错误消息似乎是正确的,因为在node_attachments表中有两个附件包含与协定相同的命名空间。 net.corda.core.contracts.TransactionVerificationException$OverlappingAttachmentsException:
Multiple attachments define a file at com/foo/company/<state>/api/v2/orderdetails.class
当我试图创建一个表时,我会得到一个错误:CREATE TABLE IF NOT EXISTS `cache` `cid` varchar(255) NOT NULL DEFAULT '' , `data` longblob
COMMENT 'A collection of data to cache.