我遇到了 Hyperledger 织物大提琴的问题。
当我尝试打开operator dashboard
它时,localhost:8080
它一直在加载。不过很快user dashboard
就localhost:8081
打开了。
localhost:8080
不断加载并显示waiting for localhost...
在底部。
我尝试了主安装和工作安装。
我也试过make all
了,但还是不行。
我按照他们的官方教程网站 http://hyperledger-cello.readthedocs.io/en/latest/tutorial/上的教程进行操作
我试图从过去 2 天开始解决这个问题,但没有运气。
任何帮助,将不胜感激。
更新:
我正在使用以下版本:
- Docker:Docker 版本 18.03.1-ce,构建 9ee9f40
- Docker-Compose:docker-compose 版本 1.21.2,构建 a133471
命令的日志make start
:
$ sudo make start
make[1]: Entering directory '/home/akshay/cello'
make[1]: Leaving directory '/home/akshay/cello'
echo "Start all services... docker images must exist local now, otherwise, run 'make setup-master first' !"
Start all services... docker images must exist local now, otherwise, run 'make setup-master first' !
docker-compose -f docker-compose.yml up -d --no-recreate
WARNING: The WEBROOT variable is not set. Defaulting to a blank string.
WARNING: Some services (mongo) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
Creating network "cello_default" with the default driver
Creating cello-watchdog ... done
Creating cello-engine ... done
Creating cello-mongo ... done
Creating cello_nfs_1 ... done
Creating cello-dashboard_mongo ... done
Creating cello-operator-dashboard ... done
Creating cello-user-dashboard ... done