-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1_01
-
beta
-
x86
-
windows_98
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038423 | 1.4.0 | Stanley Ho | P2 | Resolved | Fixed | beta |
When running the optional package Native installer test cases
some of the version test cases are failing.These test cases are
signed using the RSA.(thawte certificate) using the jarsigner.
These are tested with Firefly FCS build on wondows platform.
Test Cases can be found from the following link:
http://sqesvr.eng.sun.com/deployment2/sridhare/ws/doc/proc/JPI_stdext.html
To reproduce the failure run the following test cases :
(test cases 4,5,6,7,8,9)
Here are some of the observations during the
optional packages installation testing with firefly:
1.When an applet requires the Java Extension package to be downloaded
Java Plug-in pops up 2 security dialogs
a. Java Plug-in security dialog
b. Java Plug-in security dialog with the
the signer information
( In kestrel, only one security dialog
was poping up about the extension which need
to be downloaded)
In this case user need to "Grant session" twice.
2. When the extension is already installed in
/jre/lib/ext/.
and the same applet is loaded again , installer is
again getting invoked and the extension is being installed
again.
If the extension is already installed (same vendor_id and same implementation)the applet need to be loaded without any installation process.
3. When the applet with different Implementaion version or vendor Id of the
extension in the manifest file(if one already installed) ,during the
installtion Java Plug-in doesnot give any upgrade information.
4. When the extension is installed the same applet is loaded
again the sometimes throws the following exception :
Java(TM) Plug-in: Version 1.3.0_01
Using JRE version 1.3.0_01 Java HotSpot(TM) Client VM
User home directory = C:\WINDOWSProxy Configuration: Manual Configuration
Proxy: webcache-cup:8080
Proxy Overrides: <local>
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Installation successful
java.lang.NoClassDefFoundError: javax/media/j3d/SceneGraphObject
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The optinal package 2 test cases each with different
Implementation -Version
Implementaion-Vendor-Id
with the same extension can be found at :
http://javaweb.eng.sun.com/~sridhare/keyjar/Hello_3D12alpha.html
http://javaweb.eng.sun.com/~sridhare/keyjar/Hello_3D12alpha.html_11.html
===============================================================================
###@###.### 2001-03-30
Stanley confirmed that Java Plug-in pops up 2 security dialogs as described in step 1 above is an exepected behavior.
Verified other problems with Ladybird-rc1-b20 on win98/winNT -NS4.x/IE5 and it passed.
Test cases can be found at:
http://sqesvr.eng/~sridhare/bugs/mytest/testbug.html
http://javaweb.eng/~sridhare/bugs/ibm/testibm.html
some of the version test cases are failing.These test cases are
signed using the RSA.(thawte certificate) using the jarsigner.
These are tested with Firefly FCS build on wondows platform.
Test Cases can be found from the following link:
http://sqesvr.eng.sun.com/deployment2/sridhare/ws/doc/proc/JPI_stdext.html
To reproduce the failure run the following test cases :
(test cases 4,5,6,7,8,9)
Here are some of the observations during the
optional packages installation testing with firefly:
1.When an applet requires the Java Extension package to be downloaded
Java Plug-in pops up 2 security dialogs
a. Java Plug-in security dialog
b. Java Plug-in security dialog with the
the signer information
( In kestrel, only one security dialog
was poping up about the extension which need
to be downloaded)
In this case user need to "Grant session" twice.
2. When the extension is already installed in
/jre/lib/ext/.
and the same applet is loaded again , installer is
again getting invoked and the extension is being installed
again.
If the extension is already installed (same vendor_id and same implementation)the applet need to be loaded without any installation process.
3. When the applet with different Implementaion version or vendor Id of the
extension in the manifest file(if one already installed) ,during the
installtion Java Plug-in doesnot give any upgrade information.
4. When the extension is installed the same applet is loaded
again the sometimes throws the following exception :
Java(TM) Plug-in: Version 1.3.0_01
Using JRE version 1.3.0_01 Java HotSpot(TM) Client VM
User home directory = C:\WINDOWSProxy Configuration: Manual Configuration
Proxy: webcache-cup:8080
Proxy Overrides: <local>
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Installation successful
java.lang.NoClassDefFoundError: javax/media/j3d/SceneGraphObject
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The optinal package 2 test cases each with different
Implementation -Version
Implementaion-Vendor-Id
with the same extension can be found at :
http://javaweb.eng.sun.com/~sridhare/keyjar/Hello_3D12alpha.html
http://javaweb.eng.sun.com/~sridhare/keyjar/Hello_3D12alpha.html_11.html
===============================================================================
###@###.### 2001-03-30
Stanley confirmed that Java Plug-in pops up 2 security dialogs as described in step 1 above is an exepected behavior.
Verified other problems with Ladybird-rc1-b20 on win98/winNT -NS4.x/IE5 and it passed.
Test cases can be found at:
http://sqesvr.eng/~sridhare/bugs/mytest/testbug.html
http://javaweb.eng/~sridhare/bugs/ibm/testibm.html
- backported by
-
JDK-2038423 optinal package test cases with the same vendor in the applets manifest fails
- Resolved