16 years ago
Linux Agent Install Problem
It's a privilege to be the first to post to the bugs forum. I've downloaded the loadUI-Agent-1_0-beta1.sh file to try out the agent running on an Ubuntu 10.04 environment. After setting the ...
$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
$ sudo sh loadUI-1_0_1.sh -c
This is where you can enter the proxy settings that Java WebStart will use
when starting LoadUI. Leave them blank if you do not use a proxy to reach
the internet.
Proxy:
[]
Port:
[]
Port:
[]
80
/usr/local/bin/loadUI.sh: line 41: jre/bin/javaws: No such file or directory
Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/eviware/loadUI-1.0.1/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: wrong ELF class: ELFCLASS64
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1003)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1720)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1592)
at java.awt.Toolkit.<clinit>(Toolkit.java:1614)
at com.sun.javaws.Main.main(Main.java:100)
$ javaws loadUI.jnlpfrom the loadUI-1.0.2-SNAPSHOT folder.
#!/bin/sh
cd ~/eviware/loadUI-1.0.2-SNAPSHOT
javaws loadUI.jnlp
$ loadUIanywhere and it starts nicely