last day,I run the mainnet node,and it sync the chain height.but today I check the height ,it not increase yet, means it can’t catch up the chain height.I check the output ,there are just some WARNNING.like this:
2019-11-06 01:36:50.633 WARNING forcibly aborting request to http://108.61.168.86:7890/chain/height (org.nem.core.connect.HttpMethodClient lambda$sendRequest$2)
2019-11-06 01:36:50.633 WARNING forcibly aborting request to http://62.75.251.134:7890/chain/height (org.nem.core.connect.HttpMethodClient lambda$sendRequest$2)
then I check the status,it returns 7,4
curl http://127.0.0.1:7890/status
{“code”:7,“type”:4,“message”:“status”}
how can I solve this problem? please help me…