Name: rlT66838 Date: 05/10/2000
When executing your demo applets that have plug-ins, the Activex JInstall
component downloads OK, but after pressing the Install button it GPFs with the
following:
JINSTALL caused an invalid page fault in
module JINSTALL.EXE at 015f:00404a6b.
Registers:
EAX=00001369 CS=015f EIP=00404a6b EFLGS=00010206
EBX=00000073 SS=0167 ESP=0064efd4 EBP=0064f228
ECX=00001369 DS=0167 ESI=7ffffffe FS=3b57
EDX=7fffffff ES=0167 EDI=0064f3af GS=0000
Bytes at CS:EIP:
80 38 00 74 03 40 eb f1 2b c1 e9 8f 01 00 00 c7
Stack dump:
00000021 0064fd74 00000000 00003435 00430e3c 00420000 0064f02c 000ed034
00000038 00432f98 bff7a391 00420000 00432fd0 000ed034 00000000 0042000c
The machine is a Win98 machine. The machine itself has jdk1.2.2 installed.
The browser I am running is Internet Explorer 5, Version 5.00.2919.6307
The browser itself only runs java 1.1 as far as I can tell. When the plug-in
attempted to download, it looks like the Jinstall program downloaded and
started successfully, but when I pressed the Install button, I got the page
fault message (GPF).
The curious thing is that ( since I tried it multiple times), if I had the
GetRight download utility active, it would intercept the download that
Jinstall was going for. If I pressed Cancel on the download, there would be
no error, and the applet would instantiate...
But, as I said, with pure IE5 the error message would come up every time.
(Review ID: 104648)
======================================================================
Name: rlT66838 Date: 05/10/2000
Loading html page. From this page trying to start applet. This applet requires
jre 1.3. I do not have it on my pc. In html is this line(for IE):
codeBase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
So IE goes to this address and starts to install Plug-in 1.3. After
installation shows location window, i press install button. Got GPF.
(Review ID: 104670)
======================================================================
Name: rlT66838 Date: 05/10/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
When I load the JRE from my browser as a signed Plug-In it crashes.
(Review ID: 104693)
======================================================================
Name: rlT66838 Date: 05/10/2000
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
I get access violation when installing Java RE 1.3 in IE5 on NT4 and Windows
98. The HTML that initiates the install is as follows:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>
HTML Test Page
</TITLE>
</HEAD>
<BODY>
pubww.main will appear below in a Java enabled browser.<BR>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.3 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 400 HEIGHT = 300 NAME = "TestApplet" ALIGN = middle VSPACE = 0 HSPACE =
0 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-
win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = "pubwwApplet.class" >
<PARAM NAME = CODEBASE VALUE = "." >
<PARAM NAME = NAME VALUE = "TestApplet" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3" CODE = "pubwwApplet.class"
CODEBASE = "." NAME = "TestApplet" WIDTH = 400 HEIGHT = 300 ALIGN = middle
VSPACE = 0 HSPACE = 0 scriptable=false
pluginspage="http://java.sun.com/products/plugin/1.3/plugin-
install.html"><NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = "pubwwApplet.class" CODEBASE = "." WIDTH = 400 HEIGHT = 300 NAME
= "TestApplet" ALIGN = middle VSPACE = 0 HSPACE = 0>
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</BODY>
</HTML>
(Review ID: 104701)
======================================================================
Name: rlT66838 Date: 05/11/2000
Microsoft (R) VM for Java, 5.0 Release 5.0.0.3167
IE 5
I want to test the new Java 1.3 PlugIn. After starting the download the
program "jinstall.exe" crashes. I've tested on Windows NT 4.0 (IE4) and now on
Windows 98 (IE5) - same problem. Please go to your own Demonstration pages for
the Java 1.3 PlugIn to test the phenomenom.
(Review ID: 104724)
======================================================================
Name: rlT66838 Date: 05/11/2000
Classic VM (build JDK-1.2.2-001, native threads, symcjit
I using a Window NT 4.0 PC with SP5 with no Java plugin installed. Downloading
the new 1.3 plugin causes a GPF in JInstall.exe. This error only occurs when
plugin is embedded in an HTML page (i.e. <OBJECT classid="clsid:8AD9C840-044E-
11D1-B3E9-00805F499D93"
WIDTH = 170 HEIGHT = 150
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-
win32.cab#Version=1,3,0,0">
...). For example, when i try to run the clock demo applet
(http://192.9.48.9/products/plugin/1.3/demos/applets/Clock/example1.html), a
GPF occurs.
When I go to the JavaSoft web site and manually download the 1.3 plugin, this
error doesn't occur.
(Review ID: 104740)
======================================================================
- relates to
-
JDK-4393067 Jinstall results in Illegal Operation when downloading JAVA PLUG-IN 1.3.0_01
- Closed