Trying to install JBDS on my laptotp :
java -jar jbdevstudio-product-linux-gtk-x86_64-4.1.0.v201105290344R-H520-CR1.jar
After click next on all the pages on the install wizard (i.e. no custom settings), the installer hangs at step 7.
Clicking on next or cancel doesn't do anything.
Took this threaddump
[fbricon@fbricon Downloads]$ java -jar jbdevstudio-product-linux-gtk-x86_64-4.1.0.v201105290344R-H520-CR1.jar /usr/java/jdk1.6.0_24/jre calltarget: main: [echo] Run p2 metadata generator [echo] fbricon [p2] Generating metadata for /home/fbricon/jbdevstudio/studio. [p2] Generation completed with success [0 seconds]. [delete] Deleting: /tmp/artifacts.jar [delete] Deleting: /tmp/content.jar 2011-05-30 12:41:39 Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode): "Thread-30" daemon prio=10 tid=0x00007ffa78094800 nid=0x77c4 runnable [0x00007ffab29c9000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:199) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) - locked <0x00000000d7f66e40> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:167) at java.io.BufferedReader.fill(BufferedReader.java:136) at java.io.BufferedReader.readLine(BufferedReader.java:299) - locked <0x00000000d7f66e40> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:362) at com.izforge.izpack.util.MonitorInputStream.run(Unknown Source) at java.lang.Thread.run(Thread.java:662) "Thread-29" daemon prio=10 tid=0x00007ffa78094000 nid=0x77c3 runnable [0x00007ffab2487000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:199) at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) at java.io.BufferedInputStream.read(BufferedInputStream.java:317) - locked <0x00000000d7f9bcb0> (a java.io.BufferedInputStream) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) - locked <0x00000000d7f64d90> (a java.io.InputStreamReader) at java.io.InputStreamReader.read(InputStreamReader.java:167) at java.io.BufferedReader.fill(BufferedReader.java:136) at java.io.BufferedReader.readLine(BufferedReader.java:299) - locked <0x00000000d7f64d90> (a java.io.InputStreamReader) at java.io.BufferedReader.readLine(BufferedReader.java:362) at com.izforge.izpack.util.MonitorInputStream.run(Unknown Source) at java.lang.Thread.run(Thread.java:662) "process reaper" daemon prio=10 tid=0x00007ffa78085800 nid=0x77c1 runnable [0x00007ffab27c7000] java.lang.Thread.State: RUNNABLE at java.lang.UNIXProcess.waitForProcessExit(Native Method) at java.lang.UNIXProcess.access$900(UNIXProcess.java:20) at java.lang.UNIXProcess$1$1.run(UNIXProcess.java:132) "TimerQueue" daemon prio=10 tid=0x00007ffa7813c800 nid=0x774c in Object.wait() [0x00007ffab26c6000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000d9950178> (a javax.swing.TimerQueue) at javax.swing.TimerQueue.run(TimerQueue.java:232) - locked <0x00000000d9950178> (a javax.swing.TimerQueue) at java.lang.Thread.run(Thread.java:662) "DestroyJavaVM" prio=10 tid=0x00007ffac4007000 nid=0x7737 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "AWT-EventQueue-0" prio=10 tid=0x00007ffac4222800 nid=0x7747 in Object.wait() [0x00007ffab2ac7000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000d7cc1bc8> (a java.lang.UNIXProcess) at java.lang.Object.wait(Object.java:485) at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165) - locked <0x00000000d7cc1bc8> (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) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at com.izforge.izpack.util.TargetFactory.makeObject(Unknown Source) at com.izforge.izpack.panels.ShortcutPanel.panelActivate(ShortcutPanel.java:810) at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.skipPanel(Unknown Source) at com.jboss.jbds.installer.CreateLinkPanel.panelActivate(CreateLinkPanel.java:64) at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source) at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source) at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6289) at javax.swing.JComponent.processMouseEvent(JComponent.java:3267) at java.awt.Component.processEvent(Component.java:6054) at java.awt.Container.processEvent(Container.java:2041) at java.awt.Component.dispatchEventImpl(Component.java:4652) at java.awt.Container.dispatchEventImpl(Container.java:2099) at java.awt.Component.dispatchEvent(Component.java:4482) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168) at java.awt.Container.dispatchEventImpl(Container.java:2085) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4482) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644) at java.awt.EventQueue.access$000(EventQueue.java:85) at java.awt.EventQueue$1.run(EventQueue.java:603) at java.awt.EventQueue$1.run(EventQueue.java:601) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98) at java.awt.EventQueue$2.run(EventQueue.java:617) at java.awt.EventQueue$2.run(EventQueue.java:615) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:614) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) "AWT-Shutdown" prio=10 tid=0x00007ffac4221800 nid=0x7746 in Object.wait() [0x00007ffab2bcb000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000d9aec908> (a java.lang.Object) at java.lang.Object.wait(Object.java:485) at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:265) - locked <0x00000000d9aec908> (a java.lang.Object) at java.lang.Thread.run(Thread.java:662) "AWT-XAWT" daemon prio=10 tid=0x00007ffac4209000 nid=0x7745 runnable [0x00007ffab2ccc000] java.lang.Thread.State: RUNNABLE at sun.awt.X11.XToolkit.waitForEvents(Native Method) at sun.awt.X11.XToolkit.run(XToolkit.java:579) at sun.awt.X11.XToolkit.run(XToolkit.java:543) at java.lang.Thread.run(Thread.java:662) "Java2D Disposer" daemon prio=10 tid=0x00007ffac4187000 nid=0x7744 in Object.wait() [0x00007ffab2ed5000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000d98ff9f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0x00000000d98ff9f8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134) at sun.java2d.Disposer.run(Disposer.java:127) at java.lang.Thread.run(Thread.java:662) "Low Memory Detector" daemon prio=10 tid=0x00007ffac40b8000 nid=0x7742 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "CompilerThread1" daemon prio=10 tid=0x00007ffac40b5800 nid=0x7741 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "CompilerThread0" daemon prio=10 tid=0x00007ffac40b2800 nid=0x7740 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0x00007ffac40b0800 nid=0x773f waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0x00007ffac4094000 nid=0x773e in Object.wait() [0x00007ffab3af9000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000d99d1ef8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118) - locked <0x00000000d99d1ef8> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x00007ffac4092000 nid=0x773d in Object.wait() [0x00007ffab3bfa000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000d99387e8> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:485) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116) - locked <0x00000000d99387e8> (a java.lang.ref.Reference$Lock) "VM Thread" prio=10 tid=0x00007ffac408b800 nid=0x773c runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007ffac401a000 nid=0x7738 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007ffac401b800 nid=0x7739 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007ffac401d800 nid=0x773a runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007ffac401f800 nid=0x773b runnable "VM Periodic Task Thread" prio=10 tid=0x00007ffac40ca800 nid=0x7743 waiting on condition JNI global references: 2365 Heap PSYoungGen total 36416K, used 15103K [0x00000000d7560000, 0x00000000d9e00000, 0x0000000100000000) eden space 31232K, 35% used [0x00000000d7560000,0x00000000d8037f98,0x00000000d93e0000) from space 5184K, 77% used [0x00000000d98f0000,0x00000000d9cd7fa0,0x00000000d9e00000) to space 5184K, 0% used [0x00000000d93e0000,0x00000000d93e0000,0x00000000d98f0000) PSOldGen total 83264K, used 1964K [0x0000000086000000, 0x000000008b150000, 0x00000000d7560000) object space 83264K, 2% used [0x0000000086000000,0x00000000861eb0d0,0x000000008b150000) PSPermGen total 24704K, used 24629K [0x0000000080e00000, 0x0000000082620000, 0x0000000086000000) object space 24704K, 99% used [0x0000000080e00000,0x000000008260d5b0,0x0000000082620000)