我已经从4.0迁移到了4.3,我遇到了数据源的验证问题。有人见过吗?我假设这是一个基于liquibase的问题,其中哈希对于更改是不同的。
notary_1 | [ERROR] 20:52:25+0000 [main] internal.NodeStartupLogging. - Could not create the DataSource: Validation Failed:
notary_1 | 1 change sets check sum
notary_1 | migration/node-services.changelog-init.xml::add-new-persistence-table::R3.Corda was: 8:cb3302a80bf346270e0d8f3509c64a9b but is now: 8:d1dd927506a41884e2d451b3d4e3c6b0
notary_1 | : Could not create the DataSource: Validation Failed:
notary_1 | 1 change sets check sum
notary_1 | migration/node-services.changelog-init.xml::add-new-persistence-table::R3.Corda was: 8:cb3302a80bf346270e0d8f3509c64a9b but is now: 8:d1dd927506a41884e2d451b3d4e3c6b0
notary_1 | [errorCode=1sgw0t1, moreInformationAt=https://errors.corda.net/OS/4.3-RC01/1sgw0t1]发布于 2020-05-28 04:27:33
对于将来发现这一点的任何人来说,1174似乎通过升级他使用的docker版本解决了他的问题。
指向github问题的链接:https://github.com/corda/corda/issues/6016
https://stackoverflow.com/questions/60479697
复制相似问题