BUG
ArcIMS Java Custom Viewer may crash when using the browser's Refresh button on a machine with Java 2 Runtime Environment, Standard Edition 1.4.2 or 1.4.2_06 (J2SE JRE)
This is a known issue with J2SE JRE 1.4.2 and 1.4.2_06
For Users:
1. Cancel the JRE 1.4.2/1.4.2_06 install if prompted when launching a Java Custom Viewer Web site.
2. Install a different J2SE JRE version. Supported J2SE JRE versions that don't have this known limit with the browser Refresh are: 1.4.0 and 1.4.1_02. Get these versions from the Sun Java Web site at http://java.sun.com/products/archive/.
For Developers:
1. Download a different JRE version and place it in the install directory where your Web sites reside, such as C:\ArcIMS\Website\install. Supported J2SE JRE versions that don't have this known limit with the browser Refresh are: 1.4.0 and 1.4.1_02. Get these versions from the Sun Java Web site at http://java.sun.com/products/archive/.
2. For each created Java Custom Viewer Web site edit the following line in /ArcIMS/Website/<Website_Name>/ie.htm file as per your ArcIMS Version, downloaded JRE version and file name.
Code:
codebase = new String(array[0] + "//" + array[2] + "/website/install/j2re-1_4_2-windows-i586.exe #Version=1,4,2");
Code:
codebase = new String(array[0] + "//" + array[2] + "/website/install/j2re-1_4_0-windows-i586.exe #Version=1,4,0");
Article ID:000006729
Get help from ArcGIS experts
Download the Esri Support App