Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Error during installation
Error during installation [message #633226] Fri, 15 October 2010 18:44 Go to next message
Henning is currently offline HenningFriend
Messages: 32
Registered: October 2010
Member
Hello,

I encountered the following error during the installation of Epsilon:

An error occurred while installing the items
session context was:(profile=epp.package.modeling, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.epsilon.antlr 0.8.9.201004151115, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.ac tions.InstallBundleAction).
Error while loading manipulator.
Error while loading manipulator.

I already posted this error in appropriate forum link. But they asked me to post the error here, because they have never encountered this kind of error so far. - Do you have any idea what might cause this error?

Thanks for your help,

Henning

Re: Error during installation [message #633274 is a reply to message #633226] Fri, 15 October 2010 23:17 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Do you have a stack trace somewhere?
- henrik

On 10/15/10 8:44 PM, Henning wrote:
> Hello,
>
> I encountered the following error during the installation of Epsilon:
>
> An error occurred while installing the items
> session context was:(profile=epp.package.modeling,
> phase=org.eclipse.equinox.internal.p2.engine.phases.Install,
> operand=null --> [R]org.eclipse.epsilon.antlr 0.8.9.201004151115,
> action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.ac
> tions.InstallBundleAction).
> Error while loading manipulator.
> Error while loading manipulator.
>
> I already posted this error in appropriate forum
> http://www.eclipse.org/forums/index.php?t=msg&th=198422& amp;start=0&S=b6349e7d1cf7a7fff95134f8c8b772b2
> But they asked me to post the error here, because they have never
> encountered this kind of error so far. - Do you have any idea what might
> cause this error?
>
> Thanks for your help,
>
> Henning
>
>
Re: Error during installation [message #633798 is a reply to message #633274] Tue, 19 October 2010 13:28 Go to previous messageGo to next message
Henning is currently offline HenningFriend
Messages: 32
Registered: October 2010
Member
Sorry it took me so long to reply. The error log shows the following message after the failed installation:

java.lang.IllegalStateException: The framework persistent data location (/Applications/eclipse/Eclipse.app/Contents/MacOS/configurat ion) is not the same as the framework configuration location (/Applications/eclipse/configuration).
at org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxM anipulatorImpl.checkConsistencyOfFwConfigLocAndFwPersistentD ataLoc(EquinoxManipulatorImpl.java:65)
at org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxM anipulatorImpl.loadWithoutFwPersistentData(EquinoxManipulato rImpl.java:348)
at org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxM anipulatorImpl.load(EquinoxManipulatorImpl.java:319)
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.LazyManip ulator.loadDelegate(LazyManipulator.java:54)
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.LazyManip ulator.getConfigData(LazyManipulator.java:107)
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.I nstallBundleAction.installBundle(InstallBundleAction.java:80 )
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.I nstallBundleAction.execute(InstallBundleAction.java:32)
at org.eclipse.equinox.internal.p2.engine.ParameterizedProvisio ningAction.execute(ParameterizedProvisioningAction.java:35)
at org.eclipse.equinox.internal.p2.engine.Phase.mainPerform(Pha se.java:149)
at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.j ava:78)
at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(Phas eSet.java:44)
at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine .java:73)
at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine .java:44)
at org.eclipse.equinox.p2.operations.ProvisioningSession.perfor mProvisioningPlan(ProvisioningSession.java:174)
at org.eclipse.equinox.p2.operations.ProfileModificationJob.run Modal(ProfileModificationJob.java:79)
at org.eclipse.equinox.p2.operations.ProvisioningJob.run(Provis ioningJob.java:177)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Re: Error during installation [message #636877 is a reply to message #633798] Wed, 03 November 2010 08:28 Go to previous messageGo to next message
Henning is currently offline HenningFriend
Messages: 32
Registered: October 2010
Member
Any ideas - anyone?
Re: Error during installation [message #636900 is a reply to message #633798] Wed, 03 November 2010 09:20 Go to previous message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Error indicates that there is a mismatch between where configuration
files are expected to be. Suggest asking the Epsilon folks if they have
any ideas what they could be doing to cause this.

Some possible causes could be creating a runnable that is not movable
from its location and then installing someplace else, or perhaps by
using manually added install instructions using some constant value
(instead of actual location).

- henrik

On 10/19/10 3:28 PM, Henning wrote:
> Sorry it took me so long to reply. The error log shows the following
> message after the failed installation:
>
> java.lang.IllegalStateException: The framework persistent data location
> (/Applications/eclipse/Eclipse.app/Contents/MacOS/configurat ion) is not
> the same as the framework configuration location
> (/Applications/eclipse/configuration).
> at org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxM
> anipulatorImpl.checkConsistencyOfFwConfigLocAndFwPersistentD
> ataLoc(EquinoxManipulatorImpl.java:65)
> at org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxM
> anipulatorImpl.loadWithoutFwPersistentData(EquinoxManipulato
> rImpl.java:348)
> at org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxM
> anipulatorImpl.load(EquinoxManipulatorImpl.java:319)
> at org.eclipse.equinox.internal.p2.touchpoint.eclipse.LazyManip
> ulator.loadDelegate(LazyManipulator.java:54)
> at org.eclipse.equinox.internal.p2.touchpoint.eclipse.LazyManip
> ulator.getConfigData(LazyManipulator.java:107)
> at org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.I
> nstallBundleAction.installBundle(InstallBundleAction.java:80 )
> at org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.I
> nstallBundleAction.execute(InstallBundleAction.java:32)
> at org.eclipse.equinox.internal.p2.engine.ParameterizedProvisio
> ningAction.execute(ParameterizedProvisioningAction.java:35)
> at org.eclipse.equinox.internal.p2.engine.Phase.mainPerform(Pha
> se.java:149)
> at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.j ava:78)
> at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(Phas
> eSet.java:44)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine .java:73)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine .java:44)
> at org.eclipse.equinox.p2.operations.ProvisioningSession.perfor
> mProvisioningPlan(ProvisioningSession.java:174)
> at org.eclipse.equinox.p2.operations.ProfileModificationJob.run
> Modal(ProfileModificationJob.java:79)
> at org.eclipse.equinox.p2.operations.ProvisioningJob.run(Provis
> ioningJob.java:177)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
Previous Topic:Remote delta pack?
Next Topic:Detecting P2-enabled product installation
Goto Forum:
  


Current Time: Thu Mar 28 12:44:37 GMT 2024

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

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

Back to the top