Forum Discussion

Kevin_Slade's avatar
Kevin_Slade
Contributor
15 years ago

Re: SoapUI Pro Dies just after starting on 32bit Linux

SoapUi Pro V3, V3 nightly builds and V3.0.1 Nightly build all die shortly after starting before the License file is prompted for on Ubuntu 8.04 32 bit systems with 2Gb Ram

When SoapUI is started from a bash prompt, the following output is displayed


Mark on the nzhmlwks0007: bin/soapUI-Pro-3.0 &
[1] 25875
Mark on the nzhmlwks0007: /home/marks/eviware/soapUI-Pro-3.0/bin
Configuring log4j from [/home/marks/eviware/soapUI-Pro-3.0/bin/soapui-log4j.xml]
14:04:19,850 INFO  [DefaultSoapUICore] Creating new settings at [/home/marks/soapui-settings.xml]
14:04:21,322 INFO  [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [/home/marks/eviware/soapUI-Pro-3.0/bin/scripts]
14:04:21,337 INFO  [DefaultSoapUICore] Adding listeners from [/home/marks/eviware/soapUI-Pro-3.0/bin/listeners/demo-listeners.xml]
14:04:24,497 INFO  [DefaultSoapUICore] Adding actions from [/home/marks/eviware/soapUI-Pro-3.0/bin/actions/demo-actions.xml]
The program 'TuxPack GTK+' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 5452 error_code 8 request_code 145 minor_code 4)
  (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)
[1]+  Exit 1                  bin/soapUI-Pro-3.0

The error.log file is empty.

The following java packages are installed:

java-common                                        install
libbcel-java                                        install
libcommons-beanutils-java                        install
libcommons-collections-java                        install
libcommons-collections3-java                        install
libcommons-dbcp-java                                install
libcommons-digester-java                        install
libcommons-el-java                                install
libcommons-launcher-java                        install
libcommons-logging-java                                install
libcommons-modeler-java                                install
libcommons-pool-java                                install
libhsqldb-java                                        install
libjaxp1.3-java                                        install
libjline-java                                        install
libjsch-java                                        install
liblog4j1.2-java                                install
liblucene-java                                        install
liblucene-java-doc                                install
libmx4j-java                                        install
libregexp-java                                        install
libservlet2.3-java                                install
libservlet2.4-java                                install
libswt3.2-gtk-java                                install
libtomcat5.5-java                                install
libxalan2-java                                        install
libxerces2-java                                        install
openoffice.org-java-common                        install
sun-java6-bin                                        install
sun-java6-demo                                        install
sun-java6-jdk                                        install
sun-java6-jre                                        install
sun-java6-plugin                                install

Attached is a tar file any non-zero length files that may have a bearing on the issue

7 Replies

  • The splash screen and then the SoapUI window are displayed. The window asking whether to import any old projects is also displayed. When this window is dismissed, SoapUI closes shortly after this window closes.
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    You can try disabling the jxbrowser

    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.

    If that does not work, can you please let us know what version of the JDK you are using?

    Nenad
    http://eviware.com
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Kevin,

    we have a build coming up that might remedy this, would you be willing to try it out?

    regards!

    /Ole
    eviware.com
  • Hello Ole
    Always game for a challenge as you know.

    Let me know when the new build is ready to try.

    Regards Kevin
  • I will be at the problematic system on Tuesday so I will post the results as soon as I can.

    Thanks
  • Solved   :D

    I installed the nightly build (from /nightly-builds/2009-08-02/soapui-pro/3.0.1) on one of the 32 bit systems. and it failed as above.

    I checked what java versions were installed using " sudo dpkg --get-selections | grep java" and we have the following:

    java-common                                        install
    libaccess-bridge-java                                install
    libbcel-java                                        install
    libhsqldb-java                                        install
    libjaxp1.3-java                                        install
    libjline-java                                        install
    liblog4j1.2-java                                install
    libmozillainterfaces-java                        install
    libmx4j-java                                        install
    libregexp-java                                        install
    libservlet2.3-java                                install
    libservlet2.4-java                                install
    libxalan2-java                                        install
    libxerces2-java                                        install
    openoffice.org-java-common                        install
    sun-java6-bin                                        install
    sun-java6-jdk                                        install
    sun-java6-jre                                        install
    sun-java6-plugin                                install

    This shows that SUN Java 1.0.6 is installed. Based on experience with Kubuntu 9.04 64 bit we installed SUN Java 5 (1.0.5) as well and now SoapUI Pro runs on the 32 bit Ubuntu 8.04 systems as well.

    Ubuntu (and possibly Debian) Sun-Java-6 is missing some things that SoapUI needs to be able to run.