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.

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

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


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