PDA

View Full Version : Installer Problem


Alcia (Unregistered Guest)
09-29-2003, 15:23
Hi,

i am getting the following error when my installer was launched.

NullPointerException
null
com.wm.distman.install.DLInitFilesProgressPanel
java.lang.NullPointerException at com.wm.distman.install.InstallImageReader.closeImage(InstallImageReader.java:233)
at com.wm.distman.install.Cleanup.cleanup(Cleanup.java:40)
at com.wm.distman.install.Cleanup.exit(Cleanup.java:54)
at om.wm.distman.install.DLInitFilesProgressPanel.readRemoteInstallProps(DLInitFilesProgressPanel.java:233)
at com.wm.distman.install.DLInitFilesProgressPanel.installExecute(DLInitFilesProgressPanel.java:783)
at com.wm.distman.install.PanelThread.run(PanelThread.java:75)

TIA,
Alcia

jimp
09-29-2003, 15:37
Hi Alcia,
This could be your java version. If your installing on a solaris/unix machine, be sure you have java 1.3.1 installed and you are using it to run the install ( in your path ). If this does not work, try to get a new installer download.

Post back here if to let us know how your doing.

Good Luck,
Jim Palmer

narenthota
09-29-2003, 15:58
Hi Alcia,

Might be your Image is corrupted while downloading..As Jim suggested, better to get new installer download..

Cheers,
Thota

jonb
09-29-2003, 16:09
I had the same kind of problem when we did an FTP of the Image file from Windows to Unix. The FTP has to be binary. Text transfer is the default. Did you FTP the image over?

saikiran23
02-06-2004, 08:54
I faced this problem when I tried to use a Proxy connection to download webMethods software. Later I tried the same through SOCKS and it worked. So may be try it through a SOCKS server and it may work.