Login  Register

Re: JOGL Webstart seems to be broke?

Posted by Sven Gothel on Sep 17, 2011; 10:51pm
URL: https://forum.jogamp.org/JOGL-Webstart-seems-to-be-broke-tp3345159p3345264.html

On Sunday, September 18, 2011 12:04:39 AM Tom Naps [via jogamp] wrote:
>
> It seems that Webstart-ed JOGL applications that have been running reliably
> for years now fail when resources referenced in the JNLP file are given by:
>
>     <extension name="jogl"
> href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp"
> />

We don't maintain the previous version of JOGL any more,
which last check-in happened around 2009 ?
(All java.net or kenai.org stuff .. is obsolete)

What we do support is http://jogamp.org's version of JOGL
which is actively developed.

See <http://jogamp.org/jogl/> and a direct applet test page
is available here <http://jogamp.org/deployment/jogamp-next/jogl-test-applets.html>


>
> Try for example
> http://java.sun.com/products/jfc/tsc/articles/jcanyon/jcanyon.jnlp.   (I can
> provide many more examples that also once worked and now don't.)
>
> The error that we get on start-up is
> "com.sun.deploy.net.JARSigningException: Found unsigned entry in resource:
> http://download.java.net/media/jogl/builds/archive/jsr-231-1.x-webstart-current/jogl.jar"
>
> When I check the directory tree at
> http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current,
> I notice that the jar files there were update on September 17, 2011 --
> precisely the date that this error started to appear.   Perhaps someone
> uploaded unsigned jars to this site.   Any guidance or advice would be
> appreciated since we rely heavily on JOGL webstart working.

Well .. maybe a clueless attempt to update the JAR's signature/signing
since it may have expired. But the source code repositories are very old,
ie. no active development.

Please feel welcomed to enjoy and participate here.

>
> Thanks,
> Tom Naps

Cheers, Sven