Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368873

Summary: Hudson standalone tests fail with NoClassDefFoundError
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.7   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
mylyn/context/zip none

Description Steffen Pingel CLA 2012-01-17 15:01:36 EST
Tests are failing to load the extension registry.

java.lang.NoClassDefFoundError: org/eclipse/core/runtime/RegistryFactory
	at org.eclipse.core.runtime.Platform.getExtensionRegistry(Platform.java:913)
	at org.eclipse.mylyn.commons.core.ExtensionPointReader.read(ExtensionPointReader.java:78)
	at org.eclipse.mylyn.internal.commons.repositories.core.LocationService$LocationServiceInitializer.&lt;clinit&gt;(LocationService.java:43)
	at org.eclipse.mylyn.internal.commons.repositories.core.LocationService.getDefault(LocationService.java:69)
	at org.eclipse.mylyn.commons.repositories.core.RepositoryLocation.&lt;init&gt;(RepositoryLocation.java:96)
	at org.eclipse.mylyn.hudson.tests.core.HudsonServerBehaviourTest.testParseJobHealthNoReport(HudsonServerBehaviourTest.java:29)
	
java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.mylyn.internal.commons.repositories.core.LocationService$LocationServiceInitializer
	at org.eclipse.mylyn.internal.commons.repositories.core.LocationService.getDefault(LocationService.java:69)
	at org.eclipse.mylyn.commons.repositories.core.RepositoryLocation.&lt;init&gt;(RepositoryLocation.java:96)
	at org.eclipse.mylyn.hudson.tests.core.HudsonServerBehaviourTest.testParseJobHealth(HudsonServerBehaviourTest.java:37)
Comment 1 Steffen Pingel CLA 2012-01-17 16:51:06 EST
Added org.eclipse.equinox.registry as a dependency.
Comment 2 Steffen Pingel CLA 2012-01-17 16:51:09 EST
Created attachment 209647 [details]
mylyn/context/zip