Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFTER error. Caused:org.redisson.connection.NodeSource.getRedisClient()Lorg/redisson/client/RedisClient; java.lang.NoSuchMethodErro #9417

Open
HiroC222 opened this issue Nov 15, 2022 · 4 comments
Assignees
Milestone

Comments

@HiroC222
Copy link

I have checked the FAQ, and issues and found no answer.

What version of pinpoint are you using?
server : 2.2.2
agent : 2.4.2

Describe the bug

2022-11-15 10:15:18,336 [DubboServerHandler-10.233.72.112:20981-thread-30] INFO  c.s.h.s.impl.BestGoodsServiceImpl - rlists:[] 
11-15 10:15:18.018 [20981-thread-30] WARN  r.i.CommandAsyncServiceMethodInterceptor -- AFTER error. Caused:org.redisson.connection.NodeSource.getRedisClient()Lorg/redisson/client/RedisClient;
java.lang.NoSuchMethodError: org.redisson.connection.NodeSource.getRedisClient()Lorg/redisson/client/RedisClient;
	at com.navercorp.pinpoint.plugin.redis.redisson.interceptor.CommandAsyncServiceMethodInterceptor.toEndPoint(CommandAsyncServiceMethodInterceptor.java:143) ~[pinpoint-redis-redisson-plugin-2.4.2.jar:2.4.2]
	at com.navercorp.pinpoint.plugin.redis.redisson.interceptor.CommandAsyncServiceMethodInterceptor.doInAfterTrace(CommandAsyncServiceMethodInterceptor.java:88) ~[pinpoint-redis-redisson-plugin-2.4.2.jar:2.4.2]
	at com.navercorp.pinpoint.bootstrap.interceptor.SpanEventSimpleAroundInterceptorForPlugin.after(SpanEventSimpleAroundInterceptorForPlugin.java:91) [?:2.4.2]
	at com.navercorp.pinpoint.bootstrap.interceptor.ExceptionHandleAroundInterceptor.after(ExceptionHandleAroundInterceptor.java:44) [?:2.4.2]
	at org.redisson.command.CommandAsyncService.async(CommandAsyncService.java:612) [redisson-3.5.0.jar!/:?]
@emeroad
Copy link
Member

emeroad commented Nov 23, 2022

Please tell us which version of redis client you are using.

@HiroC222
Copy link
Author

redis:3.2.8
sentinel mode

@jaehong-kim
Copy link
Contributor

@HiroC222
Currently, only 2.x versions are supported.
I will try to support the 3.x version.

@jaehong-kim jaehong-kim self-assigned this Nov 29, 2022
@jaehong-kim jaehong-kim added this to the next milestone Nov 29, 2022
@jaehong-kim
Copy link
Contributor

@HiroC222
Use version 3.10.4 or higher instead of redisson-3.5.0.jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants