Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution of sample process "water-bodies" on zoo produces an error #18

Open
blaziq opened this issue Nov 11, 2024 · 1 comment
Open
Assignees

Comments

@blaziq
Copy link

blaziq commented Nov 11, 2024

Using the ZOO Swagger UI https://zoo./swagger-ui/oapip/ we added a sample process water-bodies. This went well but the execution of the process did not.

This is the job status:

{
  "jobID": "f4d1151e-a033-11ef-8ed3-66b7e3999020",
  "type": "process",
  "processID": "water-bodies",
  "created": "2024-11-11T13:50:48.584Z",
  "started": "2024-11-11T13:50:48.584Z",
  "finished": "2024-11-11T13:50:48.999Z",
  "updated": "2024-11-11T13:50:48.880Z",
  "status": "failed",
  "message": "ZOO-Kernel accepted to run your service!",
  "links": [
    {
      "title": "Status location",
      "rel": "monitor",
      "type": "application/json",
      "href": "https://zoo.eoepca-sciencehub.esa.int/ogc-api/jobs/f4d1151e-a033-11ef-8ed3-66b7e3999020"
    }
  ]
}

and this is the actual error in the results:

{
  "title": "NoApplicableCode",
  "type": "NoApplicableCode",
  "detail": "Python module water-bodies.service cannot be loaded. Message: TRACE: No module named 'water-bodies'\n<class 'ModuleNotFoundError'>\n"
}
@rconway
Copy link
Contributor

rconway commented Nov 14, 2024

@james-hinton To check this on the develop cluster - to determine whether this is a problem to be passed to the Processing BB, or whether it's a deployment problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants