I am running the installer on lInux as regular user.
After unpacking (Pack Installation progress 100%), the installer hangs when you hit the next button.
From the thread dump you can see that it is calling some linux command.
On the izpack site I found a bug that probably causes this (when installer is called as regular user, the sudo command is called to get the list of users).
See http://jira.codehaus.org/browse/IZPACK-392
This bug is reported as fixed in izpack 5, please upgrade (a user reports this is also fixed in izpack 4.3.3).
The install seems to work anyway when I just kill the installer.
Thanks,
Rob Gansevles
Blocking stack:
"AWT-EventQueue-0" prio=10 tid=0x75a16400 nid=0x3c5f in Object.wait() [0x76b5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xa0fc7538> (a java.lang.UNIXProcess)
at java.lang.Object.wait(Object.java:485)
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
- locked <0xa0fc7538> (a java.lang.UNIXProcess)
at com.izforge.izpack.util.FileExecutor.executeCommand(Unknown Source)
at com.izforge.izpack.util.FileExecutor.getExecOutput(Unknown Source)
at com.izforge.izpack.util.os.unix.UnixUser.getXdgDesktopfolder(Unknown Source)
at com.izforge.izpack.util.os.unix.UnixUsers._getUsersWithValidShellsExistingHomesAndDesktops(Unknown Source)
at com.izforge.izpack.util.os.unix.UnixUsers.getUsersWithValidShellsExistingHomesAndDesktops(Unknown Source)
at com.izforge.izpack.util.os.Unix_Shortcut.<clinit>(Unknown Source)
Fixed in SVN; will be available in the next Snapshot.
Rob