Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Re: adde request hangs up

Garrett:

Rather than using the generic "load()" method, you need to use the PointDataAdapter() directly. The "load()" method swallows up too many Exceptions (in this case a VisADException is thrown underneath with the text "No Data Available", but it never makes it to your application).

So, do this (be sure you're runnin Jython 2.1):

from visad.data.mcidas import PointDataAdapter
....
     data = load(request) ..... becomes:

data = PointDataAdapter(request).getData()

tom

--
Tom Whittaker (tomw@xxxxxxxxxxxxx)
University of Wisconsin-Madison
Space Science and Engineering Center
Cooperative Institute for Meteorological Satellite Studies
Phone/VoiceMail: 608.262.2759


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690