Eclipse Crashes on Ubuntu 11.10
Posted
by
Adrian Matteo
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Adrian Matteo
Published on 2012-05-27T21:33:20Z
Indexed on
2012/07/01
21:25 UTC
Read the original article
Hit count: 495
I'm using Eclipse Indigo with aptana, to develope a rails application and it was working fine, but now it keeps crashing on startup. It opens and when the loading bars appear on the status bar, it goes gray (not responding) and the in closes without an error.
Here is the output from the terminal when I ran it from there:
(Eclipse:7391): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(Eclipse:7391): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(Eclipse:7391): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(Eclipse:7391): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
2012-05-27 16:05:58.272::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
2012-05-27 16:06:00.586::INFO: jetty-6.1.11
2012-05-27 16:06:00.743::INFO: Started [email protected]:8500
2012-05-27 16:06:00.744::INFO: Started [email protected]:8600
2012-05-27 16:06:01.999::INFO: jetty-6.1.11
2012-05-27 16:06:01.029::INFO: Opened /tmp/jetty_preview_server.log
2012-05-27 16:06:01.046::INFO: Started [email protected]:8000
2012-05-27 16:06:01.071::INFO: jetty-6.1.11
2012-05-27 16:06:01.016::INFO: Started [email protected]:8300
** (Eclipse:7391): DEBUG: NP_Initialize
** (Eclipse:7391): DEBUG: NP_Initialize succeeded
No bp log location saved, using default.
[000:000] Browser XEmbed support present: 1
[000:000] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
ERROR: Invalid browser function table. Some functionality may be restricted.
[000:056] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:056] No bp log location saved, using default.
[000:056] Browser XEmbed support present: 1
[000:056] Browser toolkit is Gtk2.
[000:056] Using Gtk2 toolkit
** (Eclipse:7391): DEBUG: NP_Initialize
** (Eclipse:7391): DEBUG: NP_Initialize succeeded
** (Eclipse:7391): DEBUG: NP_Initialize
** (Eclipse:7391): DEBUG: NP_Initialize succeeded
** (Eclipse:7391): DEBUG: NP_Initialize
** (Eclipse:7391): DEBUG: NP_Initialize succeeded
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.2)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
java.io.FileNotFoundException: /home/amatteo/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/portal.1.2.7.024747/aptana/favicon.ico (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at com.aptana.ide.server.jetty.ResourceBaseServlet.doGet(ResourceBaseServlet.java:136)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
2012-05-27 16:06:03.277::WARN: /favicon.ico: java.io.IOException: /home/amatteo/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/portal.1.2.7.024747/aptana/favicon.ico (No such file or directory)
It was working perfectly till a few days ago!
© Ask Ubuntu or respective owner