Forum Discussion

kamahade's avatar
kamahade
Regular Contributor
13 years ago

BUG: Linux Installation throwing Java crash

Hello team,

mq-ostipappt02@/apps/home/mq/soapUI-Pro-4.0.1/bin>sh soapui-pro.sh
================================
=
= SOAPUI_HOME = /apps/home/mq/soapUI-Pro-4.0.1
=
================================
Configuring log4j from [/apps/home/mq/soapUI-Pro-4.0.1/bin/soapui-log4j.xml]
14:48:44,803 INFO [DefaultSoapUICore] Creating new settings at [/apps/home/mq/soapui-settings.xml]
14:48:46,005 INFO [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [/apps/home/mq/soapUI-Pro-4.0.1/bin/scripts]
14:48:46,006 INFO [DefaultSoapUICore] Adding listeners from [/apps/home/mq/soapUI-Pro-4.0.1/bin/listeners/demo-listeners.xml]
14:48:47,003 INFO [SoapUI] Used java version: 1.6.0_26
14:48:47,821 INFO [DefaultSoapUICore] Adding actions from [/apps/home/mq/soapUI-Pro-4.0.1/bin/actions/demo-actions.xml]

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

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

(process:24616): 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=0xa9d03b0e, pid=24616, tid=2917530512
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Server VM (20.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C [libgconf-2.so.4+0x1fb0e] __float128+0xbfe
#
# An error report file with more information is saved as:
# /apps/home/mq/soapUI-Pro-4.0.1/bin/hs_err_pid24616.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-pro.sh: line 160: 24616 Aborted $JAVA $JAVA_OPTS -cp $SOAPUI_CLASSPATH com.eviware.soapui.SoapUIPro "$@"
mq-ostipappt02@/apps/home/mq/soapUI-Pro-4.0.1/bin>


At this point of time, UI comesup and a dialog appears to import settings.

I do not want to import any setting and hence I click "Cancel" in that dialog box. that's it !

I see java crashed.

3 Replies

  • kamahade's avatar
    kamahade
    Regular Contributor
    Want to mention here that testrunner is running fine (no gui)
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    this seems to be caused by bundler browser component, JXBrowser. Can you
    try adding
    -Dsoapui.jxbrowser.disable=true to soapui.sh ?

    Regards,
    Vladimir
    SmartBear Software
  • kamahade's avatar
    kamahade
    Regular Contributor
    Excellent support team...

    what I did

    1) go to "soapUI-Pro-4.0.2/bin" > vi soapui-pro.sh
    2) Around 130 - 132 lines you will see "JAVA_OPTS"
    3) Add " -Dsoapui.jxbrowser.disable=true " to JAVA_OPTS
    4) Save and close the soapui-pro.sh file

    Now, I did not see the crash !

    Thank you !