Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Downloading/installing buckminster through the director: Unpack facility not configured
Downloading/installing buckminster through the director: Unpack facility not configured [message #521349] Wed, 17 March 2010 11:12 Go to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi,
I am using buckminster for the eclipse.org hudson build. When updating to the latest buckminster build and trying to
download it I get this exception. I think it is a director/p2 issue but maybe someone here has encountered the same
issue and solved it.

See here for the complete log:
https://build.eclipse.org/hudson/job/emft-texo-nightly/72/co nsole

Is this a buckminster thing? Or maybe a director issue?

[echo] Configuring headless buckminster with needed features
[java] Installing org.eclipse.buckminster.cmdline.product 1.2.0.r11290.
[java] Installing org.eclipse.buckminster.core.headless.feature.feature.group 1.3.0.r11313.
[java] Installing org.eclipse.buckminster.pde.headless.feature.feature.group 1.2.0.r11295.
[java] Installing org.eclipse.buckminster.cvs.headless.feature.feature.group 1.1.0.r11210.
[java] Installing org.eclipse.buckminster.emma.headless.feature.feature.group 0.9.0.r11256.
[java] An error occurred while collecting items to be installed
[java] session context was:(profile=Buckminster,
phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Collect, operand=, action=).
[java] Result of processing steps.
[java] Unpack facility not configured
[java] OK
[java] OK
[java] Result of processing steps.
[java] Unpack facility not configured
[java] OK
[java] OK
[java] Result of processing steps.
[java] Unpack facility not configured
[java] OK
[java] OK
[java] Result of processing steps.
[java] Unpack facility not configured
[java] OK
[java] OK



--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Downloading/installing buckminster through the director: Unpack facility not configured [message #521360 is a reply to message #521349] Wed, 17 March 2010 12:01 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Seems you have the same problem as Eike did yesterday. Check if you have this line in the director task:

<jvmarg value=" -Dorg.eclipse.update.jarprocessor.pack200=${org.eclipse.upda te.jarprocessor.pack200} " />

If you do, the problem is probably that the property is not set. You can either remove this line and make sure you use a
JVM that isn't buggy with respect to pack200 (i.e. do not use the Hudson default 1.6, nor the 1.6 M4), or you can make
sure that the property is correctly propagated in your Hudson config. I.e., add:

org.eclipse.update.jarprocessor.pack200=/shared/common/ibm-j ava2-ppc-50/jre/bin

to the Ant -> Advanced properties.

HTH,
- thomas


On 03/17/2010 12:12 PM, Martin Taal wrote:
> Hi,
> I am using buckminster for the eclipse.org hudson build. When updating
> to the latest buckminster build and trying to download it I get this
> exception. I think it is a director/p2 issue but maybe someone here has
> encountered the same issue and solved it.
>
> See here for the complete log:
> https://build.eclipse.org/hudson/job/emft-texo-nightly/72/co nsole
>
> Is this a buckminster thing? Or maybe a director issue?
>
> [echo] Configuring headless buckminster with needed features
> [java] Installing org.eclipse.buckminster.cmdline.product 1.2.0.r11290.
> [java] Installing
> org.eclipse.buckminster.core.headless.feature.feature.group 1.3.0.r11313.
> [java] Installing
> org.eclipse.buckminster.pde.headless.feature.feature.group 1.2.0.r11295.
> [java] Installing
> org.eclipse.buckminster.cvs.headless.feature.feature.group 1.1.0.r11210.
> [java] Installing
> org.eclipse.buckminster.emma.headless.feature.feature.group 0.9.0.r11256.
> [java] An error occurred while collecting items to be installed
> [java] session context was:(profile=Buckminster,
> phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Collect,
> operand=, action=).
> [java] Result of processing steps.
> [java] Unpack facility not configured
> [java] OK
> [java] OK
> [java] Result of processing steps.
> [java] Unpack facility not configured
> [java] OK
> [java] OK
> [java] Result of processing steps.
> [java] Unpack facility not configured
> [java] OK
> [java] OK
> [java] Result of processing steps.
> [java] Unpack facility not configured
> [java] OK
> [java] OK
>
>
>
Re: Downloading/installing buckminster through the director: Unpack facility not configured [message #521369 is a reply to message #521360] Wed, 17 March 2010 12:59 Go to previous message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Thanks Thomas, that worked!

gr. Martin

Thomas Hallgren wrote:
> Seems you have the same problem as Eike did yesterday. Check if you have
> this line in the director task:
>
> <jvmarg
> value=" -Dorg.eclipse.update.jarprocessor.pack200=${org.eclipse.upda te.jarprocessor.pack200} "
> />
>
> If you do, the problem is probably that the property is not set. You can
> either remove this line and make sure you use a JVM that isn't buggy
> with respect to pack200 (i.e. do not use the Hudson default 1.6, nor the
> 1.6 M4), or you can make sure that the property is correctly propagated
> in your Hudson config. I.e., add:
>
> org.eclipse.update.jarprocessor.pack200=/shared/common/ibm-j ava2-ppc-50/jre/bin
>
>
> to the Ant -> Advanced properties.
>
> HTH,
> - thomas
>
>
> On 03/17/2010 12:12 PM, Martin Taal wrote:
>> Hi,
>> I am using buckminster for the eclipse.org hudson build. When updating
>> to the latest buckminster build and trying to download it I get this
>> exception. I think it is a director/p2 issue but maybe someone here has
>> encountered the same issue and solved it.
>>
>> See here for the complete log:
>> https://build.eclipse.org/hudson/job/emft-texo-nightly/72/co nsole
>>
>> Is this a buckminster thing? Or maybe a director issue?
>>
>> [echo] Configuring headless buckminster with needed features
>> [java] Installing org.eclipse.buckminster.cmdline.product 1.2.0.r11290.
>> [java] Installing
>> org.eclipse.buckminster.core.headless.feature.feature.group 1.3.0.r11313.
>> [java] Installing
>> org.eclipse.buckminster.pde.headless.feature.feature.group 1.2.0.r11295.
>> [java] Installing
>> org.eclipse.buckminster.cvs.headless.feature.feature.group 1.1.0.r11210.
>> [java] Installing
>> org.eclipse.buckminster.emma.headless.feature.feature.group 0.9.0.r11256.
>> [java] An error occurred while collecting items to be installed
>> [java] session context was:(profile=Buckminster,
>> phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Collect,
>> operand=, action=).
>> [java] Result of processing steps.
>> [java] Unpack facility not configured
>> [java] OK
>> [java] OK
>> [java] Result of processing steps.
>> [java] Unpack facility not configured
>> [java] OK
>> [java] OK
>> [java] Result of processing steps.
>> [java] Unpack facility not configured
>> [java] OK
>> [java] OK
>> [java] Result of processing steps.
>> [java] Unpack facility not configured
>> [java] OK
>> [java] OK
>>
>>
>>
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Previous Topic:using jar packed bundles in rmap
Next Topic:Update Authorized CI problem
Goto Forum:
  


Current Time: Wed Apr 24 16:09:43 GMT 2024

Powered by FUDForum. Page generated in 0.02874 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top