Bug 881

Summary: Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Product: [JogAmp] General Reporter: Sven Gothel <sgothel>
Component: buildsAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Hardware: All   
OS: all   
Type: --- SCM Refs:
gluegen 249251f1f1b3c70dc3f8df7735cf66dd27b8a61b joal d2f66a9c95b354d5e215bdd171a554c4bfc1daf1 joal-demos e97c3336039ea8408f52b896b22a776b1112509f jogl 4d5c62620eb93d9e43ea852960da50d548684429 jogl-demos 5be76f58a943546582159b0069ca9a888a2cb7fd jogl-demos 533f00e318ebc56ca429943b9eae2657c1b9461e jocl cb27127c0be28cc1c864bcf5b6c94b860d3590d2 jocl-demos 7baf21787bd09531122c58e8c926c467d3f74d97
Workaround: ---

Description Sven Gothel 2013-10-31 22:55:37 CET
http://forum.jogamp.org/jogamp-current-Missing-Codebase-manifest-attribute-for-gluegen-rt-jar-td4030259.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 

Happens on 'OSX Java6'
Comment 1 Sven Gothel 2013-11-01 03:23:18 CET
added ..