Login  Register

Re: Applet Hangs in JRE 1.7.0_04

Posted by Sven Gothel on May 22, 2012; 8:27pm
URL: https://forum.jogamp.org/Applet-Hangs-in-JRE-1-7-0-04-tp4006640p4007414.html

On 05/22/2012 08:31 PM, Travis [via jogamp] wrote:

> I am seeing it periodically (more than 50% of the time) when trying to launch
> the applet here:
>
> http://jogamp.org/deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html
>
> The other gears link seems to be working.
>
>
> To recap the jogl versions I've used for my own applet:
>
> 2.0-rc2: working fine.
> 2.0-rc5: observing hangs more than 50% of the time on startup
> 2.0-rc8: observing hangs more than 50% of the time on startup
>

Thank you for your data.

I will look into this regression next week.

Good to know that the JNLP Applet version,
the other gears link, is working properly.

+++

Q: Is your internet connection stable and does not drop off ?

One reason why the JNLP Applet works all the time might be the fact
that we explicitly tag the update check to run in the background.
This implies that the applet is being started immediately if
all jnlp and jar files are being cached. They may get updated while the
Applet/JVM is running.

I have experienced this behavior w/ poor network connection as well ..

+++

Note that the 'applet launcher' version is deprecated
and you may use the 'NApplet' variant as advertised
in the 'jogl test applets' page. Are the 'NApplet'
variants working properly for you ?

~Sven