Stuck while starting the deployment

Hello,

https://c.app.hopsworks.ai/p/147605/deployments
It is showing starting the deployment but not moving at all. I cannot clean it up. Could you please help ? Thanks, Sunil.

Hello @Sunil_Singh ,

I checked your deployment and it is failing with the following error. looking at you project metadata - It seems you have only version 3 of this feature view loan_approval_feature_view. I’ll clean up your deployment so you retry again

Model Status:
    Last Failure Info:
      Exit Code:  1
      Message:    server.py", line 96, in __init__
    super().__init__(name, component)
  File "/serving/predictor/../kserve-component-server.py", line 90, in __init__
    self._load_component(component)
  File "/serving/predictor/../kserve-component-server.py", line 99, in _load_component
    self._component = component.Predict()
  File "/mnt/models/predictor-predictor.py", line 16, in __init__
    self.fv = self.fs.get_feature_view("loan_approval_feature_view", 1)
  File "/srv/hops/anaconda/envs/theenv/lib/python3.10/site-packages/hsfs/feature_store.py", line 1555, in get_feature_view
    return self._feature_view_engine.get(name, version)
  File "/srv/hops/anaconda/envs/theenv/lib/python3.10/site-packages/hsfs/core/feature_view_engine.py", line 96, in get
    fv = self._feature_view_api.get_by_name_version(name, version)
  File "/srv/hops/anaconda/envs/theenv/lib/python3.10/site-packages/hsfs/core/feature_view_api.py", line 113, in get_by_name_version
    raise e
  File "/srv/hops/anaconda/envs/theenv/lib/python3.10/site-packages/hsfs/core/feature_view_api.py", line 101, in get_by_name_version
    self._client._send_request(
  File "/srv/hops/anaconda/envs/theenv/lib/python3.10/site-packages/hsfs/decorators.py", line 35, in if_connected
    return fn(inst, *args, **kwargs)
  File "/srv/hops/anaconda/envs/theenv/lib/python3.10/site-packages/hsfs/client/base.py", line 179, in _send_request
    raise exceptions.RestAPIError(url, response)
hsfs.client.exceptions.RestAPIError: Metadata operation error: (url: https://hopsworks.glassfish.service.consul:8182/hopsworks-api/api/project/147605/featurestores/147524/featureview/loan_approval_feature_view/version/1). Server response:
HTTP code: 404, HTTP reason: Not Found, body: b'{"errorCode":270181,"usrMsg":"There exists no feature view with the name loan_approval_feature_view and version 1.","errorMsg":"Feature view wasn\'t found."}', error code: 270181, error msg: Feature view wasn't found., user msg: There exists no feature view with the name loan_approval_feature_view and version 1.

      Reason:  ModelLoadFailed
    States:
      Active Model State:
      Target Model State:  Pending
    Transition Status:     InProgress
  Observed Generation:     1
Events:                    <none>

Regards,
Mahmoud