Solaris 8, TPTP 4.1.0.1: Manual test crashes [message #74812] |
Wed, 21 June 2006 04:13  |
Eclipse User |
|
|
|
Originally posted by: adambertilcom.gmail.com
Dear group,
This is my first post here; I've searched extensively for the solution
but haven't found one yet. If this question has been covered I'm sorry
for the added noise.
I'm running Solaris 8 (Gtk+ 2.8.19), Eclipse 3.1.2, TPTP 4.1.0.1.
I'm quite familiar with Eclipse but have just installed TPTP. My first
task was to run a simple manual test, but I get a crash and test gets
labelled "inconclusive".
I think the problem has to do with the SWT Browser; it tries to load
swt-mozilla-gtk-3138 library which was not included with SWT-3.1.0 for
Solaris. Please find the stack trace below.
I have seen on the SWT faq that Solaris is not an explicitly supported
platform and that there are issues with Linux/SWT Browser. They mention
some work-arounds, however those fixes don't seem to work for me.
Has anybody successfully run a manual test on Solaris 8?
Any pointers greatly appreciated.
Best regards,
Bruno
------------------
Stack trace:
org.eclipse.swt.SWTError: No more handles
(java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3138 in
java.library.path)
at org.eclipse.swt.SWT.error(SWT.java:2968)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:148)
at
org.eclipse.tptp.test.manual.runner.ui.internal.TestInvocati onPane.buildPane(TestInvocationPane.java:221)
at
org.eclipse.tptp.test.manual.runner.ui.internal.TestInvocati onPane. <init>(TestInvocationPane.java:83)
at
org.eclipse.tptp.test.manual.runner.ui.internal.TestInvocati onPane. <init>(TestInvocationPane.java:76)
at
org.eclipse.tptp.test.manual.runner.ui.internal.ManualTestVi ew.buildWindow(ManualTestView.java:440)
at
org.eclipse.tptp.test.manual.runner.ui.internal.ManualTestVi ew. <init>(ManualTestView.java:129)
at
org.eclipse.tptp.test.manual.runner.core.internal.ManualTest Runner.main(ManualTestRunner.java:194)
Caused by: java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3138 in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:145)
... 6 more
|
|
|
Re: Solaris 8, TPTP 4.1.0.1: Manual test crashes [message #74907 is a reply to message #74812] |
Thu, 22 June 2006 07:49   |
Eclipse User |
|
|
|
Hi Bruno,
Unfortunately, SWT does not support the Browser widget on Solaris, only:
Windows (Internet Explorer 5 and above)
Mac (Panther OS X 10.3 and above. Safari based)
Linux GTK and Linux Motif (Mozilla 1.4 GTK2 and above, or Firefox 1.0 and
above)
Photon
Although the Manual Test View is supported on the following platforms,
we are limited by the lack of SWT browser support:
AIX 5L v5.1 with 5100-05
Apple Mac OS X v10.3
HP-UX v11i
Red Hat Enterprise Linux Workstation v3.0
Sun Solaris v8 with latest patch Cluster
SuSE Linux Enterprise Server (SLES) v9.0
Windows XP Professional with SP1
As such, I have opened defect
https://bugs.eclipse.org/bugs/show_bug.cgi?id=148196 to address this issue
in TPTP V4.2.1.
Paul
"Bruno Anderhage" <adambertilcom@gmail.com> wrote in message
news:e7av2q$dan$1@utils.eclipse.org...
> Dear group,
>
> This is my first post here; I've searched extensively for the solution
> but haven't found one yet. If this question has been covered I'm sorry
> for the added noise.
>
> I'm running Solaris 8 (Gtk+ 2.8.19), Eclipse 3.1.2, TPTP 4.1.0.1.
>
> I'm quite familiar with Eclipse but have just installed TPTP. My first
> task was to run a simple manual test, but I get a crash and test gets
> labelled "inconclusive".
>
> I think the problem has to do with the SWT Browser; it tries to load
> swt-mozilla-gtk-3138 library which was not included with SWT-3.1.0 for
> Solaris. Please find the stack trace below.
>
> I have seen on the SWT faq that Solaris is not an explicitly supported
> platform and that there are issues with Linux/SWT Browser. They mention
> some work-arounds, however those fixes don't seem to work for me.
>
> Has anybody successfully run a manual test on Solaris 8?
>
>
> Any pointers greatly appreciated.
>
>
> Best regards,
>
> Bruno
>
>
> ------------------
>
> Stack trace:
>
> org.eclipse.swt.SWTError: No more handles
> (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3138 in
> java.library.path)
> at org.eclipse.swt.SWT.error(SWT.java:2968)
> at org.eclipse.swt.SWT.error(SWT.java:2865)
> at org.eclipse.swt.browser.Browser.<init>(Browser.java:148)
> at
>
org.eclipse.tptp.test.manual.runner.ui.internal.TestInvocati onPane.buildPane
(TestInvocationPane.java:221)
> at
>
org.eclipse.tptp.test.manual.runner.ui.internal.TestInvocati onPane. <init>(Te
stInvocationPane.java:83)
> at
>
org.eclipse.tptp.test.manual.runner.ui.internal.TestInvocati onPane. <init>(Te
stInvocationPane.java:76)
> at
>
org.eclipse.tptp.test.manual.runner.ui.internal.ManualTestVi ew.buildWindow(M
anualTestView.java:440)
> at
>
org.eclipse.tptp.test.manual.runner.ui.internal.ManualTestVi ew. <init>(Manual
TestView.java:129)
> at
>
org.eclipse.tptp.test.manual.runner.core.internal.ManualTest Runner.main(Manu
alTestRunner.java:194)
> Caused by: java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3138 in
> java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
> at java.lang.Runtime.loadLibrary0(Runtime.java:788)
> at java.lang.System.loadLibrary(System.java:834)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
> at org.eclipse.swt.browser.Browser.<init>(Browser.java:145)
> ... 6 more
|
|
|
|
Re: Solaris 8, TPTP 4.1.0.1: Manual test crashes [message #75200 is a reply to message #75021] |
Mon, 26 June 2006 14:35  |
Eclipse User |
|
|
|
Thanks Lars for your input. Solaris support for TPTP is only limited by the
Eclipse/SWT support for the OS. We do provide the Agent Controller on
Solaris for remote test execution (except manual testing), profiling, log
importing, statistical monitoring, etc.). That said, Eclipse and its
projects (including TPTP) are always looking for defects/features from the
user community as well as contributions of fixes/features.
Paul
"Lars
|
|
|
Powered by
FUDForum. Page generated in 0.05207 seconds