java - Eclipse fails to launch (RSEUIStartup) -


hello :) posting here know if of have encountered problem before:

eclipse fails launch, here .metadata/.log file workspace: http://pastebin.com/beuwasq4

it happened after ui began malfunctioning after line of length 1 500 000 got printed console (which had configured roll on 800 000 bytes, 100 000 default)

i think key error in log file @ org.eclipse.ui.workbench plugin startup (line 42: rseuistartup)

imho ui fails launch because can't handle console again. guys know how reset ui display outside eclipse?

edit: problem solved, aaron! beginning panic after new install of eclipse crashing. used this answer restoring launch configurations had.

i'm not sure plugin causes problems here when eclipse fails launch, should:

  1. enable console , debugging. start eclipse -console -consolelog -debug
  2. make sure eclipse uses java , not javaw start. otherwise, won't see output.
  3. to tell eclipse want debug, create file .options in same folder eclipse.ini. .options files in plugins see options can put in file. here .options file org.eclipse.core.runtime bundle.

that can narrow down issue. often, file in .metadata directory has been corrupted , eclipse has no support identifying these files.

if that's case, need clean directory. follow these instructions make work again least amount of hazzle.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -