Actions
Bug #1421
closedjava.lang.ArrayIndexOutOfBoundsException
Start date:
03/30/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1421
Description
When I display a query result, I always get an error that says:
"(2,432) java.lang.ArrayIndexOutOfBoundsException: 0>=0". If I click ok, the
error goes away, however, a package that is uploaded to metacat only shows (in
the query result table) the icon for local. The icons in the package viewer
still show it as being local and net (and the package shows up in the web
search).
Updated by Dan Higgins over 20 years ago
This problem was due to the move of various information about returnfields from
the profile xml doc to the config.xml file. One call to the profile was not
updates, causing this ArrayIndexOutOfBoundsException. Changed call to read data
from the config file and fixed problem (which was only seen with new profiles
which lacked the needed data).
Actions