Git Product home page Git Product logo

Comments (5)

matthew29tang avatar matthew29tang commented on July 21, 2024

Could you provide your pipeline.json file? The error is pretty generic/vague and can occur for a myriad of reasons. If you have additional context for this, it also be helpful to try to debug this.

from python-aiplatform.

gomrinal avatar gomrinal commented on July 21, 2024

pipeline.json is compiled pipeline for simple hello world. I faced this issue when I tried to load test the system where cloud function v2 consumes messages from the pub/sub topic.

Cloud function triggers the vertex ai pipeline training job!

from python-aiplatform.

matthew29tang avatar matthew29tang commented on July 21, 2024

The grpc._channel._InactiveRpcError error is often caused by a more descriptive error (ex. in this issue it is caused by a 500 internal error). Can you paste the exception causing the grpc._channel._InactiveRpcError?

from python-aiplatform.

gomrinal avatar gomrinal commented on July 21, 2024
Traceback (most recent call last):
  File "/layers/google.python.pip/pip/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/layers/google.python.pip/pip/lib/python3.9/site-packages/grpc/_channel.py", line 1030, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/layers/google.python.pip/pip/lib/python3.9/site-packages/grpc/_channel.py", line 910, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:

from python-aiplatform.

matthew29tang avatar matthew29tang commented on July 21, 2024

The error that you pasted seems to have been truncated, can you paste the part of the error (and anything after that) below the line grpc._channel._InactiveRpcError:?

from python-aiplatform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.