bityoga / fabric_as_code

Easily Configurable and Customisable Hyperledger Fabric Cloud Deployment Toolkit
Apache License 2.0
5 stars 1 forks source link

Hyperledger Explorer Crashes after 2 - 3 hours (or) 1 day #11

Closed anandhakumarpalanisamy closed 4 years ago

anandhakumarpalanisamy commented 4 years ago

"hlf_explorer" service crash error log :

Screenshot from 2020-01-20 16-52-12

anandhakumarpalanisamy commented 4 years ago

Temporary fix :

Restart the hlf_explorer_service whenever it crashes

  1. by running hlf_Explorer playbook again (or)

2) by running the following two commands in prime_manager

docker service scale hlf_explorer=0
docker service scale hlf_explorer=1