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 2021/04/27 02:41:12 UTC

[GitHub] [skywalking] nhx7103972 opened a new issue #6848: SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to localhost:11800-noverify fail

nhx7103972 opened a new issue #6848:
URL: https://github.com/apache/skywalking/issues/6848


   SkyWalking8.4.0 
   OS:window10
   JDK:1.8.202
   springcloud gateway :2.2.5.RELEASE
   springcloud : Hoxton.SR8
   spring-cloud-alibaba-dependencies : 2.2.4.RELEASE
   springboot : 2.3.2.RELEASE
   elasticsearch : 7.11.2
   agent plugin : apm-spring-cloud-gateway-2.1.x-plugin-8.4.0.jar  apm-spring-webflux-5.x-plugin-8.4.0.jar
   
   gateway start,agent\logs\skywalking-api.log
   
   ERROR 2021-04-27 10:08:17:328 SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to 127.0.0.1:11800-noverify fail. 
   java.lang.NumberFormatException: For input string: "11800-noverify"
   	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   	at java.lang.Integer.parseInt(Integer.java:580)
   	at java.lang.Integer.parseInt(Integer.java:615)
   	at org.apache.skywalking.apm.agent.core.remote.GRPCChannelManager.run(GRPCChannelManager.java:133)
   	at org.apache.skywalking.apm.util.RunnableWithExceptionProtection.run(RunnableWithExceptionProtection.java:33)
   	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:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)


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



[GitHub] [skywalking] wu-sheng commented on issue #6848: SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to localhost:11800-noverify fail

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6848:
URL: https://github.com/apache/skywalking/issues/6848#issuecomment-827275214


   Isn't the error very clear? `11800-noverify` is an illegal port number. Why asking us?


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



[GitHub] [skywalking] wu-sheng commented on issue #6848: SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to localhost:11800-noverify fail

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6848:
URL: https://github.com/apache/skywalking/issues/6848#issuecomment-827283154


   This is your env, and the log is very clear. I think this is nothing we can do, it is on your hands.


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



[GitHub] [skywalking] nhx7103972 commented on issue #6848: SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to localhost:11800-noverify fail

Posted by GitBox <gi...@apache.org>.
nhx7103972 commented on issue #6848:
URL: https://github.com/apache/skywalking/issues/6848#issuecomment-827282761


   I didn't change the port number
   
   apache-skywalking-apm-es7-8.4.0\apache-skywalking-apm-bin-es7\config\application.yml
   
   gRPCHost: ${SW_CORE_GRPC_HOST:0.0.0.0}
   gRPCPort: ${SW_CORE_GRPC_PORT:11800}


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



[GitHub] [skywalking] wu-sheng closed issue #6848: SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to localhost:11800-noverify fail

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6848:
URL: https://github.com/apache/skywalking/issues/6848


   


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



[GitHub] [skywalking] nhx7103972 commented on issue #6848: SkywalkingAgent-5-GRPCChannelManager-0 GRPCChannelManager : Create channel to localhost:11800-noverify fail

Posted by GitBox <gi...@apache.org>.
nhx7103972 commented on issue #6848:
URL: https://github.com/apache/skywalking/issues/6848#issuecomment-827295930


   Thank you for your help。
   
   When I start gateway , add vm arguments .
   
   -javaagent:E:\tool\apache-skywalking-apm-es7-8.4.0\apache-skywalking-apm-bin-es7\agent\skywalking-agent.jar -Dskywalking.agent.service_name=gateway -Dskywalking.collector.backend_service=127.0.0.1:11800
   
   I cancel this part of the arguments 
   -Dskywalking.collector.backend_service=127.0.0.1:11800
   
   Start successfully。
   


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