【问题标题】:Hyperledger Cello Operator Dashboard keeps loadingHyperledger Cello Operator Dashboard 不断加载
【发布时间】: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 天开始解决此问题,但没有成功。

任何帮助将不胜感激。

更新:

我正在使用以下版本:

  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

【问题讨论】:

    标签: hyperledger-fabric hyperledger hyperledger-cello


    【解决方案1】:

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

    您是否安装了图像?如果没有,可能值得重新安装它们。

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多