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/23 09:38:26 UTC

[GitHub] [skywalking] CrytisMT opened a new issue #6817: Method not found: skywalking.v3.LogReportService/collect

CrytisMT opened a new issue #6817:
URL: https://github.com/apache/skywalking/issues/6817


   - Why do you submit this issue?
   - [X] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   I compile from source code.When using agent to collect logs,i got an error:
   `
   ERROR 2021-04-23 17:29:48:274 grpc-default-executor-0 GRPCLogReportServiceClient : Try to send 1 log data to collector, with unexpected exception.
   org.apache.skywalking.apm.dependencies.io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found: skywalking.v3.LogReportService/collect
   	at org.apache.skywalking.apm.dependencies.io.grpc.Status.asRuntimeException(Status.java:533)
   	at org.apache.skywalking.apm.dependencies.io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:478)
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:413)
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ClientCallImpl.access$500(ClientCallImpl.java:66)
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:742)
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:721)
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
   	at org.apache.skywalking.apm.dependencies.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
   	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)
   ` 
   How to fix it?


-- 
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 #6817: Method not found: skywalking.v3.LogReportService/collect

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


   From what I saw, it doesn't exist. The official demo is using this codebase.


-- 
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] CrytisMT commented on issue #6817: Method not found: skywalking.v3.LogReportService/collect

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


   @wu-sheng I clone the source code from master again and compiled,but it is always the same error when i use the new backed and agent.
   I doubt it's a bug.
   I used tookit in my project to collect logs:
   `
           <dependency>
               <groupId>org.apache.skywalking</groupId>
               <artifactId>apm-toolkit-logback-1.x</artifactId>
               <version>8.6.0-SNAPSHOT</version>
           </dependency>
   `


-- 
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] CrytisMT commented on issue #6817: Method not found: skywalking.v3.LogReportService/collect

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


   @wu-sheng I clone the source code from master again and compiled,but it is always the same error when i use the new backed and agent.
   I doubt it's a bug.
   I used tookit in my project to collect logs:
   `
           <dependency>
               <groupId>org.apache.skywalking</groupId>
               <artifactId>apm-toolkit-logback-1.x</artifactId>
               <version>8.6.0-SNAPSHOT</version>
           </dependency>
   `


-- 
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 #6817: Method not found: skywalking.v3.LogReportService/collect

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


   


-- 
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 #6817: Method not found: skywalking.v3.LogReportService/collect

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


   Backend version is too old


-- 
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] cuimaolin commented on issue #6817: Method not found: skywalking.v3.LogReportService/collect

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


   Has the problem been solved? I also encountered the same problem, my agent and server versions are both 8.5


-- 
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 #6817: Method not found: skywalking.v3.LogReportService/collect

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


   From what I saw, it doesn't exist. The official demo is using this codebase.


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