[JBoss JIRA] Created: (JBDS-1672) Can't install jbdevstudio-product-linux-gtk-x86_64-4.1.0.v201105290344R-H520-CR1.jar on Fedora 15
by Fred Bricon (JIRA)
Can't install jbdevstudio-product-linux-gtk-x86_64-4.1.0.v201105290344R-H520-CR1.jar on Fedora 15
-------------------------------------------------------------------------------------------------
Key: JBDS-1672
URL: https://issues.jboss.org/browse/JBDS-1672
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 4.1.0.CR1
Environment: Fedora 15, Oracle JDK 1.6.0_24
Reporter: Fred Bricon
Priority: Blocker
Trying to install JBDS on my laptotp :
{noformat}java -jar jbdevstudio-product-linux-gtk-x86_64-4.1.0.v201105290344R-H520-CR1.jar{noformat}
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
{noformat}
[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)
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1658) SOA-P 4.3.0 standalone is not properly added to Server Runtimes after installation.
by Vlado Pakan (JIRA)
SOA-P 4.3.0 standalone is not properly added to Server Runtimes after installation.
-----------------------------------------------------------------------------------
Key: JBDS-1658
URL: https://issues.jboss.org/browse/JBDS-1658
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 4.1.0.M1
Environment: jbdevstudio-product-linux-gtk-4.1.0.v201105091943R-H400-M1, linux 32bit, Java Sun JDK 1.6_25
Reporter: Vlado Pakan
When searching for runtimes select directory with SOA-P 4.3.0 standalone runtime. It's recognized as AS v.4.3.0 and added to available runtimes during installation. But after installation is finished and JBDS is run this runtime is defined as v. 4.2 runtime and therefore there is a warning displayed in Edit Server Runtime Environment dialog.
When added manually via Preferences > Server Runtime > Environments > Add it's possible to add this runtime as JBoss EAP 4.3 runtime without warning displayed in Edit Server Runtime Environment dialog.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-9043) wait longer for NFS to sync before looking for a file?
by Nick Boldt (JIRA)
wait longer for NFS to sync before looking for a file?
------------------------------------------------------
Key: JBIDE-9043
URL: https://issues.jboss.org/browse/JBIDE-9043
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives, JBossAS
Affects Versions: 3.2.1.M1
Reporter: Nick Boldt
Assignee: Rob Stryker
Fix For: 3.2.1.CR2
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Stable_Br...
Regression
org.jboss.ide.eclipse.as.archives.integration.test.ASArchivesIntegrationTestSuite.testAll
Failing for the past 1 build (Since Failed#210 )
Took 33 sec.
add description
Error Message
Resource is out of sync with the file system: '/P1/out.jar/a.txt'.
Stacktrace
org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/P1/out.jar/a.txt'.
at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:699)
at org.eclipse.core.internal.resources.File.getContents(File.java:293)
at org.eclipse.core.internal.resources.File.getContents(File.java:282)
at org.jboss.ide.eclipse.as.archives.integration.test.BuildDeployTest.assertBuiltArchiveContents(BuildDeployTest.java:319)
at org.jboss.ide.eclipse.as.archives.integration.test.BuildDeployTest.testAll(BuildDeployTest.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1614) Missing class de.schlichtherle.io.ArchiveControllers
by Matthew Casperson (JIRA)
Missing class de.schlichtherle.io.ArchiveControllers
----------------------------------------------------
Key: JBDS-1614
URL: https://issues.jboss.org/browse/JBDS-1614
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Environment: Fedora 14, JBDS 4.0.0.GA
Reporter: Matthew Casperson
Create a new web project (I did a Seam web app) in JBDS 4.0.0.GA. Open the "Project archives" view. Attempt to build a WAR archive. You will get an error message "Could not initialize class de.schlichtherle.io.ArchiveControllers".
Workaround (sort of, I still have problems creating a WAR archive, but it fixes this specific message) is to download truezip-6.jar and place in the studio/plugins folder.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-8945) Support JBoss EWP as a server runtime
by Martin Malina (JIRA)
Support JBoss EWP as a server runtime
-------------------------------------
Key: JBIDE-8945
URL: https://issues.jboss.org/browse/JBIDE-8945
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: runtimes
Affects Versions: 3.2.1.M1
Environment: Mac OS X 10.6 Snow Leopard
jbdevstudio-product-macosx-cocoa-4.1.0.v201105091943R-H400-M1.jar
Reporter: Martin Malina
Assignee: Snjezana Peco
It is possible to add an instance of JBoss Enterprise Web Platform during JBDS install. Also, you can search for such an instance later. It is found, but only the seam runtime is added. Could we also add the server runtime so that users can start the server and deploy to it?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBDS-1622) EWP Server detected during JBDS installation is not configured within JBDS after installation is finished.
by Vlado Pakan (JIRA)
EWP Server detected during JBDS installation is not configured within JBDS after installation is finished.
----------------------------------------------------------------------------------------------------------
Key: JBDS-1622
URL: https://issues.jboss.org/browse/JBDS-1622
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 4.1.0.GA
Environment: Linux 32bit, Java Sun JDK 1.6_24, jbdevstudio-product-linux-gtk-4.1.0.v201104171649R-H346-M1
Reporter: Vlado Pakan
During JBDS installation when searching for runtimes (installer page with label "Select Platforms and Servers") I specified directory with BRMS standalone server which contains EWP Server with preinstalled brms server. Installer added this server to Platforms/Servers table as Enterprise Web Platform version 5.1. But this server is not defined in Window > Server > Runtime Environments neither Servers view when JBDS is run.
It's possible to define this server manually afterwards via menu Window > Server > Runtime Environments
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months