View Single Post
  #1 (permalink)  
Old December 4th, 2002
mattosterholm mattosterholm is offline
Novicius
 
Join Date: December 4th, 2002
Location: NYC
Posts: 1
mattosterholm is flying high
Default cannot launch installer in remote X-Window

I am trying to install LimeWire 2.7 on a headless linux box, emulating on my local linux workstation.

both systems running:
Red Hat 8
j2re1.4.1_01 from the rpm

java is in $PATH on both machines and remote (install destination) system has $DISPLAY set to my local workstation. X apps work fine

AND

I can launch ./LimeWireLinux.bin locally and it runs fine. I want to install it on the remote machine but get errors:

-------------------------start of blurb

ssh root@dick (remote hostname)

[root@dick stage]# ./LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvir onment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:223)
at java.awt.Window.<init>(Window.java:267)
at java.awt.Frame.<init>(Frame.java:398)
at java.awt.Frame.<init>(Frame.java:363)
at com.zerog.ia.installer.Main.c(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
GUI-
[root@dick stage]# echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/java/j2re1.4.1_01/bin
[root@dick stage]#

---------------------------end of blurb

Anything I'm doing wrong with java? I have installed apps using jre to launch installer before on X-less systems and it worked fine.

MH
Reply With Quote