Installation on Ubuntu 11.10 fails

by Mr. Stephan Janz (2011-12-03) in group ARIS Express Support

Hi,

i've been working with Aris Express on Windows for a while now. When I tried to install it on my Linux box I struggled with this exception during the installation process:

java.lang.SecurityException: attempted to open sandboxed jar http://download.ariscommunity.com/expresslauncher.jar as a Trusted-Library
    at com.sun.deploy.security.CPCallbackHandler$ParentElement.checkResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath$JarLoader.checkResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:358)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:410)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:722)
 

I checked the URL mentioned in the exception and it turns out that it is not existing. Is there any way to get Aris Express working on Linux?

Thanks,

Stephan


Comments

by Mr. Stephan Janz (2011-12-03)

Hi again,

finally got that one solved. Just for the records: I had to change security settings for javaws. Although it is not recommended to disable "Mixed code verification" Aris Express works that way.

-- Stephan