JDK-4803688 : NS7 and Mozilla1.2.1 browser hang while running some OJI tests on Redhat 8.0
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: x86
  • Submitted: 2003-01-15
  • Updated: 2003-01-17
  • Resolved: 2003-01-16
Related Reports
Duplicate :  
Description
OS - Redhat 8.0
Browser - NS7.0, Mozilla1.2.1
release - mantis-beta

Steps to reproduce -

1) Install mantis beta build b11 on a Linux Redhat 8.0 machine.
2) Execute the following OJI Field and Method tests through either NS7.0 or Mozilla1.2.1 browser

OJI_Method_Public tests (float test) -
http://sqesvr/deployment1/mantis_ws_plugin/tests/ojiliveconnect/applethtml-default/Public_float_method.html

OJI_Field_Public tests (object test) -
http://sqesvr/deployment1/mantis_ws_plugin/tests/ojiliveconnect/applethtml-default/Public_object_filed.html

OJI_Field_Private tests (object test) -
http://sqesvr/deployment1/mantis_ws_plugin/tests/ojiliveconnect/applethtml-default/Private_object_filed.html

OJI_Field_Protected tests (object test) -
http://sqesvr/deployment1/mantis_ws_plugin/tests/ojiliveconnect/applethtml-default/Protected_object_filed.html

The browser just hangs and the tests do not run.

Comments
EVALUATION Actually the browser is not hang, the response is just very slow. Sometimes you need to wait 20 seconds. The javascript calls java is pretty slow especially in Unix's out-of-proc model because of the jni calls. For some reason, this is very fast in Solaris, but not Linux. Hopefully this situation will be changed with the fix of RFE 4518207. ###@###.### 2003-01-15 Whenever, I have tried to execute these tests, the browser always hanged, and never got executed even if I waited for a long time after invoking the tests. ###@###.### 2003-01-21 The fix of 4803700 also fixed the hang problem mentioned in this bug. Among the four test cases, public object field test failed on all platform. But that is different issue. ###@###.### 2003-01-21
21-01-2003