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

Bug 368949

Summary: Performance results are not getting generated
Product: [Eclipse Project] Platform Reporter: Satyam Kandula <satyam.kandula>
Component: RelengAssignee: Kim Moir <kim.moir>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, kim.moir
Version: 3.8   
Target Milestone: 3.8 M5   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Satyam Kandula CLA 2012-01-18 07:27:07 EST
Performance results are not getting generated for a while. We thought it could be a problem with X and rebooted the machine, but that doesn't seem to have helped.

The log at http://download.eclipse.org/eclipse/downloads/drops/I20120117-0845/buildlogs/perfgenoutput.txt says 
############
Print scenarios variations summary...done in 217ms
Print performance results HTML pages:
	- components main page.
!ENTRY org.eclipse.osgi 4 0 2012-01-18 06:34:43.718
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Display
	at org.eclipse.test.performance.ui.GenerateResults.printComponent(GenerateResults.java:531)
	at org.eclipse.test.performance.ui.GenerateResults.generate(GenerateResults.java:924)
	at org.eclipse.test.performance.ui.GenerateResults.run(GenerateResults.java:824)
	at org.eclipse.test.performance.ui.Main.start(Main.java:40)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:352)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
	... 17 more
Comment 1 Kim Moir CLA 2012-01-18 21:16:02 EST
I fixed this today. The issue were incorrect swt jars in the builder - these are used to generate the results.  I regenerated the results for I20120117-0845.  This build has missing results but I think this is due to the wonky test machine which I rebooted this morning.
Comment 2 Kim Moir CLA 2012-01-20 16:45:26 EST
I think this is fixed now. The results are getting generated. Also, I rebooted the Suse box today. It's filesystem was in a read only state.  That's why its results were missing in recent builds.