【发布时间】:2018-06-19 05:51:43
【问题描述】:
我遇到了 Hyperledger 织物大提琴的问题。
当我尝试在localhost:8080 上打开operator dashboard 时,它一直在加载。但是localhost:8081 上的user dashboard 很快就会打开。
localhost:8080 不断加载并在底部显示waiting for localhost...。
我试过master安装和worker安装。
我也试过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
【问题讨论】:
标签: hyperledger-fabric hyperledger hyperledger-cello