We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Fabric Testnet in weaver v2.1.0 is not launched because of "No such file or directory" error.
To Reproduce
If you execute the following command, error is occured.
$ cd /weaver/tests/network-setups/fabric/dev/scripts/ $ make start-interop
Logs/Stack traces
$ make start-interop ./scripts/setupCC.sh go: downloading github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/v2 v2.1.0 go: downloading github.com/hyperledger-cacti/cacti v2.1.0+incompatible go: downloading github.com/ethereum/go-ethereum v1.13.15 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/hyperledger-cacti/cacti/weaver/common/protos-go/v2 v2.1.0 go: downloading github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.1.0 go: downloading github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.1.0 ... cp: cannot stat ‘/home/ec2-user/work/cacti/weaver/tests/network-setups/fabric/dev/../shared/tmp/pkg/mod/github.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/[email protected]’: No such file or directory chmod: cannot access ‘/home/ec2-user/work/cacti/weaver/tests/network-setups/fabric/dev/../shared/chaincode/interop’: No such file or directory cp -r ../network-artifacts/network1/* ../shared/network1/
The text was updated successfully, but these errors were encountered:
ci(weaver)update network-setups fabric setupCC.sh
0414ff0
Primary Changes --------------- 1. Fixed network-setups fabric setupCC.sh: weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh Fixes: hyperledger-cacti#3679 Signed-off-by: Daiki.Nakashima <[email protected]>
Successfully merging a pull request may close this issue.
Describe the bug
Fabric Testnet in weaver v2.1.0 is not launched because of "No such file or directory" error.
To Reproduce
If you execute the following command, error is occured.
$ cd /weaver/tests/network-setups/fabric/dev/scripts/ $ make start-interop
Logs/Stack traces
The text was updated successfully, but these errors were encountered: