After running the begin command in umbra-cli an error occurs:
:umbra> begin
: Beginning :
-> task: Experiment Begin
-> error: Umbra Experiment Error
nimaafraz@umbra-1:/tmp/umbra/logs$ cat umbracliapp-umbra-cli.log
.
.
.
2021-06-15 17:07:07,529 [INFO] umbra.cli.main: begin triggered
2021-06-15 17:07:07,535 [DEBUG] umbra.design.basis: Could not look for profile where nodes type None
2021-06-15 17:07:07,536 [DEBUG] umbra.cli.interfaces: Exception: Could not reach stub channel - exception ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 8956)")
2021-06-15 17:07:07,539 [INFO] umbra.cli.main: Could not reach stub channel - exception ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 8956)")
Looking at the aux the broker does not seem to be running:
nimaafraz@umbra-1:/tmp/umbra/logs$ ps aux | grep umbra
root 34135 0.0 0.0 11184 4812 pts/0 S+ 17:03 0:00 sudo umbra-cli --uuid umbra-cli --address 127.0.0.1:9988 --debug --source /tmp/umbra/fabric/
root 34136 0.2 0.3 77024 54432 pts/0 S+ 17:03 0:01 /usr/bin/python3.8 /usr/local/bin/umbra-cli --uuid umbra-cli --address 127.0.0.1:9988 --debug --source /tmp/umbra/fabric/
nimaafr+ 41208 0.0 0.0 8168 2572 pts/1 S+ 17:12 0:00 grep --color=auto umbra
After running the begin command in umbra-cli an error occurs:
Looking at the aux the broker does not seem to be running: