ioos / catalog

IOOS Catalog general repo for documentation and issues
https://ioos.github.io/catalog/
MIT License
2 stars 6 forks source link

Axiom WMS no longer at this location? #28

Closed rsignell-usgs closed 7 years ago

rsignell-usgs commented 7 years ago

While preparing a demo for the DMAC meeting on TerriaJS using CSW to find ROMS model results: 2017-03-10_8-05-48

I discovered that the WMS endpoint in the metadata: http://pdx.axiomalaska.com/ncWMS/wms?service=WMS&version=1.3.0&request=GetCapabilities gives a 502 Bad Gateway.

@kwilcox, can you investigate?

kwilcox commented 7 years ago

Yup, fixing!

kwilcox commented 7 years ago

Its fixed in our THREDDS catalogs and the ISOs are being re-generated right now. I think the IOOS registry harvests every 24 hours and it last happened 17 hours ago... so this should be good by tomorrow morning.

lukecampbell commented 7 years ago

you can login to the registry and click reharvest to have the changes apply sooner, it only takes 30m (assuming light load) to sync it with CKAN.

rsignell-usgs commented 7 years ago

@lukecampbell , can I login to the registry and click reharvest?

Where are the registry instructions? I'm guessing these are not them: http://ioos.github.io/registry/ioos_registration_ngdc/

lukecampbell commented 7 years ago

https://ioos.github.io/catalog/pages/registry/

rsignell-usgs commented 7 years ago

@lukecampbell I tried to create a new account and it said I already had one.
I then tried to send password and got internal error: 2017-03-10_13-12-41

lukecampbell commented 7 years ago

That's certainly a bug. The logs say the reason is because the email address is unverified but it should say that on the UI.

lukecampbell commented 7 years ago

@rsignell-usgs if you go to the "Register page" and click the link on the right, it should send another verification.

screen_shot_2017-03-10_at_1_44_31_pm

rsignell-usgs commented 7 years ago

@lukecampbell , that's what throws the internal server error.

I click that button, enter my email address, and then when I submit that I get the error.

And I don't get an e-mail.

lukecampbell commented 7 years ago

that's even worse. Thanks for reporting it, I'm going to delete your account and you should be able to register for a new one again.

lukecampbell commented 7 years ago

K, the account is deleted, could you try again please?

rsignell-usgs commented 7 years ago

done

rsignell-usgs commented 7 years ago

When I try to login, it says "check your email for your confirmation email" But I don't have any confirmation email. I checked spam, etc.

I just have the initial "welcome aboard" email.

lukecampbell commented 7 years ago

I just created a new account for myself and I got the verification email.

To verify your email address (REDACTED) visit the following link:

https://registry.ioos.us/users/verify/REDACTED

If you did not request this verification, please ignore this email. If you feel something is wrong, please contact our support team: admin@ioos.us.

rsignell-usgs commented 7 years ago

argh. I see the email now. I got it 3 minutes before the Welcome email. But because I got 3 other mail messages in between, I didn't even see it. I was expecting it after the Welcome email.

lukecampbell commented 7 years ago

ok cool, I was starting to dig into how/why one email could get through but another one didn't. I was starting to imagine some incredibly complex sophisticated government spam filtering.

rsignell-usgs commented 7 years ago

So now that I'm in at https://registry.ioos.us/harvests how do I figure out what to reharvest and how do I do it?

I tried the Unidata WAF listed as http://thredds.axiomdatascience.com/iso/unidata/ but that gave a 404

lukecampbell commented 7 years ago

So now that we got the registration process sorted. @kwilcox will need to agree to let me give you administrative access for Unidata and/or AOOS wherever the harvest is for.

lukecampbell commented 7 years ago

Only members belonging to an organization can manipulate or change that organization's harvests.

rsignell-usgs commented 7 years ago

I guess I don't really need admin as long as @kwilcox can do it. He should do it anyway since the Unidata WAF probably moved somewhere else also.

kwilcox commented 7 years ago

I hearby give @rsignell-usgs the ability to reharvest the Unidata data source (which I just fixed: http://thredds.axiomdatascience.com/iso/unidata/)

lukecampbell commented 7 years ago

K, @rsignell-usgs you are part of the Unidata group and can reharvest Unidata harvests.

rsignell-usgs commented 7 years ago

I just tried reharvesting the Unidata WAF and it worked!

@kwilcox , to address the original issue with CENCOOS ROMS raised here, you just need to reharvest the CENCOOS WAF?

lukecampbell commented 7 years ago

Is this all set?

rsignell-usgs commented 7 years ago

Yes, it's all set. I can see the correct WMS endpoint now. I still can't access the Axiom ncWMS endpoint with TerriaJS because the getCaps is 360Mb, but that's another issue.

lukecampbell commented 7 years ago

360 MiB!?

rsignell-usgs commented 7 years ago

The getcaps is all timestamps of mostly regularly spaced data. According to @kwilcox, it's an old, but highly-customized version of ncWMS that is great for speedily responding to large numbers of requests, but doesn't allow for the setting <intervalTime>true</intervalTime> that was added later.