Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Neon M4 packages

Testing the C/C++ package on Mac 64, I got an exception on startup.

org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: org/eclipse/jdt/annotation/Nullable
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:386)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
at org.eclipse.epp.internal.logging.aeri.ide.Startup$1.run(Startup.java:40)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.NoClassDefFoundError: org/eclipse/jdt/annotation/Nullable
at org.eclipse.epp.internal.logging.aeri.ui.model.impl.ModelPackageImpl.initializePackageContents(ModelPackageImpl.java:2002)
at org.eclipse.epp.internal.logging.aeri.ui.model.impl.ModelPackageImpl.init(ModelPackageImpl.java:326)
at org.eclipse.epp.internal.logging.aeri.ui.model.IModelPackage.<clinit>(IModelPackage.java:65)
at org.eclipse.epp.internal.logging.aeri.ui.utils.Constants.<clinit>(Constants.java:53)
at org.eclipse.epp.internal.logging.aeri.ui.functions.RegistryServersCreationFunction.compute(RegistryServersCreationFunction.java:49)
at org.eclipse.e4.core.internal.contexts.ValueComputation.get(ValueComputation.java:62)
at org.eclipse.e4.core.internal.contexts.EclipseContext.internalGet(EclipseContext.java:247)
at org.eclipse.e4.core.internal.contexts.EclipseContext.get(EclipseContext.java:213)
at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier.fillArgs(ContextObjectSupplier.java:194)
at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier.get(ContextObjectSupplier.java:178)
at org.eclipse.e4.core.internal.di.InjectorImpl.resolveArgs(InjectorImpl.java:505)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:368)
... 4 more
Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.annotation.Nullable cannot be found by org.eclipse.epp.logging.aeri.ui_1.100.0.v20151216-0616
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:444)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:349)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 16 more


From: epp-dev-bounces@xxxxxxxxxxx [epp-dev-bounces@xxxxxxxxxxx] on behalf of Markus Knauer [mknauer@xxxxxxxxxxxxxxxxx]
Sent: Thursday, 17 December 2015 9:03 PM
To: EPP Developer Mailing List
Subject: [epp-dev] Neon M4 packages

Hi package maintainers,

with a little delay caused by the various signing issues our Neon M4 is waiting to be tested.

Download of the packages from Hudson:
https://hudson.eclipse.org/packaging/job/neon.epp-tycho-build/129/artifact/org.eclipse.epp.packages/archive/

p2 repositories for updates/upgrades:
http://download.eclipse.org/technology/epp/packages/neon/M4/ and http://download.eclipse.org/releases/staging/

Thank you for testing and for voting!

Markus

Back to the top