Skip to content
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

4.6.11 image disabled ncSOS #184

Closed
ebridger opened this issue Dec 26, 2017 · 3 comments · Fixed by #186
Closed

4.6.11 image disabled ncSOS #184

ebridger opened this issue Dec 26, 2017 · 3 comments · Fixed by #186

Comments

@ebridger
Copy link

Just updated our thredds-docker from 4.6.10 to 4.6.11 and noticed that our ncSOS services were giving an error message that ncSOS was not enabled. Checking threddsConfig.xml I find no mention of ncSOS or the need to enable it. Never had to in the past.

But the annotated example shows the need for:

<!--
  <NCSOS>
    <allow>false</allow>
  </NCSOS>
  -->

Un-commenting and changing this to in our threddsConfig.xml <allow>true</allow> fixed the problem.
The docker threddsConfig.xml appears to be outdated, does not mention NCSOS.

BTW our thredds-docker instance using ncSOS is at: http://www.neracoos.org/thredds/sos_catalog.html
Really great that THREDDS has been dockerized. Thanks.

@julienchastang
Copy link
Member

Related to #148 and Unidata/thredds#48. Indeed I think Unidata/thredds#826 made it onto the 4.6.11 branch. @lesserwhirls and @cwardgar may have additional comments.

@lesserwhirls
Copy link
Collaborator

Yes, a change was made to ncSOS once we added it as part of the standard TDS war to make it like the most of the other services in TDS 4.6.x (disabled by default, and as @ebridger found, can be enabled in threddsConfig.xml). In the next major version of the TDS, it will be enabled by default. The threddsConfig.xml file in this repo needs to be updated with the addition of:

  <!--
  <NCSOS>
    <allow>false</allow>
  </NCSOS>
  -->

@lesserwhirls
Copy link
Collaborator

Fixed in pr #185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants