I wasn't able to solve it.
I started a new workspace by simple removing the old one such that Myeclipse automatically creates a new one.
However, I notices that this new workspace with no projects starts with the "Memory low" popup warning :(...
And I even had that Myeclipse simple crashed after 2 minutes configuring my workspace layout with the exception below in the log.
Even when I start the with the original myeclipse.ini, it with an empty workspace it starts with the Memory popup warning.
Something is very wrong here and I think it's one of the plugin's...
How can I detect which plugin is giving problems?
- Ed
----
eclipse.buildId=unknown
java.version=1.6.0_23
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=nl_NL
Framework arguments: ;C:\Users\ed\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\server\jvm.dll -Xss500k -Dosgi.requiredJavaVersion=1.6 -Xms512m -Xmx2048m -XX:NewSize=8m -XX:PermSize=512m -XX:MaxPermSize=756m -XX:MaxPermHeapExpansion=50m -XX:ReservedCodeCacheSize=256 -XX:CMSInitiatingOccupancyFraction=70 -XX:+UseCMSInitiatingOccupancyOnly -Xincgc -XX:+UseParNewGC -XX:+CMSConcurrentMTEnabled -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=5 -XX:GCTimeRatio=49 -XX:MaxGCPauseMillis=20 -XX:GCPauseIntervalMillis=1000 -XX:+UseCMSCompactAtFullCollection -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+CMSPermGenSweepingEnabled -Dorg.eclipse.swt.internal.gtk.disablePrinting ; Incremental GC collector: overcomes GC pauses but will decrease GC performance. ; It can't work together with the option UseParallelGC ;-Xincgc ; Alternative to using UseParNewGC is: ; -XX:+UseParallelGC ; For the differences, see: ;
http://stackoverflow.com/questions/2101518/difference-between-xxuseparallelgc-and-xxuseparnewgc ;
http://java.sun.com/docs/hotspot/gc1.4.2/faq.html ; More Ref's: ;
http://stackoverflow.com/questions/6137429/is-it-possible-to-add-comments-to-eclipse-ini-file
Command-line arguments: -os win32 -ws win32 -arch x86_64 ;C:\Users\ed\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\server\jvm.dll -Xss500k -Dosgi.requiredJavaVersion=1.6 -Xms512m -Xmx2048m -XX:NewSize=8m -XX:PermSize=512m -XX:MaxPermSize=756m -XX:MaxPermHeapExpansion=50m -XX:ReservedCodeCacheSize=256 -XX:CMSInitiatingOccupancyFraction=70 -XX:+UseCMSInitiatingOccupancyOnly -Xincgc -XX:+UseParNewGC -XX:+CMSConcurrentMTEnabled -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=5 -XX:GCTimeRatio=49 -XX:MaxGCPauseMillis=20 -XX:GCPauseIntervalMillis=1000 -XX:+UseCMSCompactAtFullCollection -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+CMSPermGenSweepingEnabled -Dorg.eclipse.swt.internal.gtk.disablePrinting ; Incremental GC collector: overcomes GC pauses but will decrease GC performance. ; It can't work together with the option UseParallelGC ;-Xincgc ; Alternative to using UseParNewGC is: ; -XX:+UseParallelGC ; For the differences, see: ;
http://stackoverflow.com/questions/2101518/difference-between-xxuseparallelgc-and-xxuseparnewgc ;
http://java.sun.com/docs/hotspot/gc1.4.2/faq.html ; More Ref's: ;
http://stackoverflow.com/questions/6137429/is-it-possible-to-add-comments-to-eclipse-ini-file
!ENTRY org.eclipse.mylyn.tasks.ui 2 0 2012-02-23 15:25:30.012
!MESSAGE No search provider was registed. Tasks search is not available.
!ENTRY org.eclipse.jface 2 0 2012-02-23 15:25:31.820
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2012-02-23 15:25:31.820
!MESSAGE A conflict occurred for CTRL+F9:
Binding(CTRL+F9,
ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.activateTask,Activate Task,
,
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+F9,
ParameterizedCommand(Command(RunSQLAction,Run SQL,
Run SQL,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
!ENTRY org.eclipse.ui 4 0 2012-02-23 15:26:44.211
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.OutOfMemoryError: PermGen space
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getMethod0(Class.java:2670)
at java.lang.Class.getMethod0(Class.java:2679)
at java.lang.Class.getMethod0(Class.java:2679)
at java.lang.Class.getMethod0(Class.java:2679)
at java.lang.Class.getMethod(Class.java:1603)
at org.eclipse.ui.internal.handlers.WidgetMethodHandler.getMethodToExecute(WidgetMethodHandler.java:265)
at org.eclipse.ui.internal.handlers.WidgetMethodHandler.isHandled(WidgetMethodHandler.java:247)
at org.eclipse.ui.internal.handlers.WidgetMethodHandler.updateEnablement(WidgetMethodHandler.java:57)
at org.eclipse.ui.internal.handlers.WidgetMethodHandler$1.handleEvent(WidgetMethodHandler.java:49)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2822)
at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2403)
at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:5152)
at org.eclipse.swt.widgets.Table.WM_SETFOCUS(Table.java:6261)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4598)
at org.eclipse.swt.widgets.Table.windowProc(Table.java:5893)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4972)
at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
at org.eclipse.swt.widgets.Control.forceFocus(Control.java:1098)
at org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:3599)
at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations.java:821)
at org.eclipse.swt.widgets.Shell.open(Shell.java:1248)
at org.eclipse.jface.window.Window.open(Window.java:797)
at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.openFiltersDialog(ExtendedMarkersView.java:1173)
at org.eclipse.ui.internal.views.markers.ConfigureContentsDialogHandler.execute(ConfigureContentsDialogHandler.java:35)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)