You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/12/04 10:06:02 UTC

[GitHub] [skywalking] louis-zhou opened a new pull request #4003: Fix bug dubbo-2.7-conflict-patch plugin

louis-zhou opened a new pull request #4003: Fix bug dubbo-2.7-conflict-patch plugin
URL: https://github.com/apache/skywalking/pull/4003
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [√] Bug fix
   
   ___
   ### Bug fix
   - Bug description.
   Dubbo 2.7.x 
   
   Error log:
   -|2019-11-28 12:49:45.932|ERROR||RMI TCP Connection(2)-127.0.0.1|o.s.web.context.ContextLoader.initWebApplicationContext:350-Context initialization failed
   java.lang.RuntimeException: [source error] setSkyWalkingDynamicField(java.lang.Object) not found in xxxx
   	at org.apache.dubbo.common.bytecode.ClassGenerator.toClass(ClassGenerator.java:348)
   	at org.apache.dubbo.common.bytecode.ClassGenerator.toClass(ClassGenerator.java:287)
   	at org.apache.dubbo.common.bytecode.Wrapper.makeWrapper$original$6pNFI1Vz(Wrapper.java:261)
   	at org.apache.dubbo.common.bytecode.Wrapper.makeWrapper$original$6pNFI1Vz$accessor$eBQVeQjJ(Wrapper.java)
   	at org.apache.dubbo.common.bytecode.Wrapper$auxiliary$InGUBoGO.call(Unknown Source)
   	at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsInter.intercept(StaticMethodsInter.java:86)
   	at org.apache.dubbo.common.bytecode.Wrapper.makeWrapper(Wrapper.java)
   	at org.apache.dubbo.common.bytecode.Wrapper.getWrapper(Wrapper.java:118)
   	at org.apache.dubbo.rpc.proxy.javassist.JavassistProxyFactory.getInvoker(JavassistProxyFactory.java:41)
   	at org.apache.dubbo.rpc.proxy.wrapper.StubProxyFactoryWrapper.getInvoker(StubProxyFactoryWrapper.java:118)
   	at org.apache.dubbo.rpc.ProxyFactory$Adaptive.getInvoker(ProxyFactory$Adaptive.java)
   	at org.apache.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:641)
   	at org.apache.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:576)
   	at org.apache.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:457)
   	at org.apache.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:415)
   	at org.apache.dubbo.config.ServiceConfig.export(ServiceConfig.java:378)
   	at org.apache.dubbo.config.spring.ServiceBean.export(ServiceBean.java:336)
   	at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:114)
   	at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:60)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:167)
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services