1

我遇到了 Hyperledger 织物大提琴的问题。

当我尝试打开operator dashboard它时,localhost:8080它一直在加载。不过很快user dashboardlocalhost:8081打开了。

localhost:8080不断加载并显示waiting for localhost...在底部。

我尝试了主安装和工作安装。

我也试过make all了,但还是不行。

我按照他们的官方教程网站 http://hyperledger-cello.readthedocs.io/en/latest/tutorial/上的教程进行操作

我试图从过去 2 天开始解决这个问题,但没有运气。

任何帮助,将不胜感激。

更新:

我正在使用以下版本:

  1. Docker:Docker 版本 18.03.1-ce,构建 9ee9f40
  2. 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
4

1 回答 1

0

我最近偶然发现了这个问题,但我无法重现它,而且我不确定究竟是什么修复了它,不过我可以尽力提供帮助!

你安装镜像了吗?如果没有,可能值得重新安装它们。

$ sudo su
$ cd cello
$ make stop    
$ make dockerhub-pull   
$ make start

重新启动您的机器,然后重试。老实说,我刚刚用细齿梳子回顾了指南@ https://cello.readthedocs.io/en/latest/setup_master/ 。

于 2018-07-03T16:31:34.643 回答