-
Notifications
You must be signed in to change notification settings - Fork 1
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
Server error when running UDP #140
Comments
I now get this error message when I try to create a UDP with an EODC collection: -> do not think it is related to the eodc backend as the URL details say
|
Hi @ValentinaHutter , it's indeed the case that we forward part of UDP handling mainly to vito backend, as there was no easy solution at aggregator level. |
Indeed, the aggregator for openEO Platform, only interacts with the VITO backend for UDPs for now more background and related tickets: |
Thanks for the quick replies!
Is this what you describe in here: Open-EO/openeo-api#515 ? So, as a first step, we would enable running UDPs which come from a public URL at EODC as well, right? :) A very basic UDP would be for example for RGB image creation:
Using the UDP in a job like:
|
I am trying to run a UDP, which I created with an EODC collection.
When I create and start a batch job, I get a 'ServerError: Collection not available'. Since this happens in the aggregator web-editor, but works in the EODC web-editor, it could be possible that only one backend is checked for UDPs? Is there something, we can do on the backend side, or would this be something to be updated on the aggregator?
The text was updated successfully, but these errors were encountered: