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/05/14 06:34:45 UTC

[GitHub] [skywalking] Carles1983 opened a new issue #2663: Class ContextStorageOverride can not be found.

Carles1983 opened a new issue #2663: Class ContextStorageOverride can not be found.
URL: https://github.com/apache/skywalking/issues/2663
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ *] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
     Skywlking 6.1
     Windows7 + Eclispe + JDK1.8
     SpringBoot 2.1.0.RELEASE
     SpringCloud Greenwich.RELEASE
   
   - Which company or project?
   
   - What happen?
     Integrated skywalking with spring-cloud-gateway(version 2.1.0) .
     During start, an exception (ClassNotFoundException) was thrown.
     I cannot find the class file among the souce codes.
   
     java.lang.ClassNotFoundException: org.apache.skywalking.apm.dependencies.io.grpc.override.ContextStorageOverride
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[na:1.8.0_191]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_191]
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[na:1.8.0_191]
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_191]
   	at java.lang.Class.forName0(Native Method) ~[na:1.8.0_191]
   	at java.lang.Class.forName(Class.java:264) ~[na:1.8.0_191]
   	at org.apache.skywalking.apm.dependencies.io.grpc.Context.createStorage(Context.java:137) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.Context.storage(Context.java:129) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.Context.current(Context.java:181) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.Context$Key.get(Context.java:891) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.CensusTracingModule$TracingClientInterceptor.interceptCall(CensusTracingModule.java:384) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.CensusStatsModule$StatsClientInterceptor.interceptCall(CensusStatsModule.java:675) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.ClientInterceptors$InterceptorChannel.newCall(ClientInterceptors.java:156) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ManagedChannelImpl.newCall(ManagedChannelImpl.java:784) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ForwardingManagedChannel.newCall(ForwardingManagedChannel.java:63) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:118) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.network.register.v2.RegisterGrpc$RegisterBlockingStub.doServiceRegister(RegisterGrpc.java:386) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.agent.core.remote.ServiceAndEndpointRegisterClient.run(ServiceAndEndpointRegisterClient.java:115) [skywalking-agent.jar:6.1.0]
   	at org.apache.skywalking.apm.util.RunnableWithExceptionProtection.run(RunnableWithExceptionProtection.java:36) [skywalking-agent.jar:6.1.0]
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_191]
   	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [na:1.8.0_191]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_191]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [na:1.8.0_191]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_191]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_191]
   	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_191]
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
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