aodn / aodn-portal

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

Metadata header not working on production (works in rc) #1235

Closed xhoenner closed 10 years ago

xhoenner commented 10 years ago

Steps to reproduce

  1. Select IMOS - SOOP-Sea Surface Temperature (SST) Sub-facility - Near real-time data
  2. Draw a small bounding box on Step 2, go to Step 3
  3. Download as CSV.
  4. Open up the CSV

What happens There's no metadata header at the top of the file.

What should happen There should be a metadata header at the top of the file since:

  1. The 'Supports CSV metadata header output format' box is ticked for geoserver-123 in the admin section of the production portal.
  2. Jon confirmed that the metadata header plugin is installed in geoserver-123.
dnahodil commented 10 years ago

I (with help from @julian1 and @jkburges) have tracked this down to different versions of Geoserver being deployed in RC and Prod. This seems to be caused by a combination of problems in the build process and the artefact deployer in chef.

danfruehauf commented 10 years ago

We must deploy the newer version on production then.

Problem is also that there are/were in archiva 2 different version, but with the same version tag (2-4-2-imos).

But yes, generally speaking, the artifact fetcher is doing a pretty bad job when dealing with archiva.

dnahodil commented 10 years ago

Fixed (checked in prod)