| Summary: | org.eclipse.swt.SWTError: No more handles ... when executing tptp manual test | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | jkubasta |
| Component: | TPTP | Assignee: | Paul Slauenwhite <paulslau> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | heatonkm |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
See http://www.eclipse.org/tptp/home/downloads/releasenotes/releasenotes4_4_0.html#4_CTI_4 for the document work-around. *** This bug has been marked as a duplicate of bug 115648 *** Closing by default since not closed by the originator in the 7+ months since being resolved. Please reopen if the issue is still present in the latest TPTP release or the resolution is not correct. |
Created simple TPTP manual test (That is: create New simple project) create new TPTP manual test) In the Test Cases tab: Select Add, name= home page Click the Behavior tab Add a Loop Save the testsuite file Select the testsuite file and from context menu select Run> test The Progress Information box shows the progress bar. It finishes but no Manual Test view is launched. In the test log, events message box see error: org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: swt-mozilla-gtk-3234 (libxpcom.so: cannot open shared object file: No such file or directory) ... I have set for user and root : export JAVA_HIGH_ZIPFDS=500 and export MOZILLA_FIVE_HOME=/usr/lib/mozilla-1.7.13 in bash_profile and for user have set : export LD_LIBRARY_PATH=/usr/lib/mozilla-1.7.13/:$LD_LIBRARY_PATH in .bashrc I am starting RAC as root and running the workspace as user. Checked with Joe T. to verify that Mozilla 1.7.13 was supported (as doc says 1.7.12 ) but it appears that this should work. If this is a setup error what am I missing ?