EGL Reference Guide for iSeries


EGL Java run-time error code VGJ0300E

VGJ0300E: Table file for table %1 could not be loaded. Could not find a file named either %2 or %3.

Explanation

Neither of the named files could be found in any of the resource locations. All resource locations are searched for the first file. If no such file exists, all resource locations are searched for the second file.

Resource locations differ depending on the mechanism that was used to locate the table file.

If the error was encountered in an applet, resource locations refer to locations on the server machine and can vary depending on the implementation of the Java Virtual Machine. However, all implementations should search the directory on the server specified by the CODEBASE value. This value is set by the APPLET tag in the HTML file containing the applet. If no CODEBASE value is specified, it defaults to the directory on the web server containing the HTML file.

If the error was encountered in an application, valid resource locations are as follows:

User Response

First, locate the table file and make sure the permissions necessary to access it are set.

If the error occurred from within an applet or if the error occurred from within an application and you do not want to modify the existing set of resource locations, copy the table file into a valid resource location.

Otherwise, complete one of the following instructions:

Additional diagnostic information may become available if you enable program trace.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]