2011-11-23 25 views
12

Acabo de descargar SOAPUI 4.0.1 y traté de ejecutarlo en Ubuntu 11.10. Ejecuto el archivo soapui.sh. La aplicación se inició y la ventana realmente apareció, pero luego de unos segundos se cerró. Al mirar la terminal, vi que la JVM se bloqueaba. Debajo están los detalles del error:JVM falla al ejecutar SOAPUI en Ubuntu

(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 

¿Alguien puede ayudar? Gracias.

Respuesta

20

vistazo aquí: http://www.eviware.com/forum/viewtopic.php?f=13&t=7736

Mira en ..../soapUI-4.0.1/bin/soapui.sh:

#uncomment to disable browser component 
#JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=true" <- uncomment this line 

si está usising soapui.sh para comenzar soapUI. Si usó el instalador y el uso del iniciador en en soapUI - *. Vmoptions add -Dsoapui.jxbrowser.disable = true

que debería ser suficiente.

+0

si todavía obtener volcados del núcleo intente ejecutar soapUI de su directorio principal http://www.eviware.com/forum/viewtopic.php?f=13&t=7736# p29854 – fusion

0

También tengo el mismo problema

-- 
DUMP 
... 
# JRE version: 6.0_33-b03 
# Java VM: Java HotSpot(TM) Server VM (20.8-b03 mixed mode linux-x86) 
# Problematic frame: 
# C [libgconf-2.so.4+0x176aa] __float128+0x176aa 
... 
OS:Fedora release 16 (Verne) 
uname:Linux 3.3.2-6.fc16.i686 #1 SMP Sat Apr 21 13:23:12 UTC 2012 i686 
libc:glibc 2.14.90 NPTL 2.14.90 
... 
-- 

Este jxbrowser ... frasco está trabajando con xulrunner-2.8 ... frasco y código nativo hace no compatible para sus dependencias del sistema operativo.

jxbrowser se usa para 'HTML rendering' pero funciona también sin él.

- Funciona también en FC16