Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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 SocketConnector@127.0.0.1:8500
2012-05-27 16:06:00.744::INFO:  Started SocketConnector@127.0.0.1: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 SocketConnector@127.0.0.1:8000
2012-05-27 16:06:01.071::INFO:  jetty-6.1.11
2012-05-27 16:06:01.016::INFO:  Started SocketConnector@127.0.0.1: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!

share|improve this question
This question should instead be filed as a bug report, and as such is off-topic, thanks! Instructions on filing a bug report are here. – Jorge Castro Jul 1 '12 at 22:45

closed as off topic by Luis Alvarado Apr 10 at 18:58

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.