Error launching via VDI-in-a-box on a Linux thin client

Our projects launch fine on Windows workstations but if I try to launch the JNLP using VDI on a thin client (detos) I get the following error.

Any help appreciated.
Thank you

java.io.IOException: Cannot run program “/opt/java”: java.io.IOException: error=13, Permission denied
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at com.sun.javaws.JnlpxArgs.execProgram(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: java.io.IOException: error=13, Permission denied
at java.lang.UNIXProcess.(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
… 13 more

Can you run Java in general on that box? What do you get if you run:

java -version

java version “1.6.0_26”
Java™ SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot™ Client VM (build 20.1-b02, mixed mode)

Java attempts to launch but throws the permission denied exception.

Thanks for your help.

It sounds like some strange problem with JNLP. I would try using the Linux native launcher instead (available under the Native Client Launchers section of the Gateway home page). This will bypass the entire JNLP system when launching a client or designer. JNLP is a fickle beast, especially on non-Windows systems.