Oxygen dies not install in Eclipse 3.4.M6

Having trouble installing Oxygen? Got a bug to report? Post it all here.
maarten
Posts: 2
Joined: Mon Apr 07, 2008 1:28 pm

Oxygen dies not install in Eclipse 3.4.M6

Post by maarten »

I'm having trouble installing in 3.4.M6:

java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util.createBundleInfo(Util.java:137)
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint.installBundle(EclipseTouchpoint.java:787)
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint$2.execute(EclipseTouchpoint.java:200)
at org.eclipse.equinox.internal.p2.engine.ParameterizedProvisioningAction.execute(ParameterizedProvisioningAction.java:32)
at org.eclipse.equinox.internal.provisional.p2.engine.Phase.mainPerform(Phase.java:116)
at org.eclipse.equinox.internal.provisional.p2.engine.Phase.perform(Phase.java:67)
at org.eclipse.equinox.internal.provisional.p2.engine.InstallableUnitPhase.perform(InstallableUnitPhase.java:41)
at org.eclipse.equinox.internal.provisional.p2.engine.Phase.perform(Phase.java:46)
at org.eclipse.equinox.internal.provisional.p2.engine.PhaseSet.perform(PhaseSet.java:38)
at org.eclipse.equinox.internal.provisional.p2.engine.Engine.perform(Engine.java:53)
at org.eclipse.equinox.internal.provisional.p2.ui.operations.ProvisioningUtil.performProvisioningPlan(ProvisioningUtil.java:229)
at org.eclipse.equinox.internal.provisional.p2.ui.operations.ProfileModificationOperation.doExecute(ProfileModificationOperation.java:58)
at org.eclipse.equinox.internal.provisional.p2.ui.operations.ProvisioningOperation.execute(ProvisioningOperation.java:40)
at org.eclipse.equinox.internal.provisional.p2.ui.ProvisioningOperationRunner$1.run(ProvisioningOperationRunner.java:76)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

When will a version for Eclipse 3.4 be available?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Oxygen dies not install in Eclipse 3.4.M6

Post by sorin_ristache »

Hello,

The stacktrace does not seem to be caused by the oXygen plugin. I do not see an oXygen class in your stacktrace. Did you get the stacktrace when you tried to install version 9.1 of the oXygen plugin that is available on the Download page?

Eclipse 3.4 M6 is a stable build that comes with API freeze for Eclipse 3.4 but version 9.1 of the oXygen plugin that is available on the Download page was released before this build so it does not support the API for plugins of Eclipse 3.4. Normally the oXygen plugin supports only final versions of Eclipse but version 9.2 of the oXygen plugin which will be released before the final build of Eclipse 3.4 (June 2008) will probably support the Eclipse 3.4 API for plugins. Please wait for the version 9.2 of the oXygen plugin which will be released probably in less than a month.


Regards,
Sorin
maarten
Posts: 2
Joined: Mon Apr 07, 2008 1:28 pm

Re: Oxygen dies not install in Eclipse 3.4.M6

Post by maarten »

sorin wrote: Normally the oXygen plugin supports only final versions of Eclipse but version 9.2 of the oXygen plugin which will be released before the final build of Eclipse 3.4 (June 2008) will probably support the Eclipse 3.4 API for plugins. Please wait for the version 9.2 of the oXygen plugin which will be released probably in less than a month.
Great, need someone to beta test: Eclipse 3.4M5 on Mac OSX, dual dual core?

Maarten
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Oxygen dies not install in Eclipse 3.4.M6

Post by sorin_ristache »

Until we have a beta version of the oXygen plugin 9.2 ready you can install the zip distribution of version 9.1 from the Download page in Eclipse 3.4 M6. Just unzip the kit of the version 9.1 in the Eclipse 3.4 M6 (or later) install folder.


Regards,
Sorin
Post Reply