-
Notifications
You must be signed in to change notification settings - Fork 14
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
GA collection download failing #2942
Comments
Should be using "ausseabed:Southern_Indian_Ocean__MH370__Bathymetry_2017_150m_OV". Download The available download for this layer uses WCS returned as a GeoTiff. It supports GET and POST (with XML payload) requests. The complete download is ~3 GBytes. To access this service, the AODN portal uses the As the GA service is not configured to accept POST with json payload this fails. To fix this we need to eithier write/rewrite a service in Portal to form the required POST request or have GA reconfigure the layer. The details of reconfiguring the layer to match our current code are yet to be determined. If they were to reconfigure, it would also be useful to have them set up WFS as well so we can get Portal to be able to create some filters. Such filters should be used in the WCS request Request:
Response:
|
Just dumping this here for prosperity: From my observations I can see that the layer https://portal.aodn.org.au/search?uuid=a05f7892-eef2-7506-e044-00144fdd4fa6 appears to have flow control turned on (Set-Cookie: GS_FLOW_CONTROL=GS_CFLOW_-5123ca63:1891f7e897d:-15c3) which is probably helping somewhat but layer loading is slow and I still see failed wms requests. The slow speed suggests that geowebcache is not being used. In fact, I don't think it is because the response headers do not contain the expected keys: eg: Failed wms requests will most often (but not always) appear when zooming, panning or doing a page reload after an initial successful load of the layer. Overall I feel like it has improved - but that is subjective. As for the MH370 layer - I'm still working on getting the download to work. Availability of the collection was affected by the fact that the layer does not have any WFS service and hence cannot find any filters. Portal assumes that there will be at least one filter and breaks if there isn't. I have found a fix for that, but still need to get the download working. |
@Chetnamann - the issue with the GA collection download failing is unrelated to the Test case which is testing this issue Let me know if you have any questions |
Had a meeting with Natalie (GA). They will look into what they can do with this. Meanwhile it is blocked. See @atkinsn for details. |
This issue tracker is only for AODN Portal issues.
For reference: https://aodn.testrail.com/index.php?/tests/view/84288
Steps to reproduce the issue
Expected behaviour
CAPTCHA property should activate
The download should commence and notification in the pop up informs us
Actual behaviour
Warning on step 2 of this collection "There is a problem with the availability of this collection" , and no filters available
After clicking download several time (and accept the license screen), still don't get any notifications that the download started and no CAPTCHA
Screenshots.
What version of the aodn portal are you using?
4.42.97
Which browser are you using?
Chrome
Any extra information that might be useful in the debugging process.
The text was updated successfully, but these errors were encountered: