Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Is anyone else seeing NoClassDefFoundError issue w/ b3 aggegator?

Miles,

AFAIK, the Aggregator still targets 3.6.x. It won't work if installed into an Indigo SDK because of breaking changes that were made in p2 (to internal APIs).

Cheers,

Kenn

On Thu, Apr 21, 2011 at 6:37 PM, Miles Parker <milesparker@xxxxxxxxx> wrote:

When I attempt to verify my b3aggr repos, I get the exception below. This is with a fresh OS X M6 and http://download.eclipse.org/modeling/emft/b3/updates-3.6/ 


!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:41.958
!MESSAGE Adding child meta-data repository http://download.eclipse.org/windowbuilder/WB/integration/3.7

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:41.960
!MESSAGE Done. Took 0 seconds

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:41.961
!MESSAGE Starting generation of verification feature

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:43.184
!MESSAGE Done. Took 1 second

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:43.186
!MESSAGE Starting generation of categories

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:43.192
!MESSAGE Done. Took 0 seconds

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:43.196
!MESSAGE Starting planner verification

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:43.206
!MESSAGE Verifying config win32,win32,x86...

!ENTRY org.eclipse.b3.util 1 -364274674 2011-04-21 15:31:43.212
!MESSAGE Done. Took 0 seconds

!ENTRY org.eclipse.b3.util 4 -364274674 2011-04-21 15:31:43.213
!MESSAGE Build failed! Exception was java.lang.NoClassDefFoundError: org/eclipse/equinox/internal/provisional/p2/director/ProfileChangeRequest
Caused by: java.lang.ClassNotFoundException: org.eclipse.equinox.internal.provisional.p2.director.ProfileChangeRequest
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/equinox/internal/provisional/p2/director/ProfileChangeRequest
at org.eclipse.b3.aggregator.engine.RepositoryVerifier.run(RepositoryVerifier.java:156)
at org.eclipse.b3.aggregator.engine.Builder.runRepositoryVerifier(Builder.java:1056)
at org.eclipse.b3.aggregator.engine.Builder.run(Builder.java:601)
at org.eclipse.b3.aggregator.presentation.AggregatorActionBarContributor$BuildRepoAction$1.run(AggregatorActionBarContributor.java:267)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.ClassNotFoundException: org.eclipse.equinox.internal.provisional.p2.director.ProfileChangeRequest
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 5 more


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top