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.
Hi Bruce,
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.Null resource provided
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>