Login  Register

SecurityException - no certificate for libgluegen-rt.so

Posted by vijaygandhi on Feb 22, 2012; 9:04pm
URL: https://forum.jogamp.org/SecurityException-no-certificate-for-libgluegen-rt-so-tp3767870.html

Hi,

I am trying to use JOGL and I get the following error when trying to run on Ubuntu, 64-bit, Sun Java 1.6.31. I am using the jars downloaded from http://jogamp.org/deployment/jogamp-current/jar/. Has anyone seen this error before?

Caused by: java.lang.SecurityException: no certificate for libgluegen-rt.so in gluegen-rt-natives-linux-amd64.jar
        at com.jogamp.common.util.JarUtil.validateCertificate(JarUtil.java:510)
        at com.jogamp.common.util.JarUtil.validateCertificates(JarUtil.java:484)
        at com.jogamp.common.util.cache.TempJarCache.validateCertificates(TempJarCache.java:393)
        at com.jogamp.common.util.cache.TempJarCache.bootstrapNativeLib(TempJarCache.java:350)
        at com.jogamp.common.os.Platform$3.run(Platform.java:312)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.jogamp.common.os.Platform.loadGlueGenRTImpl(Platform.java:303)
        at com.jogamp.common.os.Platform.<clinit>(Platform.java:214)

Thanks
Vijay