daemonUtil.go:47: Get "http://localhost:9999/wgcloud/license/getDaemon": dial tcp [::1]:9999: connectex: No connection could be made because the target machine actively refused it.
agent日志输出这个错误一般两种可能:
(1) agent主机根本就ping不通server主机
(2) server主机的9999端口没开放,被防火墙或安全软件拦截了,开启端口就好了
一般就是如上两种情况,还有一种可能是server就没启动成功