我试图学习HyperledgerComposer,但这似乎是一种相对较新的技术,我的意思是,对于许多问题,只有很少的教程和解决方案,教程在执行命令时没有提到可能的错误案例,这意味着也没有解决这些错误的方法@a3-policy-microservice
Error: transaction returned with failure: AccessException: Participant 'org.hyperledger.comp
我启动了Hyperledger的业务网络,但是在链码容器日志中我看到了错误:
Error: Object with ID 'Asset:org.hyperledger.composer.system.AssetRegistry5570f8fe] ERROR :NodeDataCollection :get() Error: Object with ID 'Asset:org.hyperledger.c
我已经使用composer和yeoman创建了一个角度应用程序,事务正在正确地发生。现在,我想添加具有不同操作角色的用户。我在权限文件中添加了详细信息,并相应地创建了参与者。percmissions.acl看起来像: description: "Allow all participants access to all resources"<network-name>.*"}
我在composer playground中更新了acl文件中的权限,但这似乎并没有起到任何作用。我已经附上了rest服务器和我的终端屏幕的图片,并在这里发布了权限文件的代码:
/*
* Licensed under the Apache License, Version 2.0description: "Grant business network administrators full access to