fayechenlong / plumelog

一个java分布式日志组件,支持百亿级别,日志从搜集到查询,不用去文件中翻阅日志方便快捷,支持查询一个调用链的日志,支持链路追踪,查看调用链耗时情况,在分布式系统中也可以查询关联日志,能够帮助快速定位问题,简单易用,没有代码入侵,查询界面友好,高效,方便,只要你是java系统,不要做任何项目改造,接入直接使用,日志不落本地磁盘,演示视频地址:https://v.qq.com/x/page/g3308uxlcnw.html
http://www.plumelog.com
Apache License 2.0
346 stars 98 forks source link

demo 启动报错,redis是正常启动 #7

Open iamzxj opened 4 years ago

iamzxj commented 4 years ago

com.plumelog.core.exception.LogQueueConnectException: redis 写入失败! at com.plumelog.core.redis.RedisClient.putMessageList(RedisClient.java:135) at com.plumelog.core.MessageAppenderFactory.push(MessageAppenderFactory.java:63) at com.plumelog.core.MessageAppenderFactory.startTraceLog(MessageAppenderFactory.java:110) at com.plumelog.logback.appender.RedisAppender.lambda$start$1(RedisAppender.java:119) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: redis.clients.jedis.exceptions.JedisExhaustedPoolException: Could not get a resource since the pool is exhausted at redis.clients.jedis.util.Pool.getResource(Pool.java:53) at redis.clients.jedis.JedisPool.getResource(JedisPool.java:288) at com.plumelog.core.redis.RedisClient.putMessageList(RedisClient.java:128) ... 6 more Caused by: java.util.NoSuchElementException: Unable to validate object at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:491) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:354) at redis.clients.jedis.util.Pool.getResource(Pool.java:50) ... 8 more

fayechenlong commented 4 years ago

请移步码云下载最新版本 https://gitee.com/frankchenlong/plumelog github因为网络问题更新慢