Hi James and Roy,
Thanks for the information about the server. I'll definitely post if I
find anything interesting with the tests :)
I do have one more question (although, I won't promise this will be my
last!) I'm configuring the TDS to point to a directory for list all
*.nc files. It works really well for most directories, but some just
fails with an "internal server error". Could it be because those
directories have too many files? I'm currently using the datascan
element in catalog.xml to include .nc files. It worked fine for a
directory containing 1500~ files, but failed for directories with over
3500 files. Has anyone else ran into this problem?
When I try to load the directory, I get the following error:
--------------------------------------------------------------------------
Catalog
http://ngdev.sf.utas.edu.au:8080/thredds/catalog/argo_csiro/catalog.xml
has fatal errors:
----Catalog Validation version 1.0.01
**Fatal: InvCatalogFactory.readXML failed
Exception= java.io.IOException Server returned HTTP response code: 500
for URL:
http://ngdev.sf.utas.edu.au:8080/thredds/catalog/argo_csiro/catalog.xml
fatalMessages=
errMessages=
warnMessages=
** Cant open URL
<http://ngdev.sf.utas.edu.au:8080/thredds/catalog/argo_csiro/catalog.xml>
Response code = 500
Internal Server Error
--------------------------------------------------------------------------
I looked in catalina.out but no error messages were shown, and when I
look at threddsServlet.log, the following messages were printed out:
2007-05-03T14:53:18.399 +1000 [ 266867867][ 4721] INFO -
thredds.servlet.ServletUtil - Remote host: 131.217.6.9 - Request:
"GET
/thredds/catalogServices?catalog=http://ngdev.sf.utas.edu.au:8080/thredds/catalog/argo_csiro/catalog.xml
HTTP/1.0"
2007-05-03T14:53:18.471 +1000 [ 266867939][ 4721] INFO -
thredds.servlet.ServletUtil - Request Completed - 404 - 1356 - 72
2007-05-03T14:53:18.653 +1000 [ 266868121][ 4722] INFO -
thredds.servlet.ServletUtil - Remote host: 131.217.6.9 - Request:
"GET /thredds/upc.css HTTP/1.0"
2007-05-03T14:53:18.654 +1000 [ 266868122][ 4722] INFO -
thredds.servlet.ServletUtil - Request Completed - 200 - 3418 - 1
2007-05-03T14:53:18.826 +1000 [ 266868294][ 4723] INFO -
thredds.servlet.ServletUtil - Remote host: 131.217.6.9 - Request:
"GET /thredds/unidataLogo.gif HTTP/1.0"
2007-05-03T14:53:18.826 +1000 [ 266868294][ 4723] INFO -
thredds.servlet.ServletUtil - Request Completed - 200 - 5294 - 0
-----------------------------------------------------------
Finally, my catalog.xml file
....
<datasetScan name="argo_csiro" ID="argo_csiro" path="argo_csiro"
location="/library/argo_csiro">
<metadata inherited="true">
<serviceName>multiple</serviceName>
<authority>something something</authority>
<dataType>Grid</dataType>
<dataFormat>NetCDF</dataFormat>
</metadata>
<filter>
<include wildcard="*.nc"/>
</filter>
</datasetScan>
....
Let me know if you need anything else to help with diagnosing the
problem.
Thanks,
-Pauline.
==============================================================================
To unsubscribe thredds, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
==============================================================================