Re: [thredds] Thredds 4.2.2 not honoring binLimit?

Thanks, John.

0. Good question, but yes I restarted TDS after changing threddsConfig.xml

1. serverStartup.log references OpendapServlet initialization, but
does not contain anything about ascLimit or binLimit:

2011-03-01T13:14:50.201 -0800 [     27459][       5] serverStartup:
thredds.server.opendap.OpendapServlet initialization start -
Non-request thread opening.
2011-03-01T13:14:50.201 -0800 [     27459][       5] serverStartup:
thredds.server.opendap.OpendapServlet initialization done -
Non-request thread closing - 0

2. Spelling check is correct, although I did use bigger values (10000
and 1000000 respectively).

  <Opendap>
    <ascLimit>10000</ascLimit>
    <binLimit>1000000</binLimit>
    <serverVersion>opendap/3.7</serverVersion>
  </Opendap>

I introduced an error on purpose (finLimit instead of binLimit), and
there was no error message about finLimit either.




On Tue, Mar 1, 2011 at 09:08, John Caron <caron@xxxxxxxxxxxxxxxx> wrote:
> On 3/1/2011 9:33 AM, Mike Berkley wrote:
>
> We have installed Thredds 4.2.2 as part of the CMIP5 project, and we
> would like to use Thredds to serve non-CMIP5 data.  The simplest way
> to do so seems to be via a datasetScan catalog.  Unfortunately, I
> cannot get Thredds to honor binLimit on the datasetScan catalog.
>
> On the CMIP5 side (ESG), we can download huge datasets.
>
> On the non-CMIP5 (Thredds only), we are restricted to no more than 500MB.
>
> I have uncommented the <Opendap> section in threddsConfig.xml, and
> increased the limits, but this seems to have no effect.  Thredds is
> reading the contact and institution information from
> threddsConfig.xml, but the limits are not changed.
>
> Any ideas on how to debug this problem?
>
> _______________________________________________
> thredds mailing list
> thredds@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe,  visit:
> http://www.unidata.ucar.edu/mailing_lists/
>
> Hi Mike:
>
> 0) i assume that you have restarted TDS since you made the change to
> threddsConfig?
>
> 1) look in {tomcat}/content/thredds/logs/serverStartup.log, you should see a
> line like:
>
> 2011-02-22T08:59:21.377-0700 [      5658][       5] serverStartup:
> thredds.server.opendap.OpendapServlet version= opendap/3.7 ascLimit = 50
> binLimit = 500
>
> these should reflect what you have in threddsConfig.xml.
>
> 2) check for misspelling in threddsConfig.xml, should be:
>
>   <Opendap>
>     <ascLimit>50</ascLimit>
>     <binLimit>500</binLimit>
>     ...
>   </Opendap>
>
>
>
> _______________________________________________
> thredds mailing list
> thredds@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe,  visit:
> http://www.unidata.ucar.edu/mailing_lists/
>



  • 2011 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: