aodn / aodn-portal

AODN Open Geospatial Portal
https://portal.aodn.org.au/
GNU General Public License v3.0
21 stars 13 forks source link

Error symbol when changing dates and times for ACORN #1400

Closed kereid closed 10 years ago

kereid commented 10 years ago

Saw this yesterday on sys-test and prod, ran out of time to log it but now not seeing today. Still logging for record.

Steps to reproduce:

Add ACORN Rottnest, SA or Turqoise coast.

Change the start and end dates to be the same and then change the end times to be a few steps after the start

What should happen:

Times change and display on map changes and there are no errors

What does happen:

Times change but display would sometimes change sometimes wouldn't and the red error triangle would appear.

kereid commented 10 years ago

It was around 1550 that I saw it so not sure if there are any logs anywhere that may show something happening.

dnahodil commented 10 years ago

I will look at this because I think it is related to something I am working on currently.

dnahodil commented 10 years ago

This is a problem with the scanned data in the Portal being out of sync with the recently-corrected data from ncWMS. The reason it got out of sync is because the WMS scanner can no longer transfer the scan data for the ncWMS server to the Portal as it has reached the current maximum post size that Tomcat will accept. There are a couple of options to fix this: 1) make the WMS scanner more efficient at transferring the data to Portal, or 2) bump up the maximum accepted post size in Tomcat until we can make the scanners redundant.

I have a PR up for option 2 at https://github.com/aodn/chef/pull/1081

dnahodil commented 10 years ago

The scan on ncWMS has completed successfully now so there should be no more red exclamation marks on these layers.