Login  Register

Re: jogamp-current: Missing Codebase manifest attribute for gluegen-rt.jar

Posted by John.Glauert on Oct 23, 2013; 8:56am
URL: https://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-tp4030259p4030333.html

I get this for an applet:

Missing Application Name: manifest attribute for: http://vhg.cmp.uea.ac.uk/tech/jas/095z/jars/jnlp/spa.jar
Missing Application Name: manifest attribute for: http://jogamp.org/deployment/archive/rc/v2.1.1/jar/jogl-all.jar
Ignored exception: java.security.cert.CertificateException: User terminated
Java Plug-in 1.6.0_65
Using JRE version 1.6.0_65-b14-462-10M4609 Java HotSpot(TM) 64-Bit Server VM
User home directory = /Users/jrwgexception: ExitException[ 3]java.lang.ThreadDeath.
java.lang.ThreadDeath
        at java.lang.Thread.stop(Thread.java:791)
        at java.lang.ThreadGroup.stop(ThreadGroup.java:592)
        at com.sun.deploy.security.MacOSXTrustUI.evaluateTrustAfterShow(MacOSXTrustUI.java:251)
        at com.sun.deploy.security.MacOSXTrustUI.evaluateAsTrustedLibrary(MacOSXTrustUI.java:204)
        at com.sun.deploy.security.MacOSXTrustUI.evaluateTrustAndShow(MacOSXTrustUI.java:153)
        at com.sun.deploy.security.MacOSXTrustUI.showDialog(MacOSXTrustUI.java:79)
        at com.sun.deploy.security.X509Util.showSecurityDialog(X509Util.java:152)
        at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(TrustDecider.java:805)
        at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(AppPolicy.java:295)
        at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1851)
        at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1527)
        at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(JNLP2Manager.java:1180)
        at sun.plugin2.applet.JNLP2Manager.loadJarFiles(JNLP2Manager.java:464)
        at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1534)
        at java.lang.Thread.run(Thread.java:695)
Exception: java.lang.ThreadDeath

Maybe it is not about the new manifest attribute messages, but it is not getting to my code. I have fixed my jars now and the first message has gone but I will now try to sign the jogl jars myself (which we used to do in the past). Also happens with a JNLP app which fails with similar log. On a PC I just get warnings.