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

[IDV #YAU-304523]: IDV - Error when loading a netCDF bziped SST image from Thredds catalog using OpenDAP

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [IDV #YAU-304523]: IDV - Error when loading a netCDF bziped SST image from Thredds catalog using OpenDAP
  • Date: Mon, 25 Jun 2007 09:55:18 -0600

It looks from the dissasembly that you are not implementing 
thredds.servlet.Viewer ???

$ javap saidinViewer.Start
Compiled from "Start.java"
public class saidinViewer.Start extends java.lang.Object{
    public saidinViewer.Start();
    public boolean isViewable(thredds.catalog.InvDatasetImpl);
    public java.lang.String getViewerLinkHtml(thredds.catalog.InvDatasetImpl, 
javax.servlet.http.HttpServletRequest);
}

Should have 

public class Start implements thredds.servlet.Viewer { 

etc


Ticket Details
===================
Ticket ID: YAU-304523
Department: Support netCDF Java
Priority: Normal
Status: Open