Skip to main content

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


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


Back to the top