[Thread Prev][Thread Next][Index]

RE: [las_users] LAS/F-TDS integration and Export to Desktop Application



THREDDS Data Server [Version 4.1.9 - 20100923.2026 


Efren A. Serra (Contractor)
DeVine Consulting, Inc.
Naval Research Laboratory
Marine Meteorology Division
7 Grace Hopper Ave., STOP 2
Monterey, CA 93943
Code 7542
Office: 831-656-4650
-----Original Message-----
From: Roland Schweitzer [mailto:Roland.Schweitzer@xxxxxxxx] 
Sent: Tuesday, November 23, 2010 1:28 PM
To: Serra, Mr. Efren, Contractor, Code 7542
Cc: las_users@xxxxxxxx
Subject: Re: [las_users] LAS/F-TDS integration and Export to Desktop
Application

What version of TDS?

Roland

On 11/23/2010 03:17 PM, Serra, Mr. Efren, Contractor, Code 7542 wrote:
> Roland,
>
> There's a major issue going on here:
>
> 1. If I add the IOSP classes to $TOCMAT_HOME/thredds/WEB-INF/classes 
> and reboot tomcat the /thredds
>     context fails to start.
>
> 2. If I stop tomcat, remove $TOCMAT_HOME/thredds/, and start tomcat 
> the /thredds context starts.  It looks like the context has major 
> troubles with the IOSP classes added to 
> $TOCMAT_HOME/thredds/WEB-INF/classes/
>
>
> Efren A. Serra (Contractor)
> DeVine Consulting, Inc.
> Naval Research Laboratory
> Marine Meteorology Division
> 7 Grace Hopper Ave., STOP 2
> Monterey, CA 93943
> Code 7542
> Office: 831-656-4650
> -----Original Message-----
> From: Roland Schweitzer [mailto:Roland.Schweitzer@xxxxxxxx]
> Sent: Monday, November 22, 2010 12:35 PM
> To: Serra, Mr. Efren, Contractor, Code 7542
> Cc: las_users@xxxxxxxx
> Subject: Re: [las_users] LAS/F-TDS integration and Export to Desktop 
> Application
>
> Efren,
>
> This error indicates you have not completed the steps to install and 
> register the Ferret IOSP and Data Source plugins with your THREDDS 
> installation.
>
> The instructions for the modifications to the threddsConfig.xml are
> here:
> http://ferret.pmel.noaa.gov/LAS/documentation/installer-documentation/
> in stallation/installing-and-integrating-tds-with-las/
>
> In particular, adding these lines to threddsConfig.xml.
>
>
> <datasetSource>gov.noaa.pmel.tmap.iosp.FerretDataSource</datasetSource
> >
>
>     <nj22Config>
>       <ioServiceProvider
> class="gov.noaa.pmel.tmap.iosp.FerretIOServiceProvider"/>
>     </nj22Config>
>
>
>
> And verify that the iosp directory with the Ferret IOSP classes 
> appears in $TOCMAT_HOME/thredds/WEB-INF/classes.
>
> Roland
>
> On 11/22/2010 01:31 PM, Serra, Mr. Efren, Contractor, Code 7542 wrote:
>    
>> Roland,
>>
>> Here's some debug output:
>>
>> 2010-11-22T19:26:59.597 +0000 [    111864][      34] INFO  -
>> thredds.server.opendap.OpendapServlet - doGet(): Remote host:
>> 199.9.2.160 - Request: "GET
>> /thredds/dodsC/las/gdem/data_www.usgodae.org_thredds_dodsC_las_gdem_s
>> g de mv3s_zinvert_std_initialize.jnl_salinity.jnl.dds HTTP/1.1"
>> 2010-11-22T19:26:59.609 +0000 [    111876][      34] ERROR -
>> thredds.server.opendap.OpendapServlet - path= 
>> /las/gdem/data_www.usgodae.org_thredds_dodsC_las_gdem_sgdemv3s_zinver
>> t
>> _s
>> td_initialize.jnl_salinity.jnl.dds
>> java.io.IOException: Cant read
>> /godae/home/ftp/pub/outgoing/static/ocn/gdem/data_www.usgodae.org_thr
>> e
>> dd
>> s_dodsC_las_gdem_sgdemv3s_zinvert_std_initialize.jnl_salinity.jnl: 
>> not
>>      
>    
>> a valid NetCDF file.
>>           at ucar.nc2.NetcdfFile.open(NetcdfFile.java:759)
>>           at ucar.nc2.NetcdfFile.open(NetcdfFile.java:403)
>>           at
>>
>>      
> ucar.nc2.dataset.NetcdfDataset.openOrAcquireFile(NetcdfDataset.java:68
> 8)
>    
>>           at
>> ucar.nc2.dataset.NetcdfDataset.openFile(NetcdfDataset.java:593)
>>           at
>>
ucar.nc2.dataset.NetcdfDataset$MyNetcdfFileFactory.open(NetcdfDataset.
>> ja
>> va:339)
>>           at
>>
ucar.nc2.dataset.NetcdfDataset$MyNetcdfFileFactory.open(NetcdfDataset.
>> ja
>> va:337)
>>           at
ucar.nc2.util.cache.FileCache.acquire(FileCache.java:223)
>>           at
>>
>>      
> ucar.nc2.dataset.NetcdfDataset.openOrAcquireFile(NetcdfDataset.java:68
> 6)
>    
>>           at
>> ucar.nc2.dataset.NetcdfDataset.acquireFile(NetcdfDataset.java:632)
>>           at
>> ucar.nc2.dataset.NetcdfDataset.acquireFile(NetcdfDataset.java:607)
>>           at
>> thredds.servlet.DatasetHandler.getNetcdfFile(DatasetHandler.java:199)
>>           at
>> thredds.server.opendap.OpendapServlet.getDataset(OpendapServlet.java:
>> 8
>> 11
>> )
>>           at
>>
>>      
> thredds.server.opendap.OpendapServlet.doGetDDS(OpendapServlet.java:361
> )
>    
>>           at
>> thredds.server.opendap.OpendapServlet.doGet(OpendapServlet.java:215)
>>           at
>>      
> javax.servlet.http.HttpServlet.service(HttpServlet.java:625)
>    
>>           at
>>      
> javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>    
>>           at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
>> i
>> ca
>> tionFilterChain.java:290)
>> ...
>>           at
>>
>>      
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489
> )
>    
>>           at java.lang.Thread.run(Thread.java:619)
>> 2010-11-22T19:26:59.610 +0000 [    111877][      34] INFO  -
>> thredds.server.opendap.OpendapServlet - Request Completed - 500 - -1 
>> -
>> 13
>>
>>
>> Efren A. Serra (Contractor)
>> DeVine Consulting, Inc.
>> Naval Research Laboratory
>> Marine Meteorology Division
>> 7 Grace Hopper Ave., STOP 2
>> Monterey, CA 93943
>> Code 7542
>> Office: 831-656-4650
>> -----Original Message-----
>> From: Roland Schweitzer [mailto:Roland.Schweitzer@xxxxxxxx]
>> Sent: Friday, November 19, 2010 10:53 AM
>> To: Serra, Mr. Efren, Contractor, Code 7542
>> Cc: las_users@xxxxxxxx
>> Subject: Re: [las_users] LAS/F-TDS integration and Export to Desktop 
>> Application
>>
>> Efren,
>>
>> Why is this wildcard commented out?  The connection to the F-TDS data

>> sets won't work if these *.jnl files aren't being served by the TDS.
>>
>> Roland
>>
>> On 11/19/2010 12:14 PM, Serra, Mr. Efren, Contractor, Code 7542
wrote:
>>
>>      
>>>     <!--include wildcard="*.jnl" /-->
>>>
>>>
>>>        
>>
>>      
>    




[Thread Prev][Thread Next][Index]


Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement