Hi,
When I run glassfish-v3-preview-b59-unix.sh on an Ubuntu system with
KDE, the installer stops at 97% and the following exception is thrown (I
am pretty sure this is a known issue)
Installation is succesful though, everything works fine. So instead of
printing the Exception while the UI installer "hangs", I think it is
better to have no desktop icon and a graceful shutdown of the installer.
Exception in thread "Thread-32" java.lang.NullPointerException
at
org.openinstaller.util.desktopintegration.LocalDesktop.createShortcuts(LocalDesktop.java:89)
at
org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:642)
at
org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at
org.openinstaller.provider.task.InstallImageConfigTask.perform(InstallImageConfigTask.java:94)
at
org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:691)
at
org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
- Johan