Forum Discussion

rah's avatar
rah
Occasional Contributor
15 years ago

soapUI 3.0 on Linux crashes

I have just downloaded the new 3.0 version for Linux. The Program crashes shortly after starting up with the following error:
The program 'TuxPack GTK+' received an X Window System error.
    [exec] This probably reflects a bug in the program.
    [exec] The error was 'BadWindow (invalid Window parameter)'.
    [exec]  (Details: serial 10243 error_code 3 request_code 20 minor_code 0)
    [exec]  (Note to programmers: normally, X errors are reported asynchronously;
    [exec]    that is, you will receive the error a while after causing it.
    [exec]    To debug your program, run it with the --sync command line
    [exec]    option to change this behavior. You can then get a meaningful
    [exec]    backtrace from your debugger if you break on the gdk_x_error() function.)
    [exec] Result: 1

Is anyone running 3.0 on Linux successfuly?

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    When starting soapUI/soapUI Pro start it with -Dsoapui.jxbrowser.disable=true . Add this in soapui.sh to JAVA_OPTS. I'm running it on Ubuntu 8.10 this way. It is related to some components.

    Let me know does it helps,
    robert
  • rah's avatar
    rah
    Occasional Contributor
    It helps indeed. Thank you so much.