-
Bug
-
Resolution: Fixed
-
P2
-
5.0u14, 5.0u16, 6u5
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2170320 | 7-pool | Nikolay Gorshkov | P2 | Closed | Cannot Reproduce | |
JDK-2170319 | 6-pool | Nikolay Gorshkov | P2 | Closed | Cannot Reproduce | |
JDK-2174422 | 5.0u19 | Nikolay Gorshkov | P3 | Resolved | Fixed | b01 |
Tested JREs : 1.4.2_X, 1.5.0_XX, 1.6.0_XX
Problem description:
--------------------
With legacy_lifecycle PARAM, set to true liveconnect calls fails to work once browser is refreshed. Following exception is getting thrown when applets makes a Liveconnect call after refresh operation.
netscape.javascript.JSException: Native DOM object has been released
at sun.plugin.javascript.ocx.JSObject.checkValidity(Unknown Source)
at sun.plugin.javascript.ocx.JSObject.invoke(Unknown Source)
at sun.plugin.javascript.ocx.JSObject.getMember(Unknown Source)
at JSBlinkText.setString(JSBlinkText.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
at sun.plugin.com.MethodDispatcher.invoke(Unknown Source)
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
java.lang.Exception: netscape.javascript.JSException: Native DOM object has been released
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
Steps to reproduce:
-----------------
1) Try to load the following applet inside IE and firefox browser
http://sqeweb/deployment2/jitu/plug-bug/ojiliveconnect/src/JSBlinkText_legacy.html
2) Type some text inside the displayed textField
3) Click "Change Text", blinking text should get changed
4) Repeat #2 and #3 as many times as you like and each time one can notice blinking text is getting changed
5) Refresh the applet, and try to repeat steps #2 and #3. If above mentioned exception is getting thrown then bug is reproduced
http://sqeweb/deployment2/jitu/plug-bug/ojiliveconnect/src/JSBlinkText_legacy.html
Problem description:
--------------------
With legacy_lifecycle PARAM, set to true liveconnect calls fails to work once browser is refreshed. Following exception is getting thrown when applets makes a Liveconnect call after refresh operation.
netscape.javascript.JSException: Native DOM object has been released
at sun.plugin.javascript.ocx.JSObject.checkValidity(Unknown Source)
at sun.plugin.javascript.ocx.JSObject.invoke(Unknown Source)
at sun.plugin.javascript.ocx.JSObject.getMember(Unknown Source)
at JSBlinkText.setString(JSBlinkText.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
at sun.plugin.com.MethodDispatcher.invoke(Unknown Source)
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
java.lang.Exception: netscape.javascript.JSException: Native DOM object has been released
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
Steps to reproduce:
-----------------
1) Try to load the following applet inside IE and firefox browser
http://sqeweb/deployment2/jitu/plug-bug/ojiliveconnect/src/JSBlinkText_legacy.html
2) Type some text inside the displayed textField
3) Click "Change Text", blinking text should get changed
4) Repeat #2 and #3 as many times as you like and each time one can notice blinking text is getting changed
5) Refresh the applet, and try to repeat steps #2 and #3. If above mentioned exception is getting thrown then bug is reproduced
http://sqeweb/deployment2/jitu/plug-bug/ojiliveconnect/src/JSBlinkText_legacy.html
- backported by
-
JDK-2174422 Legacy_lifecycle:Exception getting thrown on while making LiveConnect calls once applet is refreshed
-
- Resolved
-
-
JDK-2170319 Legacy_lifecycle:Exception getting thrown on while making LiveConnect calls once applet is refreshed
-
- Closed
-
-
JDK-2170320 Legacy_lifecycle:Exception getting thrown on while making LiveConnect calls once applet is refreshed
-
- Closed
-
- duplicates
-
JDK-6743264 incorrect background color handling in applet under java 1.5.14 thru 1.5.16
-
- Closed
-
- relates to
-
JDK-6576321 Browser hang by a deadlock with open and close applet repeatedly
-
- Resolved
-