JDK-4837860 : Browser HANG when run testcase "http://sceri.prc/desktop/Browser/QA/Test_Cas...
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.2.1_05
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2003-03-26
  • Updated: 2003-04-29
  • Resolved: 2003-04-09
Related Reports
Duplicate :  
Description
[Testing Environment]
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030131
Linux freekick.PRC.Sun.COM 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686
i386 GNU/Linux
Java(TM) Plug-in 1.4.1_01-b01, File name: libjavaplugin_oji.so, Java(TM)
Plug-in1.4.1_01

[Repro Steps]
Access the following testing URL http://sceri.prc/desktop/Browser/QA/Test_Case/java/bugs/bugzilla/172250/case.html

[Bug]
Browser HANG;

Comments
EVALUATION If it can also be reproducible in 1.4.2, it is a dup of 4836462. ###@###.### 2003-03-26 following is the exception in the java console when access that page. But browser will not hang. (1.4.2_b18) java.security.PrivilegedActionException: java.lang.IllegalAccessException: Class sun.plugin.liveconnect.PrivilegedCallMethodAction can not access a member of class java.util.Vector$1 with modifiers "public" at java.security.AccessController.doPrivileged(Native Method) at sun.plugin.liveconnect.SecureInvocation$2.run(SecureInvocation.java:200) at java.security.AccessController.doPrivileged(Native Method) at sun.plugin.liveconnect.SecureInvocation.CallMethod(SecureInvocation.java:179) at sun.plugin.navig.motif.AThread.handleRequest(Native Method) at sun.plugin.navig.motif.AThread.JNIHandleLoop(AThread.java:35) at sun.plugin.navig.motif.AThread.run(AThread.java:27) Caused by: java.lang.IllegalAccessException: Class sun.plugin.liveconnect.PrivilegedCallMethodAction can not access a member of class java.util.Vector$1 with modifiers "public" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:57) at java.lang.reflect.Method.invoke(Method.java:317) at sun.plugin.liveconnect.PrivilegedCallMethodAction.run(SecureInvocation.java:556) ... 7 more java.security.PrivilegedActionException: java.security.PrivilegedActionException: java.lang.IllegalAccessException: Class sun.plugin.liveconnect.PrivilegedCallMethodAction can not access a member of class java.util.Vector$1 with modifiers "public" at java.security.AccessController.doPrivileged(Native Method) at sun.plugin.liveconnect.SecureInvocation.CallMethod(SecureInvocation.java:179) at sun.plugin.navig.motif.AThread.handleRequest(Native Method) at sun.plugin.navig.motif.AThread.JNIHandleLoop(AThread.java:35) at sun.plugin.navig.motif.AThread.run(AThread.java:27) Caused by: java.security.PrivilegedActionException: java.lang.IllegalAccessException: Class sun.plugin.liveconnect.PrivilegedCallMethodAction can not access a member of class java.util.Vector$1 with modifiers "public" at java.security.AccessController.doPrivileged(Native Method) at sun.plugin.liveconnect.SecureInvocation$2.run(SecureInvocation.java:200) ... 5 more Caused by: java.lang.IllegalAccessException: Class sun.plugin.liveconnect.PrivilegedCallMethodAction can not access a member of class java.util.Vector$1 with modifiers "public" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:57) at java.lang.reflect.Method.invoke(Method.java:317) at sun.plugin.liveconnect.PrivilegedCallMethodAction.run(SecureInvocation.java:556) ... 7 more reproduce on 1.4.2-beta but not on 1.4.2_b18. So dup of 4836462 ###@###.### 2003-04-09
09-04-2003