当前位置:网站首页>redis. clients. jedis. exceptions. JedisDataException ERR invalid password.
redis. clients. jedis. exceptions. JedisDataException ERR invalid password.
2022-06-22 17:12:00 【Seven days at night】
Use tomcat Thermal deployment , Visit Alibaba cloud redis Cloud database , Report a mistake :
[ERROR][2018-05-14 13:16:49] org.springframework.integration.mqtt.inbound.MqttPahoMessageDrivenChannelAdapter.messageArrived(MqttPahoMessageDrivenChannelAdapter.java:265) Unhandled exception for GenericMessage [payload=byte[3], headers={mqtt_retained=false, mqtt_qos=1, id=d95b61ef-eafe-e4fb-fdbb-50422b3f2c42, mqtt_topic=/v1/device/868575028588871/deveventrsp/20180119, mqtt_duplicate=false, timestamp=1526275009561}]
org.springframework.messaging.MessageHandlingException: ; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
at org.springframework.integration.handler.MethodInvokingMessageProcessor.processMessage(MethodInvokingMessageProcessor.java:78)
at org.springframework.integration.handler.ServiceActivatingHandler.handleRequestMessage(ServiceActivatingHandler.java:71)
at org.springframework.integration.handler.AbstractReplyProducingMessageHandler.handleMessageInternal(AbstractReplyProducingMessageHandler.java:99)
at org.springframework.integration.handler.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:78)
at org.springframework.integration.dispatcher.AbstractDispatcher.tryOptimizedDispatch(AbstractDispatcher.java:116)
at org.springframework.integration.dispatcher.UnicastingDispatcher.doDispatch(UnicastingDispatcher.java:101)
at org.springframework.integration.dispatcher.UnicastingDispatcher.dispatch(UnicastingDispatcher.java:97)
at org.springframework.integration.channel.AbstractSubscribableChannel.doSend(AbstractSubscribableChannel.java:77)
at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:287)
at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:115)
at org.springframework.messaging.core.GenericMessagingTemplate.doSend(GenericMessagingTemplate.java:45)
at org.springframework.messaging.core.AbstractMessageSendingTemplate.send(AbstractMessageSendingTemplate.java:95)
at org.springframework.integration.endpoint.MessageProducerSupport.sendMessage(MessageProducerSupport.java:101)
at org.springframework.integration.mqtt.inbound.MqttPahoMessageDrivenChannelAdapter.messageArrived(MqttPahoMessageDrivenChannelAdapter.java:262)
at org.eclipse.paho.client.mqttv3.internal.CommsCallback.deliverMessage(CommsCallback.java:475)
at org.eclipse.paho.client.mqttv3.internal.CommsCallback.handleMessage(CommsCallback.java:379)
at org.eclipse.paho.client.mqttv3.internal.CommsCallback.run(CommsCallback.java:183)
at java.lang.Thread.run(Thread.java:745)
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
at redis.clients.util.Pool.getResource(Pool.java:53)
at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
at com.uwo.util.redis.RedisUtil.getJedis(RedisUtil.java:77)
at com.uwo.util.redis.Hash.hmset(Hash.java:363)
at com.uwo.service.impl.UwoEquipmentServiceImpl.updateInfo(UwoEquipmentServiceImpl.java:91)
at com.uwo.service.impl.UwoEquipmentServiceImpl.updateInfo(UwoEquipmentServiceImpl.java:1)
at sun.reflect.GeneratedMethodAccessor7305.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:267)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
at com.sun.proxy.$Proxy8152.updateInfo(Unknown Source)
at com.uwo.mqtt.service.MqttService.startCase(MqttService.java:80)
at sun.reflect.GeneratedMethodAccessor7308.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112)
at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:102)
at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49)
at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342)
at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88)
at org.springframework.expression.spel.ast.SpelNodeImpl.getTypedValue(SpelNodeImpl.java:131)
at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:330)
at org.springframework.integration.util.AbstractExpressionEvaluator.evaluateExpression(AbstractExpressionEvaluator.java:164)
at org.springframework.integration.util.MessagingMethodInvokerHelper.processInternal(MessagingMethodInvokerHelper.java:276)
at org.springframework.integration.util.MessagingMethodInvokerHelper.process(MessagingMethodInvokerHelper.java:142)
at org.springframework.integration.handler.MethodInvokingMessageProcessor.processMessage(MethodInvokingMessageProcessor.java:75)
... 17 more
Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR invalid password.
at redis.clients.jedis.Protocol.processError(Protocol.java:127)
at redis.clients.jedis.Protocol.process(Protocol.java:161)
at redis.clients.jedis.Protocol.read(Protocol.java:215)
at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:340)
at redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:239)
at redis.clients.jedis.BinaryJedis.auth(BinaryJedis.java:2139)
at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:108)
at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
at redis.clients.util.Pool.getResource(Pool.java:49)
... 51 more
reason : Hot deploy cached processes with old projects . Cause access redis Take the old password with you for a long time . The prompt password is incorrect . restart tomcat, Kill old project process . Solve the problem .
边栏推荐
- mysql指令执行sql文件
- Defaultifempty for C # -linq source code analysis
- . Net release and support plan introduction
- .NET 发布和支持计划介绍
- 调用cmd 进程通信
- Quickly master asp Net authentication framework identity - user registration
- Redis实现延迟队列的正确姿势
- What are the characteristics of the interactive whiteboard? Function introduction of electronic whiteboard
- Why buy increased life insurance? Is increased life insurance safe and reliable?
- scala之闭包函数浅知
猜你喜欢

Mqtt of NLog custom target

Read Apache shardingsphere

Gridhome, a must-have static site generator for beginners

新手必会的静态站点生成器——Gridsome

写给 Kubernetes 工程师的 mTLS 指南

MTLs guidelines for kubernetes engineers

System throughput, TPS (QPS), user concurrency, performance test concepts and formulas

0基础如何入门软件测试,能转行成功吗?

web技术分享| 【高德地图】实现自定义的轨迹回放

In the era of video explosion, who is supporting the high-speed operation of video ecological network?
随机推荐
华为云招募工业智能领域合作伙伴,强力扶持+商业变现
spark-cache的源码分析
基于.NetCore开发博客项目 StarBlog - (12) Razor页面动态编译
spark关于数据倾斜问题
spark的NaiveBayes中文文本分类
Post to asp Net core length limitation and solution when transferring data
What are the characteristics of the interactive whiteboard? Function introduction of electronic whiteboard
每秒處理10萬高並發訂單的樂視集團支付系統架構分享
Figure operation flow of HAMA BSP Model
0基础如何入门软件测试,能转行成功吗?
C#-Linq源码解析之DefaultIfEmpty
mysql账号增删改、数据导入导出命令举例
Why buy increased life insurance? Is increased life insurance safe and reliable?
Spark Streaming checkpoint的问题与恢复
Analysis of the read data source code of spark shuffle
Spark and mysql:did not find registered driver with class com mysql. jdbc. Driver
Hello Playwright:(7)模拟键盘和鼠标
mysql服务器启动后自动停止
[wechat applet to obtain the height of custom tabbar] is absolutely available!!!
Vhedt business development framework