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 2018/06/18 15:46:15 UTC

[GitHub] gamefundas commented on issue #1365: Spring boot integration and trying to get this to work

gamefundas commented on issue #1365: Spring boot integration and trying to get this to work
URL: https://github.com/apache/incubator-skywalking/issues/1365#issuecomment-398100515
 
 
   Managed to get it running by having javaagent as the first parameter. However I am getting the following error now
   
   `
   DEBUG 2018-06-18 00:18:05 DiscoveryRestServiceClient :  Refresh GRPC server list: [xx.xx.xx.xx:11800]
   DEBUG 2018-06-18 00:18:05 GRPCChannelManager :  Selected collector grpc service running, reconnect:true.
   DEBUG 2018-06-18 00:18:05 AppAndServiceRegisterClient :  AppAndServiceRegisterClient running, status:DISCONNECT.
   DEBUG 2018-06-18 00:18:08 AppAndServiceRegisterClient :  AppAndServiceRegisterClient running, status:CONNECTED.
   DEBUG 2018-06-18 00:18:08 GRPCChannelManager :  Selected collector grpc service shutdown.
   ERROR 2018-06-18 00:18:08 AppAndServiceRegisterClient :  AppAndServiceRegisterClient execute fail.
   org.apache.skywalking.apm.dependencies.io.grpc.StatusRuntimeException: CANCELLED: Call was interrupted
           at org.apache.skywalking.apm.dependencies.io.grpc.Status.asRuntimeException(Status.java:517)
           at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:128)
           at org.apache.skywalking.apm.network.proto.ApplicationRegisterServiceGrpc$ApplicationRegisterServiceBlockingStub.applicationCodeRegister(ApplicationRegisterServiceGrpc.java:170)
           at org.apache.skywalking.apm.agent.core.remote.AppAndServiceRegisterClient.run(AppAndServiceRegisterClient.java:112)
           at org.apache.skywalking.apm.util.RunnableWithExceptionProtection.run(RunnableWithExceptionProtection.java:36)
           at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
           at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
           at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
           at java.lang.Thread.run(Thread.java:745)
   Caused by: java.lang.InterruptedException
           at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
           at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
           at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:439)
           at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls$ThreadlessExecutor.waitAndDrain(ClientCalls.java:623)
           at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:122)
           ... 10 more
   `
   Checked to confirm that 11800 port was reachable on the configured IP.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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