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

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



> 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