Forum Discussion

davidgburch's avatar
davidgburch
New Contributor
14 years ago

soapUI starts then crashes - Ubuntu 11.10

Installer and binary behave the same. The splash screen comes up and then immediately crashes. I tried uncommenting the -Dsoapui.jxbrowser.disable=true but had no effect. I have attached the log file.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x68eb8b99, pid=17241, tid=1828776816
#
# JRE version: 6.0_21-b06
# Java VM: Java HotSpot(TM) Server VM (17.0-b16 mixed mode linux-x86 )
# Problematic frame:
# C [libgconf-2.so.4+0x15b99]
#
# An error report file with more information is saved as:
# /home/soapui/soapui-4.0.1/bin/hs_err_pid17241.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
  • Hello,

    just to make sure - you are uncommenting that jxbrowser related setting in soapui-pro.sh file ?
    Also, can you try updating to latest Java version ?

    Regards,
    Vladimir
    SmartBear Software
  • I loaded the latest version as suggested, still got the same error. But while checking versions I noticed I had the JAVA_HOME set for the soapui user. Removed that and it works. Thanks.