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

[IDV #WAZ-407386]: IDV - Error fetching imagery

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 #WAZ-407386]: IDV - Error fetching imagery
  • Date: Tue, 27 Feb 2007 15:21:13 -0700

> I should point out that if I just close the error window, then all
> subsequent reads from the same or another server work without
> errors....
> 
You must have something wrong in your imagedefaults:
C:\Documents and Settings\tomw\.metapps\DefaultIdv/imagedefaults.xml

We look for a pattern attribute and if none we look for a name:
             String pattern = XmlUtil.getAttribute(dfltNode, ATTR_PATTERN,
                                     (String) null);
                if (pattern == null) {
                    pattern = XmlUtil.getAttribute(dfltNode, ATTR_NAME);
                }

-Jeff


Ticket Details
===================
Ticket ID: WAZ-407386
Department: Support IDV
Priority: Normal
Status: Open