Hyperledger Cello Operator Dashboard继续加载

时间:2018-06-19 05:51:43

标签: hyperledger-fabric hyperledger hyperledger-cello

我正面临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天解决这个问题,但没有运气。

任何帮助都将不胜感激。

更新

我使用以下版本:

  1. Docker:Docker版本18.03.1-ce,build 9ee9f40
  2. Docker-Compose:docker-compose版本1.21.2,build a133471
  3. 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
    

1 个答案:

答案 0 :(得分:0)

我最近迷失了这个问题,但是我无法重现它,并且我不确定是什么完全解决了这个问题,不过我会尽力而为!!

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

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

重新启动计算机,然后重试。老实说,我只是用细齿梳子回到了{@ {3}}指南。