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

Bug 143226

Summary: Manual Tests won't run on Solaris
Product: z_Archived Reporter: Mark D Dunn <mddunn>
Component: TPTPAssignee: Paul Slauenwhite <paulslau>
Status: CLOSED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Solaris-GTK   
Whiteboard:

Description Mark D Dunn CLA 2006-05-23 10:45:21 EDT
During Test Pass 1 for 4.2 Iteration 3, I tried to run a manual test against a RAC that is running on Solaris.  URLTests and JUnit tests ran correctly using the same RAC on Solaris.

I get the following error (in the execution history):

org.eclipse.swt.SWTError:  No more handles [gtk_init_check() failed)
   at org.eclipse.swt.SWT.error(SWT.java:3400)
   at org.eclipse.swt.widgets.Display.createDisplay(Display.java:793)
   at org.eclipse.swt.widgets.Display.create(Display.java:781)
   at org.eclipse.swt.graphics.Device.<init>(Device.java:145)
   at org.eclipse.swt.widgets.Display.<init>(Display.java:452)
   at org.eclipse.swt.widgets.Display.<init>(Display.java:443)
   at org.eclipse.tptp.test.manual.runner.ui.internal.ManualTestView.<init>(ManualTestView.java:125)
   at org.eclipse.tptp.test.manual.runner.ui.internal.ManualTestRunner.main(ManualTestRunner.java:199)
Comment 1 Paul Slauenwhite CLA 2006-05-24 13:24:21 EDT
This defect is caused by the DISPLAY environment variable not being set (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=115822#c12).  Once the DISPLAY environment variable was set, the symptoms for defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=115104 were found:

org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)] 

*** This bug has been marked as a duplicate of 115104 ***
Comment 2 Paul Slauenwhite CLA 2006-11-16 09:02:34 EST
ACTION: Please verify/close this defect.
Comment 3 Mark D Dunn CLA 2006-11-16 12:27:20 EST
Closing.