> On 02/23/2012 10:34 AM, Sven Gothel wrote:
>> On 02/22/2012 10:04 PM, vijaygandhi [via jogamp] wrote:
>>>
>>>
>>> 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)
>>>
>>
>> They are all signed with a valid signature!
>>
>> Can you provide me a few more details ?
>>
>> - You are using an Applet test or standalone ?
>> - How to reproduce the behavior ?
>
> - Ubuntu 64bit
> - 6u30 64bit
> - I have cleaned my signature cache
> - I have run etc/test.sh OK
> - I have started an applet OK
> <
http://jogamp.org/deployment/jogamp-current/jogl-test-applets.html>
> - I was asked to accept the certificate - YES
>
> Downloading 6u31 .. and will test with it later.