dubboclub / dubbokeeper

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

使用mongodb,监控中心为什么会去找lucene的api #64

Open behinds opened 8 years ago

behinds commented 8 years ago

生产服务器上使用的都是jdk1.6,修改jdk版本的可能性不大。。 2016-08-29 16:42:33 INFO DubboMonitorSendTimer-thread-1 com.alibaba.dubbo.monitor.dubbo.DubboMonitor - [DUBBO] Send statistics to monitor zookeeper://192.168.84.31:2181/com.alibaba.dubbo.monitor.MonitorService?anyhost=true&application=mongodb-monitor&check=false&dubbo=2.5.3&interface=com.alibaba.dubbo.monitor.MonitorService&interval=10000&methods=lookup,collect&owner=bieber&pid=11738&revision=2.5.3&side=provider&timestamp=1472459241548, dubbo version: 2.5.3, current host: 192.168.84.31 2016-08-29 16:42:33 ERROR DubboMonitorSendTimer-thread-1 com.alibaba.dubbo.monitor.dubbo.DubboMonitor - [DUBBO] Unexpected error occur at send statistic, cause: Could not initialize class org.apache.lucene.codecs.Codec$Holder, dubbo version: 2.5.3, current host: 192.168.84.31 java.lang.NoClassDefFoundError: Could not initialize class org.apache.lucene.codecs.Codec$Holder

bieberHe commented 8 years ago

估计是勿引入,我这边修复一下,你更新一下看看

behinds commented 8 years ago

没有看到更新..我把主pom和storage pom 里面的lucen引用都去掉了,在工程中全文检索没有发现lucene相关的引用

发件人: 半夜郎中 发送时间: 2016-08-29 22:34 收件人: dubboclub/dubbokeeper 抄送: behinds; Author 主题: Re: [dubboclub/dubbokeeper] 使用mongodb,监控中心为什么会去找lucene的api (#64) 估计是勿引入,我这边修复一下,你更新一下看看 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.