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.

Re: [thredds] issue with fileServer service

hi,

Are we allowed to have two datasetRoot lines in the catalog.xml?

Every time I added a second one with different location it breaks the complete config. I even put it in a second catalog.xml

from the catalogInit.log

Exception= org.jdom2.input.JDOMParseException Error on line 42: The element type "datasetRoot" must be terminated by the matching end-tag "</datasetRoot>". fatalMessages= *** XML parser fatalError (42:3)= The element type "datasetRoot" must be terminated by the matching end-tag "</datasetRoot>".

and when I added the end-tag

Exception= org.jdom2.input.JDOMParseException Error on line 40: The end-tag for element type "dataset" must end with a '>' delimiter. fatalMessages= *** XML parser fatalError (40:10)= The end-tag for element type "dataset" must end with a '>' delimiter.

I am not missing the '>'


Mark

On 6/22/2015 7:50 PM, Christian Ward-Garrison wrote:
Hi Mark,

Both service definitions are fine. Rather, I suspect the problem is that you haven't defined a dataset root [1]. Here is a very basic example:

<?xml version="1.0" encoding="UTF-8"?>
<catalog name="Local TDS" xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0";
         version="1.0.6" xmlns:xlink="http://www.w3.org/1999/xlink";>
<service name="http" serviceType="HTTPServer" base="/thredds/fileServer/"/>

    <datasetRoot path="my/data" location="C:/Users/cwardgar/dev/data" />

<dataset name="A Test Dataset" ID="testDataset" urlPath="my/data/foo.nc <http://foo.nc>" >
        <serviceName>http</serviceName>
    </dataset>
</catalog>

I have a file at C:/Users/cwardgar/dev/data/foo.nc <http://foo.nc>that TDS serves at http://localhost:8080/thredds/fileServer/my/data/foo.nc. In the datasetRootelement, the path I've chosen is arbitrary; the location is not (unless I move the file).

Cheers,
Christian

[1] http://www.unidata.ucar.edu/software/thredds/current/tds/tutorial/BasicConfigCatalogs.html#ConfigCatalogs

On Mon, Jun 22, 2015 at 12:19 PM, Mark Maciolek <mlm@xxxxxxxxxx <mailto:mlm@xxxxxxxxxx>> wrote:

    hi,

    Trying to get the thredds service fileServer working on our system
    thredds 4.3

    
http://www.opal.sr.unh.edu/thredds/catalog/opal_ts/WBD/catalog.html?dataset=opal_ts/WBD/WBD_2015.nc

      * /Data format:/netCDF
      * /Data size:/1.034 Mbytes
      * /Data type:/GRID
      * /ID:/opal_ts/WBD/WBD_2015.nc


    from the catalog.xml file:

     <service name="fileServer" serviceType="HTTPServer"
    base="/thredds/fileServer
    /"/>

    have also tried this:

    <service name="http" serviceType="HTTPServer"
    base="/thredds/fileServer/" />

    get 404 error

    there is nothing in the threddsServlet.log

    Is there another config file or xml file I should be looking at?

    mark

--
    Mark Maciolek
    Network Administrator
    Morse Hall Room 339
    603-862-3050 <tel:603-862-3050>
    https://www.unh.edu/research/support-units/research-computing-center


    _______________________________________________
    thredds mailing list
    thredds@xxxxxxxxxxxxxxxx <mailto:thredds@xxxxxxxxxxxxxxxx>
    For list information or to unsubscribe,  visit:
    http://www.unidata.ucar.edu/mailing_lists/



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