NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Serving local netCDF files though DODS

Hello,

I am trying to serve local netCDF files through the agg server and access
them through the DODS API.  It is not working.  

Here is the contents of my dodsC/catalogConfig.xml file:

<!DOCTYPE catalog SYSTEM 
"http://www.unidata.ucar.edu/projects/THREDDS/xml/AggServerCatalog.dtd";>
<catalog name="THREDDS - DODS Aggregation Server Catalog" version="0.6" 
xmlns="http://www.unidata.ucar.edu/thredds"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
        <dataset name="AUVCTD mission netCDF files" serviceName="this">
                <service name="this" serviceType="DODS" base=""/>
                <service name="local" serviceType="NetCDF" 
base="file:///C:/iagdata/ssds/data/auvctd/missionnetcdfs/"/>
                <dataset name="Non-Aggregated Netcdf Files" dataType="Grid" 
serviceName="this">
                        <property name="internalService" value="local"/>
                        <dataset name="2004/2004029/2004.029.03/parosci.nc" 
urlPath="2004/2004029/2004.029.03/parosci.nc"/>
                </dataset>
        </dataset>
</catalog>

It validates and passes the debug test, yet when I click on any of the DDS or 
DAS
links I get this in my browser:

  kDODServlet ERROR: 
dods.servlet.DODSServlet.getDataset(Ldods/servlet/ReqState; 
Ldods/servlet/GuardedDataset;

I don't see any helpful messages in the log files.

What am I doing wrong?  
Even some suggestions as to how I may do my own debugging will be helpful.

-Mike


--
Mike McCann 
Software Engineer
Monterey Bay Aquarium Research Institute
7700 Sandholdt Road
Moss Landing, CA 95039-9644
Voice: (831) 775-1769 Fax: (831) 775-1646 http://www.mbari.org/rd/iag.htm

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