| Products > Test Equipment |
| Agilent E7495 linux root account |
| << < (7/91) > >> |
| 9aplus:
Great, I have JDK 6 runtime, but sorry I am not able to follow you... Can you please explain step by step for dummies (me) Here is directory on my E7495B -> --- Quote ---[root@00-60-0c-00-48-9c egGui]$ls -al drwxrwxr-x 1 root root 0 Nov 13 1969 . drwxrwxr-x 1 root root 0 Nov 13 1969 .. -r--r--r-- 1 root root 455489 Nov 1 2007 JimiProClasses.zip -rw-rw-r-- 1 root root 3480541 Nov 1 2007 egclient.jar -r--r--r-- 1 root root 8070 Nov 1 2007 libguiutil.so -r--r--r-- 1 root root 596528 Nov 1 2007 rhino-1.5R4.jar -rw------- 1 root root 0 Dec 18 2006 shellexec.log -r--r--r-- 1 root root 1897838 Nov 1 2007 swing.jar -r--r--r-- 1 root root 1812019 Nov 1 2007 xerces.jar --- End quote --- E7495B is on 192.168.1.209 PC-Ubuntu 12.04 is on 192.168.205 |
| Urs42:
@9aplus How do you start the gui, and what is the error message you get? |
| 9aplus:
This error message -> I am running RemoteGUI.jar with OpenJDK Java 6 runtime Than after OK, file sistem is opened and after another ->Save egclient.jar is with 0 size (download started, but not finished) My intention now is to set up ftp transfer E7495B to PC-Ubuntu of whole egGui folder: ----- drwxrwxr-x 1 root root 0 Nov 13 1969 . drwxrwxr-x 1 root root 0 Nov 13 1969 .. -r--r--r-- 1 root root 455489 Nov 1 2007 JimiProClasses.zip -rw-rw-r-- 1 root root 3480541 Nov 1 2007 egclient.jar -r--r--r-- 1 root root 8070 Nov 1 2007 libguiutil.so -r--r--r-- 1 root root 596528 Nov 1 2007 rhino-1.5R4.jar -rw------- 1 root root 0 Dec 18 2006 shellexec.log -r--r--r-- 1 root root 1897838 Nov 1 2007 swing.jar -r--r--r-- 1 root root 1812019 Nov 1 2007 xerces.jar ------ And than to try with start of RemoteGUI.jar with OpenJDK Java 6 runtime on PC again..... |
| Urs42:
The download did work with my E7495, it should work with yours, i have no idea what the problem is. You could try to debug it with tcpdump or ngrep. Please look at Reply #29, don't klick on anything, open a console and run the java command in my reply. If you can't download the egclient.jar file, telnet in to the E7495 and then copy the file with ftp to the PC, you can find it in the directory /flash/egGui/. Or you could extract the file from the firmware that you can get on the Agilent site. You are running Firmware 6.23 i'm running 6.25, i think you should update your device first. |
| 9aplus:
Thank you, yes UPDATE of FIRMWARE may be solution, must find PCMCIA reader first, this PC do not have one... Here what is answer on java command run -> --- Quote ---q@ubuntu:~$ java -Dserver=192.168.1.209 -DlocalAddress=192.168.1.205 -classpath "egclient-patch.jar:xerces.jar:JimiProClasses.zip:RemoteGui.jar" elgato.gui.MainWindow Exception in thread "main" java.lang.NoClassDefFoundError: elgato/gui/MainWindow Caused by: java.lang.ClassNotFoundException: elgato.gui.MainWindow at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) Could not find the main class: elgato.gui.MainWindow. Program will exit. q@ubuntu:~$ --- End quote --- |
| Navigation |
| Message Index |
| Next page |
| Previous page |