[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TDS still not working



Michael Burek wrote:

Hi John,

I think I've followed your instructions and still no results. Here's what I've done:

in content/thredds/catalog.xml

<?xml version="1.0" encoding="UTF-8"?>
<catalog
name="The Community Data Portal -- CDP"

xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0";
xmlns:xlink="http://www.w3.org/1999/xlink"; >


<service name="ncDODS" serviceType="OpenDAP" base="/thredds/dodsC/">
<datasetRoot path="/ucar/acd/mozart/" dirLocation="/raid/f1/mozart/mozart2.2/hist/" />
</service>

<!-- <catalogRef xlink:title="Test Data Catalog for NetCDF-OPeNDAP Server" xlink:href="dodsC/catalog.xml" name ="" /> -->
</catalog>


In my catalog: (I chopped out a bunch of stuff)

<?xml version="1.0"?>
<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"; xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0 http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.xsd";>

<service name="ncDODS" base="http://dataportal.ucar.edu:3080/thredds/dodsC/"; serviceType="OpenDAP" desc="TDS OPEnDAP test"/>

<dataset ID="ucar.acd.mozart.v2.1.maccm3" authority="ucar" dataType="Grid" name="MOZART-2 MACCM3 Standard simulation (v2.1)" harvest="true">
<metadata inherited="true">
<dataFormat>NetCDF</dataFormat>
</metadata>
<access serviceName="ncDODS" urlPath="ucar/acd/mozart/catalog.html" />
....
</dataset>
</catalog>


If I try to access the mozart dataset I get:

* Catalog http://dataportal.ucar.edu:3080/thredds/dodsC/ucar/acd/mozart/catalog.xml has fatal errors:
----Catalog Validation version 1.0.01

**Fatal: InvCatalogFactory.readXML failed

Exception= java.io.FileNotFoundException http://dataportal.ucar.edu:3080/thredds/dodsC/ucar/acd/mozart/catalog.xml

fatalMessages=

errMessages=

warnMessages=


*
** Cant open URL <http://dataportal.ucar.edu:3080/thredds/dodsC/ucar/acd/mozart/catalog.xml>


Response code = 404


Not Found

logs look like:


INFO thredds.servlet.ServletUtil : Remote host: 128.117.11.91 - Request: "GET /thredds/dodsC/ucar/acd/mozart/catalog.html HTTP/1.1" 2005-10-26 14:59:50.200 [ 975433] INFO thredds.servlet.ServletUtil : Remote host: 128.117.11.91 - Request: "GET /thredds/catalog.html?catalog=/thredds/dodsC/ucar/acd/mozart/catalog.html HTTP/1.1" 2005-10-26 14:59:50.201 [ 975434] INFO thredds.servlet.ServletUtil : Remote host: 128.117.12.2 - Request: "GET /thredds/dodsC/ucar/acd/mozart/catalog.xml HTTP/1.1" 2005-10-26 14:59:50.211 [ 975444] 2005-10-26T14:59:50.212 -0600 [ 975445][ 24] WARN - thredds.servlet.CatalogHandler - getCatalog no InvDatasetScan for =dodsC/ucar/acd/mozart request path= /dodsC/ucar/acd/mozart/catalog.xml WARN thredds.servlet.CatalogHandler : getCatalog no InvDatasetScan for =dodsC/ucar/acd/mozart request path= /dodsC/ucar/acd/mozart/catalog.xml 2005-10-26 14:59:50.212 [ 975445] INFO thredds.servlet.ServletUtil : Remote host: 128.117.12.2 - Request: "GET /thredds/dodsC/ucar/acd/mozart/catalog.xml HTTP/1.1" 2005-10-26 14:59:50.220 [ 975453] 2005-10-26T14:59:50.221 -0600 [ 975454][ 25] WARN - thredds.servlet.CatalogHandler - getCatalog no InvDatasetScan for =dodsC/ucar/acd/mozart request path= /dodsC/ucar/acd/mozart/catalog.xml WARN thredds.servlet.CatalogHandler : getCatalog no InvDatasetScan for =dodsC/ucar/acd/mozart request path= /dodsC/ucar/acd/mozart/catalog.xml 2005-10-26 14:59:50.221 [ 975454]
INFO threddsAccessLogger : 404 1242 23 2005-10-26 14:59:50.224 [ 975457]
INFO thredds.servlet.ServletUtil : Request Completed - 404 - 1242 - 23 2005-10-26 14:59:50.225 [ 975458]

can you give me a user login and rights for tdsConfig role, so i can remotely debug? instructions are at

http://motherlode.ucar.edu:8080/thredds/docs/RemoteManagement.html