Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324212 - pack200 not working on new hudson instance
Summary: pack200 not working on new hudson instance
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Dash Athena (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 11:21 EDT by Bouchet Stéphane CLA
Modified: 2012-01-30 11:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bouchet Stéphane CLA 2010-09-01 11:21:57 EDT
Hi,

the pack200 process in the new hudson instance seems not working. see this console for details :

https://hudson.eclipse.org/hudson/job/emf-eef-integration/77/console

my configuration is : 
JAVA14_HOME=${JAVA_HOME}
JAVA50_HOME=${JAVA_HOME}
JAVA60_HOME=${JAVA_HOME}

and JAVA_HOME is set to JAVA_HOME = /opt/public/common/sun-jdk1.6.0_21_x64/jre/..

so i wonder why the pack200 path is set to /opt/public/common/ibm-java2-ppc-50/jre/bin/pack200, which fails the builds.
Comment 1 Christian Saad CLA 2010-09-24 05:05:25 EDT
had the same problem. if I set

PACK200_JAVA_HOME=/shared/common/jdk-1.5.0-22.x86_64

in the ant environment propertied, it works
Comment 2 Nick Boldt CLA 2010-10-06 02:08:12 EDT
Default fallback values need to be fixed to reflect the new server paths.

Webmaster, what values should be here?

JAVA60_HOME=/opt/public/common/ibm-java-jdk-ppc-60
JAVA50_64_HOME=/opt/public/common/ibm-java2-ppc64-50
JAVA50_HOME=/opt/public/common/ibm-java2-ppc-50
JAVA14_HOME=/opt/public/common/ibm-java2-142
JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs

(@dev.eclipse.org:/cvsroot/technology/org.eclipse.dash/athena/org.eclipse.dash.commonbuilder/org.eclipse.dash.common.releng/server.properties)
Comment 3 Denis Roy CLA 2010-10-06 08:54:10 EDT
JAVA60_HOME=/opt/public/common/jdk-1.6.x86_64
JAVA50_64_HOME=/opt/public/common/jdk-1.5.0-22.x86_64
JAVA50_HOME=/opt/public/common/jdk-1.5.0_16
JAVA14_HOME=/opt/public/common/j2sdk1.4.2_19
JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs


I've committed these new values.  Do they have to be checked out somewhere?
Comment 4 Nick Boldt CLA 2010-11-09 23:56:36 EST
(In reply to comment #3)
> JAVA60_HOME=/opt/public/common/jdk-1.6.x86_64
> JAVA50_64_HOME=/opt/public/common/jdk-1.5.0-22.x86_64
> JAVA50_HOME=/opt/public/common/jdk-1.5.0_16
> JAVA14_HOME=/opt/public/common/j2sdk1.4.2_19
> JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs
> 
> 
> I've committed these new values.  Do they have to be checked out somewhere?

Here's what I do to update the cached files:

  ssh dashBuild@build.eclipse.org

  cd /opt/public/cbi/build/org.eclipse.dash.common.releng_HEAD/
  cvs up
Comment 5 Denis Roy CLA 2010-11-10 09:51:23 EST
Did that.  Closing as fixed; please reopen if I missed something.