我刚刚下载了SOAPUI 4.0.1,并尝试在Ubuntu 11.10中运行它.我运行文件soapui.sh.应用程序启动,窗口实际出现,但几秒钟后它关闭.看着终端,我看到JVM崩溃了.以下是错误的详细信息:
(process:4183): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.30.0/./gobject/gtype.c:2708: You forgot to call g_type_init() (process:4183): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' Failed (process:4183): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' Failed Problematic frame: C [libgconf-2.so.4+0x15b99] gconf_enum_to_string+0xd59
谁能帮忙?谢谢.
解决方法
看这里:
http://www.eviware.com/forum/viewtopic.php?f=13&t=7736
看看…. / soapui-4.0.1 / bin / soapui.sh:
#uncomment to disable browser component #JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=true" <- uncomment this line
如果你使用soapui.sh来启动soapUI.如果你使用安装程序和使用启动器比
在soapUI – *.vmoptions add -Dsoapui.jxbrowser.disable = true
这应该够了吧.