Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Error installing a plugin
Error installing a plugin [message #1707008] Tue, 01 September 2015 12:56 Go to next message
Maksim Melnik is currently offline Maksim MelnikFriend
Messages: 52
Registered: August 2015
Member
Hello,
i am trying to deliver an eclipse Mars with some preinstalled plugins, like 'easy shell' and 'bytecode outline',
now, easy shell is installed just fine, but when i install 'bytecode outline'
i am getting error (in the attachment),
is there any way to resolve it? As far as i understand , at some point the engine gets null operand... is it a problem with the plugin , or just with my .setup file?

here is full error message

ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred while installing the items
at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:255)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:523)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:328)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:709)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:2955)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2899)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2880)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2774)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:550)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:635)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
ERROR: org.eclipse.equinox.p2.engine code=0 session context was:(profile=C__Users_EMAKMEL_Desktop_Test2Eclipse_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.objectweb.asm 2.0.0, action=).
ERROR: org.eclipse.equinox.p2.touchpoint.eclipse code=0 Failed to prepare partial IU: [R]org.objectweb.asm 2.0.0.

Maksim
  • Attachment: Capture.PNG
    (Size: 73.64KB, Downloaded 423 times)
Re: Error installing a plugin [message #1707017 is a reply to message #1707008] Tue, 01 September 2015 14:29 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Maksim,

Can you paste your P2 Director task into this forum please? Then I could try it out...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 01.09.2015 um 14:56 schrieb Maksim Melnik:
> Hello,
> i am trying to deliver an eclipse Mars with some preinstalled plugins, like 'easy shell' and 'bytecode outline',
> now, easy shell is installed just fine, but when i install 'bytecode outline'
> i am getting error (in the attachment),
> is there any way to resolve it? As far as i understand , at some point the engine gets null operand... is it a problem with the plugin , or just with my .setup file?
>
> here is full error message
>
> ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred while installing the items
> at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:255)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:523)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:328)
> at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:709)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:2955)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2899)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2880)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2774)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:550)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:635)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> ERROR: org.eclipse.equinox.p2.engine code=0 session context was:(profile=C__Users_EMAKMEL_Desktop_Test2Eclipse_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.objectweb.asm 2.0.0, action=).
> ERROR: org.eclipse.equinox.p2.touchpoint.eclipse code=0 Failed to prepare partial IU: [R]org.objectweb.asm 2.0.0.
>
> Maksim


Re: Error installing a plugin [message #1707019 is a reply to message #1707017] Tue, 01 September 2015 14:36 Go to previous message
Maksim Melnik is currently offline Maksim MelnikFriend
Messages: 52
Registered: August 2015
Member
Hey Eike,
thank you for your reply, here it is:

<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="com.tetrade.eclipse.plugins.easyshell.feature.feature.group"/>
<requirement
name="de.loskutov.BytecodeOutline.feature.feature.group"/>
<repository
url="http://anbos.de/eclipse/pluginbox-updatesite"/>
<repository
url="http://download.forge.objectweb.org/eclipse-update"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
Previous Topic:Feedback on using Oomph
Next Topic:Let oomph import from multiple git - repositories
Goto Forum:
  


Current Time: Sat Apr 20 03:34:09 GMT 2024

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

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

Back to the top