You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to setup a local hedera network. I start my hedera network with :
docker-compose up -d mirror-node-db is up-to-date
Starting minio ...
Starting minio ... done
account-balances-uploader is up-to-date
record-streams-uploader is up-to-date
mirror-node-importer is up-to-date
Starting network-node ...
mirror-node-rest is up-to-date
Starting network-node ... done
mirror-node-grpc is up-to-date
json-rpc-relay is up-to-date
mirror-node-monitor is up-to-date
and:
npx hedera-local start Starting the docker containers...
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Stopping the network...
Stopping the docker containers...
The system cannot find the path specified.
Cleaning the volumes and temp files...
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Starting the network...
Generating accounts...
...
I do not understand "The system cannot find the path specified" error message ...
If I try http://localhost:5551/api/v1/transactions I get {"_status":{"messages":[{"message":"Service unavailable"}]}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I want to setup a local hedera network. I start my hedera network with :
and:
I do not understand "The system cannot find the path specified" error message ...
If I try http://localhost:5551/api/v1/transactions I get {"_status":{"messages":[{"message":"Service unavailable"}]}}
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions