Forum Discussion

Paul1320's avatar
Paul1320
New Contributor
15 years ago

SoapUI 3.0.1 won't launch on RHEL5

SoapUI 2.5.1 runs fine on this RHEL5 server.
New install of 3.0.1 won't launch.

$ ./soapui.sh
================================
=
= SOAPUI_HOME = /home/asoas/eviware/soapUI-3.0.1
=
================================

(process:17290): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function

(process:17290): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed

(process:17290): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00699b0e, pid=17290, tid=2532948880
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) Server VM (14.0-b16 mixed mode linux-x86 )
# Problematic frame:
# C  [libgconf-2.so.4+0x1fb0e]
#
# An error report file with more information is saved as:
# /home/asoas/eviware/soapUI-3.0.1/bin/hs_err_pid17290.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.
#
./soapui.sh: line 122: 17290 Aborted                /home/asoas/eviware/soapUI-3.0.1/jre/bin/java $JAVA_OPTS -cp $SOAPUI_CLASSPATH com.eviware.soapui.SoapUI "$@"

4 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hmm.. can you attach the pid log-file? Also please try add -Dsoapui.jxbrowser.disable=true to see if that helps!

    regards,

    /Ole
    eviware.com
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Paul,

    thanks.. hmm.. the log indicates that the setting wasn't picked up (since it still occurs in jxbrowser-related code), maybe you could add it to the java invocation in the sh file you are running?

    Also, are you running 32 or 64 bit RHE?

    regards!

    /Ole
    eviware.com
  • Paul1320's avatar
    Paul1320
    New Contributor
    Hi Ole,
    -Dsoapui.jxbrowser.disable=true in soapui.sh did the trick. Thanks very much.
    paul