gRPC Name Resolution Failure2019 Community Moderator ElectionDocker how to change repository name or rename image?docker run -> name is already in use by containerexposing container ports for django applicationTemporary failure in name resolution [Errno -3] with DockerHow to check if gRPC server is running in Python?python-grpc-gateway implementation?Imposible error occurs: grpc status = StatusCode.NOT_FOUND ,details = "Servable not found for requestgrpc call see body/stream of grpc callTensorflow model serving not working when used inside a grpc callCannot connect to a gRPC service running in local Docker container

What are some noteworthy "mic-drop" moments in math?

Could you please stop shuffling the deck and play already?

How do I express some one as a black person?

Do items de-spawn in Diablo?

How do anti-virus programs start at Windows boot?

What is the meaning of triple curly braces in phtml template files? When and how do we use them?

Why does Captain Marvel assume the planet where she lands would recognize her credentials?

show this identity with trigometric

Why is there a voltage between the mains ground and my radiator?

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

Best approach to update all entries in a list that is paginated?

Make a transparent 448*448 image

How much stiffer are 23c tires over 28c?

Why don't MCU characters ever seem to have language issues?

Should I tell my boss the work he did was worthless

Aliens englobed the Solar System: will we notice?

Examples of a statistic that is not independent of sample's distribution?

If the Captain's screens are out, does he switch seats with the co-pilot?

Does a Catoblepas statblock appear in an official D&D 5e product?

Built-In Shelves/Bookcases - IKEA vs Built

They call me Inspector Morse

Could a cubesat propel itself to Mars?

infinitive telling the purpose

Grey hair or white hair



gRPC Name Resolution Failure



2019 Community Moderator ElectionDocker how to change repository name or rename image?docker run -> name is already in use by containerexposing container ports for django applicationTemporary failure in name resolution [Errno -3] with DockerHow to check if gRPC server is running in Python?python-grpc-gateway implementation?Imposible error occurs: grpc status = StatusCode.NOT_FOUND ,details = "Servable not found for requestgrpc call see body/stream of grpc callTensorflow model serving not working when used inside a grpc callCannot connect to a gRPC service running in local Docker container










0















While trying to run tensorflow-serving with docker, I am getting the following error issuing a client request using gRPC with following code:



`python client.py --server=172.17.0.2/16:9000 --image=./test_images/image2.jpg

debug_error_string = ""created":"@1551888435.208113000","description":"Failed to create subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":2267,"referenced_errors":["created":"@1551888435.208109000","description":"Name resolution failure","file":"src/core/ext/filters/client_channel/request_routing.cc","file_line":165,"grpc_status":14]"`


Information about my environment:




OS: macOS virtual env.: Anaconda 3 Python 3.6 gRPC/tools 1.19




Would you please help me in resolving the issue?










share|improve this question




























    0















    While trying to run tensorflow-serving with docker, I am getting the following error issuing a client request using gRPC with following code:



    `python client.py --server=172.17.0.2/16:9000 --image=./test_images/image2.jpg

    debug_error_string = ""created":"@1551888435.208113000","description":"Failed to create subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":2267,"referenced_errors":["created":"@1551888435.208109000","description":"Name resolution failure","file":"src/core/ext/filters/client_channel/request_routing.cc","file_line":165,"grpc_status":14]"`


    Information about my environment:




    OS: macOS virtual env.: Anaconda 3 Python 3.6 gRPC/tools 1.19




    Would you please help me in resolving the issue?










    share|improve this question


























      0












      0








      0








      While trying to run tensorflow-serving with docker, I am getting the following error issuing a client request using gRPC with following code:



      `python client.py --server=172.17.0.2/16:9000 --image=./test_images/image2.jpg

      debug_error_string = ""created":"@1551888435.208113000","description":"Failed to create subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":2267,"referenced_errors":["created":"@1551888435.208109000","description":"Name resolution failure","file":"src/core/ext/filters/client_channel/request_routing.cc","file_line":165,"grpc_status":14]"`


      Information about my environment:




      OS: macOS virtual env.: Anaconda 3 Python 3.6 gRPC/tools 1.19




      Would you please help me in resolving the issue?










      share|improve this question
















      While trying to run tensorflow-serving with docker, I am getting the following error issuing a client request using gRPC with following code:



      `python client.py --server=172.17.0.2/16:9000 --image=./test_images/image2.jpg

      debug_error_string = ""created":"@1551888435.208113000","description":"Failed to create subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":2267,"referenced_errors":["created":"@1551888435.208109000","description":"Name resolution failure","file":"src/core/ext/filters/client_channel/request_routing.cc","file_line":165,"grpc_status":14]"`


      Information about my environment:




      OS: macOS virtual env.: Anaconda 3 Python 3.6 gRPC/tools 1.19




      Would you please help me in resolving the issue?







      docker tensorflow-serving grpc-python






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 6 at 16:43









      sdcbr

      3,1951825




      3,1951825










      asked Mar 6 at 16:21









      Shirin NajdiShirin Najdi

      185




      185






















          1 Answer
          1






          active

          oldest

          votes


















          1














          This happens when the channel is in TRANSIENT_FAILURE and the load balancing policy can't find any ready backend to send the request.



          Please file an issue on https://github.com/grpc/grpc/ detailing what you did, hopefully with more log/tracing context, so that we can better help you.






          share|improve this answer























          • Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

            – Shirin Najdi
            Mar 7 at 9:57










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55027737%2fgrpc-name-resolution-failure%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          This happens when the channel is in TRANSIENT_FAILURE and the load balancing policy can't find any ready backend to send the request.



          Please file an issue on https://github.com/grpc/grpc/ detailing what you did, hopefully with more log/tracing context, so that we can better help you.






          share|improve this answer























          • Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

            – Shirin Najdi
            Mar 7 at 9:57















          1














          This happens when the channel is in TRANSIENT_FAILURE and the load balancing policy can't find any ready backend to send the request.



          Please file an issue on https://github.com/grpc/grpc/ detailing what you did, hopefully with more log/tracing context, so that we can better help you.






          share|improve this answer























          • Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

            – Shirin Najdi
            Mar 7 at 9:57













          1












          1








          1







          This happens when the channel is in TRANSIENT_FAILURE and the load balancing policy can't find any ready backend to send the request.



          Please file an issue on https://github.com/grpc/grpc/ detailing what you did, hopefully with more log/tracing context, so that we can better help you.






          share|improve this answer













          This happens when the channel is in TRANSIENT_FAILURE and the load balancing policy can't find any ready backend to send the request.



          Please file an issue on https://github.com/grpc/grpc/ detailing what you did, hopefully with more log/tracing context, so that we can better help you.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 6 at 18:57









          Juanli ShenJuanli Shen

          383




          383












          • Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

            – Shirin Najdi
            Mar 7 at 9:57

















          • Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

            – Shirin Najdi
            Mar 7 at 9:57
















          Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

          – Shirin Najdi
          Mar 7 at 9:57





          Thank you for the reply. I just issued it in github: github.com/grpc/grpc/issues/18290#issue-418220230

          – Shirin Najdi
          Mar 7 at 9:57



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55027737%2fgrpc-name-resolution-failure%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          1928 у кіно

          Захаров Федір Захарович

          Ель Греко