¿Por qué mi Eclipse Indigo se bloquea en Ubuntu 13.04 con Oracle JDK 64bit?


Instalé jdk y eclipse en Ubuntu 13.04. Permanece abierto hasta que cree un proyecto y escriba algo básico, pero de repente en un minuto cuando hago clic en algún lugar como javadoc o Ctrl + Espacio, se bloquea inmediatamente con el siguiente mensaje. Tuve este problema con Juno y Ubuntu 12.04, pero cuando actualicé de Juno a Indigo, estaba bien. Pero ahora, después de usar Indigo y Ubuntu 13.04, todo está mal. Incluso Juno no funcionará con Ubuntu 13.04, necesito ayuda. Tengo que conseguir eclipse trabajo. Solo estoy listo para instalar / eliminar cualquier cosa para que Eclipse vuelva a funcionar.

[psycho:~] $ /opt/eclipse/eclipse 

(Eclipse:19297): Gtk-WARNING **: Unable to locate theme engine in module_path: "mist",

(Eclipse:19297): Gtk-WARNING **: Unable to locate theme engine in module_path: "mist",
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fb29dce2009, pid=19297, tid=140405947455232
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6e009]  soup_session_feature_detach+0x19
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try        "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/psycho/hs_err_pid19297.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Mis registros: Registros generados por eclipse

Author: thSoft, 2013-05-05

6 answers

Tuve el mismo error al ejecutar ADT en Ubuntu 13.04 con Gnome Shell 3.8.
He encontrado este informe de error relevante: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776
Y una solución como se publicó en el informe de error: Añadir

-Dorg.eclipse.swt.browser.DefaultType=mozilla

A su eclipse.ini
Funcionó para mí, espero que resuelva el problema para usted también.

 145
Author: user2055996,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-09-16 17:55:11

Estoy ejecutando eclipse luna en Ubuntu 12.04 y me enfrento al mismo problema. Lo resolví añadiendo la siguiente línea en eclipse.archivo ini como otras opciones no funcionó para mí.

-Dorg.jboss.tools.vpe.loadxulrunner=false

Espero que ayude!

 6
Author: nick-s,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-02-12 10:00:51

Parece ser un problema de Ubuntu / GTK themes. De acuerdo con esta página en "Ubuntu Technical", es causada por la falta de un paquete GTK "theme engine". La solución es identificar el paquete específico del motor de temas GTK para el tema "mist"... o simplemente instale theme engines instalando el paquete "gtk-engines" (source ).

 3
Author: Stephen C,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-05-05 11:36:26

Tenga en cuenta que https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776 ha sido arreglado, por lo que la mejor manera de evitar este bloqueo es usar Eclipse 4.3.2 o posterior si puede.

 2
Author: Grant Gayed,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-05-06 13:47:46

Para mí fue el problema con este error y la solución fue cambiar el tema GTK (Configuración del sistema > Aparición de la aplicación > GTK).

 1
Author: Adrian Ber,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-10-17 14:16:34

En mi caso , el problema se resolvió agregando lo siguiente al final de eclipse.ini

org.eclipse.swt.browser.DefaultType=mozilla
 0
Author: Ongati Felix,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2015-04-18 11:47:11