microsoft / CCF

Confidential Consortium Framework
https://microsoft.github.io/CCF/
Apache License 2.0
778 stars 211 forks source link

Unexpected error when running sandbox script #5950

Closed aamar-shahzad closed 8 months ago

aamar-shahzad commented 8 months ago

Describe the bug Have issue to start the sandbox when added external library to https://github.com/dpilger26/NumCpp

To Reproduce Added NumCpp in 3rdpart as submodule included the add_subdirectory(3rdparty/NumCpp) in CmakeList.txt **Expected behaviour It need to bootstart the network usign sandbox script in virtual model but getting following error image

[04:21:21.910] Please raise a bug if the issue is unexpected: https://github.com/microsoft/CCF/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unexpected%20error%20when%20running%20sandbox%20script make: *** [Makefile:87: run-virtual] Error 1`

Environment information I am run in dev container in linux Os.

achamayou commented 8 months ago

Unless given overrides via -n, the sandbox will attempt to start a node listening on port 8000 on 127.0.0.1. Can you check if there is another process already listening on that port?

aamar-shahzad commented 8 months ago

thanks It has been some other process was taking that port