You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
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:
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.
The text was updated successfully, but these errors were encountered: