Skip to content
New issue

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

bug(weaver-networksetups-fabric): issues with fabric sample network #3679

Open
dnakashima opened this issue Dec 9, 2024 · 0 comments · May be fixed by #3680
Open

bug(weaver-networksetups-fabric): issues with fabric sample network #3679

dnakashima opened this issue Dec 9, 2024 · 0 comments · May be fixed by #3680
Labels
bug Something isn't working

Comments

@dnakashima
Copy link

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/
@dnakashima dnakashima added the bug Something isn't working label Dec 9, 2024
@dnakashima dnakashima linked a pull request Dec 9, 2024 that will close this issue
5 tasks
dnakashima added a commit to dnakashima/cacti that referenced this issue Jan 10, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant