Google



Not all movies are my choice. The wife has some say too! :)
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            







My Amazon.com Wish List

Aptana: JVM terminated. Exit code=1

[EDIT] This has been resolved with the new update for xserver-xorg-core

After a recent upgrade to xserver-xorg-core on ubuntu, my Aptana stop working and was giving me the following error:

JVM terminated. Exit code=1
/usr/bin/java
-Xmx384M
-Xms128M
-Djava.awt.headless=true
-jar /apps/aptana/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /apps/aptana/AptanaStudio
-name Aptana
-showsplash 600
-exitdata e8009 Studio
-vm /usr/bin/java
-vmargs
-Xmx384M
-Xms128M
-Djava.awt.headless=true
-jar /apps/aptana/startup.jar

Finally, I figured going back to the previous version would fix the problem, so I did the following:

sudo apt-get install xserver-xorg-core=2:1.3.0.0.dfsg-12ubuntu8

Comments