[
https://issues.jboss.org/browse/JBIDE-19509?page=com.atlassian.jira.plugi...
]
Nick Boldt reassigned JBIDE-19509:
----------------------------------
Assignee: Nick Boldt (was: Denis Golovin)
Fix Version/s: 4.3.0.Alpha2
Resolution: Done
Turns out the problem was this:
{code}
00:00:12.866 [ Processing package: Red Hat JBoss Developer Studio 9.0.0.Alpha2 (2/3) ]
00:00:12.867 -jar
"/home/hudson/static_build_env/jbds/versionwatch/installations/jbds-9.0.0.Alpha2/studio/p2/director/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar"
-roaming -vm "/qa/tools/opt/x86_64/jdk1.8.0_40/jre" -r
'jar:file:///qa/services/http/binaries/RHDS/builds/staging/devstudio.product_master/installer/jboss-devstudio-9.0.0.Alpha2-v20150325-1051-B2894-installer-standalone.jar!/'
-d
"/home/hudson/static_build_env/jbds/versionwatch/installations/jbds-9.0.0.Alpha2/studio"
-p jbds -i com.jboss.devstudio.core.package,org.testng.eclipse.feature.group
-profileProperties org.eclipse.update.install.features=true
00:00:15.970 Installer
00:00:15.970
00:00:16.475 Installing com.jboss.devstudio.core.package
9.0.0.Alpha2-v20150325-1051-B2894.
00:00:16.475
00:00:16.475 Installing org.testng.eclipse.feature.group 6.8.6.20130914_0724.
00:00:16.475
00:00:17.722 Cannot complete the install because one or more required items could not be
found.
00:00:17.722
00:00:17.722 Software being installed: JBoss Developer Studio (Branded Product)
9.0.0.Alpha2-v20150325-1051-B2894 (com.jboss.devstudio.core.package
9.0.0.Alpha2-v20150325-1051-B2894)
00:00:17.722
00:00:17.723 Missing requirement: JBoss Central 2.0.0.Alpha2-v20150313-1539-B660
(org.jboss.tools.central 2.0.0.Alpha2-v20150313-1539-B660) requires 'bundle
org.jboss.tools.foundation.help.ui 1.2.0' but it could not be found{code}
Thanks to Denis for the suggestion to enable tracing!
https://github.com/jbdevstudio/jbdevstudio-qa/commits/master [added support for
-DTRACE=true ]
https://github.com/jbdevstudio/jbdevstudio-product/commit/dd4cb0752b78ce9...
[fixed missing IU]
JBDS headless install no longer works in Jenkins / versionwatch
unable to diff 9.0.0.Alpha2 w/ previous
-------------------------------------------------------------------------------------------------------
Key: JBIDE-19509
URL:
https://issues.jboss.org/browse/JBIDE-19509
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: qa
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.3.0.Alpha2
JBDS headless install no longer works in Jenkins, so versionwatch is unable to diff
9.0.0.Alpha2 master builds w/ previous Alpha1 and 8.1.x builds.
I've repeated exactly what the versionwatch script does locally and it's fine w/
JDK 7 and 8, so it's not a config problem.
But in Jenkins, with VNC enabled (and when not) the headless install process repeatedly
stalls out at step 2:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/devstudio.versionwatch_master/1892/console}
[ Starting automated installation ]
[ Starting to unpack ]
[ Processing package: P2 Director Application (1/3) ]
[ Processing package: Red Hat JBoss Developer Studio 9.0.0.Alpha2 (2/3) ]
[ Unpacking finished ] ...
{code}
But in the 8.1.luna branch, the job is fine:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/devstudio.versionwatch_8.0.luna/363/console}
+++ /qa/tools/opt/jdk1.6.0_last/bin/java -jar
/qa/services/http/binaries/RHDS/builds/staging/devstudio.product_8.0.luna/installer/jboss-devstudio-8.1.0.GA-v20150324-2058-B454-installer-standalone.jar
/home/hudson/static_build_env/jbds/versionwatch/installations/jbds-8.1.0.GA.install.xml
[ Starting automated installation ]
[ Starting to unpack ]
[ Processing package: P2 Director Application (1/3) ]
[ Processing package: Red Hat JBoss Developer Studio 8.1.0.GA (2/3) ]
[ Processing package: Red Hat JBoss Developer Studio 8.1.0.GA Metadata Generation (3/3)
]
[ Unpacking finished ]
[ Creating shortcuts done. ]
[ Add shortcuts to uninstaller done. ]
[ Writing the uninstaller data ... ]
[ Automated installation done ]{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)