czq080 commented on issue #3762: SkyWalking 6.4.0 is incompatible with redisson 3.11.1 URL: https://github.com/apache/skywalking/issues/3762#issuecomment-548701103 > hi @zhaoyuguang This is the demo.[https://github.com/czq080/skywalking-redisson-demo.git](url) > dependency tree is as follow. > > > [INFO] com.example:skywalking-redisson-demo:jar:0.0.1-SNAPSHOT > > [INFO] - org.redisson:redisson:jar:3.11.1:compile > > [INFO] +- io.netty:netty-common:jar:4.1.36.Final:compile > > [INFO] +- io.netty:netty-codec:jar:4.1.36.Final:compile > > [INFO] +- io.netty:netty-buffer:jar:4.1.36.Final:compile > > [INFO] +- io.netty:netty-transport:jar:4.1.36.Final:compile > > [INFO] | - io.netty:netty-resolver:jar:4.1.36.Final:compile > > [INFO] +- io.netty:netty-resolver-dns:jar:4.1.36.Final:compile > > [INFO] | - io.netty:netty-codec-dns:jar:4.1.36.Final:compile > > [INFO] +- io.netty:netty-handler:jar:4.1.36.Final:compile > > [INFO] +- javax.cache:cache-api:jar:1.0.0:compile > > [INFO] +- io.projectreactor:reactor-core:jar:3.2.6.RELEASE:compile > > [INFO] | - org.reactivestreams:reactive-streams:jar:1.0.2:compile > > [INFO] +- io.reactivex.rxjava2:rxjava:jar:2.2.7:compile > > [INFO] +- de.ruedigermoeller:fst:jar:2.57:compile > > [INFO] | +- org.javassist:javassist:jar:3.21.0-GA:compile > > [INFO] | - org.objenesis:objenesis:jar:2.5.1:compile > > [INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile > > [INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.9:compile > > [INFO] | - org.yaml:snakeyaml:jar:1.23:compile > > [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.9.9:compile > > [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.9:compile > > [INFO] | - com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile > > [INFO] +- net.bytebuddy:byte-buddy:jar:1.9.10:compile > > [INFO] - org.jodd:jodd-bean:jar:5.0.10:compile > > [INFO] - org.jodd:jodd-core:jar:5.0.10:compile The log is as follow: > ERROR 2019-11-01 15:36:39:251 redisson-netty-2-15 ConstructorInter : ConstructorInter failure. java.lang.NoSuchMethodError: org.redisson.client.RedisClientConfig.getAddress()Ljava/net/URI; at org.apache.skywalking.apm.plugin.redisson.v3.RedisConnectionMethodInterceptor.onConstruct(RedisConnectionMethodInterceptor.java:109) at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ConstructorInter.intercept(ConstructorInter.java:69) at org.redisson.client.RedisConnection.<init>(RedisConnection.java) at org.redisson.client.handler.RedisConnectionHandler.createConnection(RedisConnectionHandler.java:36) at org.redisson.client.handler.BaseConnectionHandler.channelRegistered(BaseConnectionHandler.java:55) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:161) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:147) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:140) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRegistered(DefaultChannelPipeline.java:1381) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:161) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:147) at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:824) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:518) at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:428) at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:487) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:405)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
