thredds icon indicating copy to clipboard operation
thredds copied to clipboard

Problem creating WmsServlet dataset with 5.0-SNAPSHOT

Open SvenDowideit opened this issue 7 years ago • 10 comments

I've a simplistic cfg that works with the 4.6.11 docker-compose setup, which fails when switching to 5.0-SNAPSHOT.

2017-12-15T00:43:08.833 +0000 [    110403][       2] WARN  - uk.ac.rdg.resc.edal.wms.WmsServlet - Wms Exception caught: "Problem creating dataset fx3/gbr4_rivers_simple_2017-10.nc at /usr/local/tomcat/content/thredds/public/fx3/gbr4_rivers_simple_2017-10.nc" from:uk.ac.rdg.resc.edal.dataset.cdm.CdmDatasetFactory:115

I presume this is related to #618 - @rsignell-usgs appears to have much more details in a comment there too (I'm an utter newbie wrt thredds)

SvenDowideit avatar Dec 15 '17 00:12 SvenDowideit

I tried rebuilding the image using 2017-11-18T03 from https://artifacts.unidata.ucar.edu/#browse/browse/assets:unidata-snapshots just in case its a simple "fixed in dev" but there's no change.

SvenDowideit avatar Dec 15 '17 01:12 SvenDowideit

Greetings @SvenDowideit! Thanks for giving this a try in a snapshot version, but be aware that all of 5.0 is dev at this point :-) It's possible that our code in 5.0 is too far out of sync of the edal-java version we are using at this point (there is a circular dependency in play here). I've bumped the edal-java version locally to see if perhaps updating those libraries would fix the issue, but now I've ran into another issue that needs to be addressed before we can use the latest edal-java stuff. I'll keep you posted when another snapshot is ready if you would not mind giving it a try.

lesserwhirls avatar Dec 16 '17 14:12 lesserwhirls

awesome :) thanks - because its so easy to switch versions, I thought I'd see what happened - I'm happy to try things any time.

SvenDowideit avatar Dec 17 '17 01:12 SvenDowideit

Any chance I could get a copy of your config and a sample file to try?

lesserwhirls avatar Jan 19 '18 20:01 lesserwhirls

yup, I'm at a linux.conf.au this week - I'll push something through to you later, or possibly next week.

SvenDowideit avatar Jan 22 '18 10:01 SvenDowideit

Great - thank you @SvenDowideit!

lesserwhirls avatar Jan 22 '18 20:01 lesserwhirls

I've pushed what I was using to a branch: https://github.com/SvenDowideit/thredds-docker/tree/first-try

I use the Makefile to kick things off - but admittedly, there are some site specific paths that you'll probably need to mod.

The data can be pulled using https://github.com/SvenDowideit/thredds-docker/blob/first-try/data/update-data.sh - but I don't think you need very much of it :)

SvenDowideit avatar Jan 30 '18 01:01 SvenDowideit

Great - thanks @SvenDowideit! Is it the fx3 or fx4 (or both) that are not working with WMS?

lesserwhirls avatar Jan 31 '18 17:01 lesserwhirls

iirc, with v5, it just fails to start.

On Thu, Feb 1, 2018 at 3:49 AM, Sean Arms [email protected] wrote:

Great - thanks @SvenDowideit https://github.com/svendowideit! Is it the fx3 or fx4 (or both) that are not working with WMS?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Unidata/thredds/issues/977#issuecomment-362014011, or mute the thread https://github.com/notifications/unsubscribe-auth/AABvTKzU3MTCbtRfhTcqvAFICnW0nhBUks5tQKehgaJpZM4RC4C9 .

SvenDowideit avatar Feb 01 '18 01:02 SvenDowideit

I think we have this fixed in the latest snapshot of 5.0.

lesserwhirls avatar Feb 15 '18 15:02 lesserwhirls