dubboclub / dubbokeeper

dubbo服务管理以及监控系统
Apache License 2.0
1.28k stars 688 forks source link

监控出不来数据 #29

Open superman02 opened 8 years ago

superman02 commented 8 years ago

数据库是mysql,并初始化好了,zookeeper集群也配置好了,dubbokeeper-ui可以运行,可以出来数据除了monitor那一块,但是start-mysql.bat也启东了,就是看不到数据,而且数据库表application也是空的,不知到我哪里漏配置了,求指导

bieberHe commented 8 years ago

应用端没开启监控 添加 dubbo.monitor.protocol=registry

bungder commented 7 years ago

具体的报错信息是这样的: Caused by: com.alibaba.dubbo.remoting.RemotingException: message can not send, because channel is closed . url:dubbo://192.168.1.8:20884......

但是这个端口已经被msyql-dubbokeeper-server监听了,telnet也telnet到

yhwei89 commented 7 years ago

Caused by: com.alibaba.dubbo.remoting.RemotingException: message can not send, because channel is closed . url:dubbo://192.168.1.8:20884...... 求解