Foren

Liferay IDE crashes on Ubuntu 14

Darryl Kpizingui, geändert vor 9 Jahren.

Liferay IDE crashes on Ubuntu 14

Junior Member Beiträge: 82 Beitrittsdatum: 10.01.13 Neueste Beiträge
Hi,

My Liferay IDE liferay-ide-eclipse-linux-x64-2.2.1-ga2 and liferay-ide-eclipse-linux-x64-2.2.2-ga2 keep crashing at startup after working for a while. I ried couple of solutions but none of them works.
Bellow is the message the error I have in the windows dialog box.

JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=384m
-Xms512m
-Xmx2048m
-jar /home/darryl/Documents/projects/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /home/darryl/Documents/projects/eclipse//plugins/org.eclipse.platform_4.4.0.v20140606-1215/splash.bmp
-launcher /home/darryl/Documents/projects/eclipse/eclipse
-name Eclipse
--launcher.library /home/darryl/Documents/projects/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so
-startup /home/darryl/Documents/projects/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.appendVmargs
-exitdata 8f8018
-product org.eclipse.epp.package.jee.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=384m
-Xms512m
-Xmx2048m
-jar /home/darryl/Documents/projects/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar 


In console, I have

OpenJDK Server VM warning: You have loaded library /home/darryl/.local/share/Trash/files/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
thumbnail
David H Nebinger, geändert vor 9 Jahren.

RE: Liferay IDE crashes on Ubuntu 14

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
OpenJDK is not supported.

Switch to Oracle JDK and try again.
thumbnail
Gregory Amerson, geändert vor 9 Jahren.

RE: Liferay IDE crashes on Ubuntu 14

Liferay Legend Beiträge: 1123 Beitrittsdatum: 16.02.10 Neueste Beiträge
Also SWT doesn't quite yet fully support GTK3. Its best to execute eclipse in the following way to switch back to GTK2


export SWT_GTK3=0
./eclipse