Note that there are some explanatory texts on larger screens.

plurals
  1. POzombie java interpreter after launching applet prevents java console to reappear if relaunched
    primarykey
    data
    text
    <p>I have a java application that can be run as a JFrame or as an applet.</p> <p>Launching the applet in the browser adds a new tab in the browser and also makes the Java Console appear. After I close both of them, I expect to be able to repeat this operation and see the Java Console reappear. <strong>It does not reappear</strong>, however I can reload my applet in the browser.</p> <p>Everytime I have to kill this zombie <code>java</code> interpreter process launched by firefox.</p> <pre><code>/usr/lib/jvm/java-6-sun-1.6.0.26/jre/bin/java -D__jvm_launched=22906841394 -Xbootclasspath/a:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/deploy.jar:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/javaws.jar:/usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/plugin.jar -Djava.class.path=/usr/lib/jvm/java-6-sun-1.6.0.26/jre/classes -Dsun.awt.warmup=true sun.plugin2.main.client.PluginMain write_pipe_name=/tmp/.com.sun.deploy.net.socket.1444.1704699298565364673.AF_UNIX </code></pre> <p>After killing the process, the Java Console will reappear. Also tried the repro steps with chromium, it's the same result except the zombie process' commandline is different.</p> <p>Things to note:</p> <ul> <li>When I close the browser tab containing the applet, the applet is in a normal state, waiting for the user to perform actions on the UI.</li> <li>Closing the browser completely between applet relaunches will also fix the problem since the <code>java</code> process is a child of the browser process.</li> </ul> <p>Anyone has an explanation or workaround? Thanks!</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.
 

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