Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » p2 tells me that "Unpack facility not configured"
p2 tells me that "Unpack facility not configured" [message #130780] Wed, 06 May 2009 08:40 Go to next message
Eclipse UserFriend
Originally posted by: mickael.istria.openwide.fr

Hi,

I'm trying to set up a Galileo M7 build target to build JWT on
build.eclipse.org.
Then I untar'd a eclipse-SDK-3.5M7-linux-gtk-ppc.tar.gz and tried to
install EMF into it by running the headless p2 app:

java -jar
plugins/org.eclipse.equinox.launcher_1.0.200.v20090429-1630. jar
-application org.eclipse.equinox.p2.director.app.application
-artifactRepository http://download.eclipse.org/releases/galileo/
-metadataRepository http://download.eclipse.org/releases/galileo/
-installIU org.eclipse.emf.feature.group -consoleLog

But the installation fails:

Installing org.eclipse.emf.feature.group 2.5.0.v200903161215.
Installation failed.
Application failed, log file location:
/opt/public/technology/jwt/base/eclipse/configuration/124159 8681385.log

!ENTRY org.eclipse.equinox.p2.engine 4 4 2009-05-06 04:32:04.408
!MESSAGE An error occurred while collecting items to be installed
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2009-05-06 04:32:04.408
!MESSAGE session context was:(profile=SDKProfile, phase=, operand=,
action=).
!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-05-06
04:32:04.409
!MESSAGE Result of processing steps.
!SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-05-06
04:32:04.409
!MESSAGE Unpack facility not configured
!SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.410
!MESSAGE OK
!SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.410
!MESSAGE OK
!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-05-06
04:32:04.410
!MESSAGE Result of processing steps.
!SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-05-06
04:32:04.411
!MESSAGE Unpack facility not configured
!SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.412
!MESSAGE OK
!SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.412
!MESSAGE OK
!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-05-06
04:32:04.413
!MESSAGE Result of processing steps.
!SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-05-06
04:32:04.413
!MESSAGE Unpack facility not configured
....


I get a lot of "Unpack facility not configured". What is the meaning of
this message? How can it be fixed so that p2 director app can work?

Thanks in advance for your support,

Mickael
Re: p2 tells me that "Unpack facility not configured" [message #130793 is a reply to message #130780] Wed, 06 May 2009 10:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mickael.istria.openwide.fr

Ok, that was a simple one:

Default "java" on build.eclipse.org is a JVM 1.4.2. The same thing using
JVM 1.5 works well... Unpack only works with java 5.

Regards,
Mickael

Mickael Istria a écrit :
> Hi,
>
> I'm trying to set up a Galileo M7 build target to build JWT on
> build.eclipse.org.
> Then I untar'd a eclipse-SDK-3.5M7-linux-gtk-ppc.tar.gz and tried to
> install EMF into it by running the headless p2 app:
>
> java -jar
> plugins/org.eclipse.equinox.launcher_1.0.200.v20090429-1630. jar
> -application org.eclipse.equinox.p2.director.app.application
> -artifactRepository http://download.eclipse.org/releases/galileo/
> -metadataRepository http://download.eclipse.org/releases/galileo/
> -installIU org.eclipse.emf.feature.group -consoleLog
>
> But the installation fails:
>
> Installing org.eclipse.emf.feature.group 2.5.0.v200903161215.
> Installation failed.
> Application failed, log file location:
> /opt/public/technology/jwt/base/eclipse/configuration/124159 8681385.log
>
> !ENTRY org.eclipse.equinox.p2.engine 4 4 2009-05-06 04:32:04.408
> !MESSAGE An error occurred while collecting items to be installed
> !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2009-05-06 04:32:04.408
> !MESSAGE session context was:(profile=SDKProfile, phase=, operand=,
> action=).
> !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-05-06
> 04:32:04.409
> !MESSAGE Result of processing steps.
> !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-05-06
> 04:32:04.409
> !MESSAGE Unpack facility not configured
> !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.410
> !MESSAGE OK
> !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.410
> !MESSAGE OK
> !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-05-06
> 04:32:04.410
> !MESSAGE Result of processing steps.
> !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-05-06
> 04:32:04.411
> !MESSAGE Unpack facility not configured
> !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.412
> !MESSAGE OK
> !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-05-06 04:32:04.412
> !MESSAGE OK
> !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-05-06
> 04:32:04.413
> !MESSAGE Result of processing steps.
> !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-05-06
> 04:32:04.413
> !MESSAGE Unpack facility not configured
> ...
>
>
> I get a lot of "Unpack facility not configured". What is the meaning of
> this message? How can it be fixed so that p2 director app can work?
>
> Thanks in advance for your support,
>
> Mickael
Re: p2 tells me that "Unpack facility not configured" [message #486763 is a reply to message #130793] Sat, 19 September 2009 03:03 Go to previous messageGo to next message
Lucas  is currently offline Lucas Friend
Messages: 6
Registered: September 2009
Junior Member
Hi,

I am having the same problem, but I am already using SUN Java 6
I am trying to install from update site:

http://download.eclipse.org/tools/cdt/releases/galileo

I am using Ubuntu Jaunty (64bit)

$ java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)

$update-alternatives --config java

There are 3 alternatives which provide `java'.

Selection Alternative
-----------------------------------------------
1 /opt/mint-java-x64/bin/java
+ 2 /usr/lib/jvm/java-6-openjdk/jre/bin/java
* 3 /usr/lib/jvm/java-6-sun/jre/bin/java

and lastly from eclipse error log:

Unpack facility not configured

eclipse.buildId=I20090611-1540
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_AU
Framework arguments: -product org.eclipse.epp.package.php.product --vm /usr/lib/jvm/java-6-sun/jre/bin/java
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.php.product --vm /usr/lib/jvm/java-6-sun/jre/bin/java

Any pointers in how to solve this will be appreciated.

-Lucas



Re: p2 tells me that "Unpack facility not configured" [SOLVED] [message #486767 is a reply to message #486763] Sat, 19 September 2009 03:47 Go to previous message
Lucas  is currently offline Lucas Friend
Messages: 6
Registered: September 2009
Junior Member
Solved

My Eclipse 3.5 install was from using the PHP PDT 'all-in-one' package.
I downloaded 'vanilla' eclipse, and installed the CDT and PDT without any hassle.

-Lucas
Previous Topic:Dropins folder in Galileo (newbie?)
Next Topic:Unable to load Bundle
Goto Forum:
  


Current Time: Thu Apr 25 15:33:02 GMT 2024

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

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

Back to the top