Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Its related to network congestion. Sometime applet respond very slow so you need to set <code>JPI_PLUGIN2_NO_HEARTBEAT = 1</code> environment variable in system. </p> <p>Description: This disables sending of heartbeat messages between browser side VM and the client JVM instance(s). This lets the client JVM stay independent of browser side VM.</p> <p>Reference(s) of root cause solution: <a href="https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli+Network+Manager/page/Browser+JRE" rel="nofollow">https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli+Network+Manager/page/Browser+JRE</a></p> <p><a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6953754" rel="nofollow">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6953754</a> </p> <hr> <p><strong>Update:</strong></p> <p><strong>Problem</strong> - When browser request for applet, It creates communication with system's JVM. By default this communication's validity is 10 sec. If they can't communicate within given time range JVM kills that thread. That result in abnormal behaviour of applet.</p> <p><strong>Solutions</strong> - We have to set "Environment Variable" in system where applet is not loading properly(One time installation). It'll remove the 10 seconds respond time in other word "Hearbeat time" settings between system's JVM and browser's VM. We can create executable file to create that system environment variable. We need to restart system to insure that JVM will use this variable. </p> <p><strong>How/Where to set System Environment Variable?</strong></p> <p>To set system environment variable follow the below steps:</p> <p><strong>Step1</strong>: Open my computer's properties</p> <p><strong>Step2</strong>: In windows 7 you'll find Advanced System Settings in the left panel open it by one click.</p> <p><strong>Step3</strong>: Navigate to Advanced tab if you are not in advanced tab.</p> <p><strong>Step4</strong>: Click on button "Environment variables..." button at the bottom, it'll open dialog box.</p> <p><strong>Step5</strong>: Find "System Variables" frame and create new item.</p> <p><strong>Step6</strong>: Provide variable name as "JPI_PLUGIN2_NO_HEARTBEAT" (without quote) and variable value as "1" [one] (without quote).</p> <p><strong>Step7</strong>: Click Ok</p> <p><strong>Step8</strong>: Click Ok</p> <p><strong>Step9</strong>: Click Ok</p> <p><strong>Step10</strong>: Now reboot your sytem. </p> <p>You can also use links provided in the answer... for Java bug solution..</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload