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

20051224: IDV Null resource provided

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: 20051224: IDV Null resource provided
  • Date: Tue, 27 Dec 2005 10:12:05 -0700


Hi Bruce,

Null resource provided

While this is a bug it is a side effect of missing resource definitions. The particular resource that is failing is the "user data chooser" resource, which we don't currently used.

You must somehow be overriding the default resource definitions in your own rbi file?

A fix for this is to copy the attached file to your ~/.metapps/DefaultIdv directory or make sure that
the existing rbi file there does not block the resource definitions:
Do you have something like:
 <resources name="application.resource.userchooser"  loadmore="false">
 </resources>
in the rbi file?

If so make the loadmore="true"

-Jeff

<?xml version="1.0" encoding="UTF-8"?>

<resourcebundle name="Default">
  <resources name="application.resource.userchooser">
    <resource location="%USERPATH%/userchooser.xml"/>
  </resources>
</resourcebundle>