MyEclipse: extreme GDI Object increase while un- / deploying draggee - May 09, 2011 - 09:16 AM Post subject: extreme GDI Object increase while un- / deploying
Hi
we're using MyEclipse with WAS 6.1 integration in our company. We got the problem that the Windows GDI Objects of myeclipse are increasing extremely when deploying and undeploying EARs , which results in a myeclipse crash.
Does somebody have solution fot this problem?support-swapna - May 09, 2011 - 12:43 PM Post subject: RE: extreme GDI Object increase while un- / deploying
draggee,
Can you give some more details for me to understand the issue better ?
1) Share your build id from Help > About MyEclipse Enterprise Workbench. Paste it here.
2) What exact error do you see logged in the .log file which is located at <workspace dir>/.metadata/.log ? Paste the complete error here.
3) Which is the application server you are deploying your EARs to?
This is a continuation of log file C:\Users\lvanthin\Workspaces\ServerWorkSpace\.metadata\.bak_0.log
Created Time: 2011-05-10 12:10:49.876
!ENTRY org.eclipse.ui 4 0 2011-05-10 12:10:49.876
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
Caused by: org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4109)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:1550)
at org.eclipse.swt.graphics.GC.<init>(GC.java:166)
at org.eclipse.swt.graphics.GC.<init>(GC.java:132)
at org.eclipse.jface.dialogs.Dialog.shortenText(Dialog.java:349)
at org.eclipse.jface.dialogs.ProgressMonitorDialog$ProgressMonitor.subTask(ProgressMonitorDialog.java:234)
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog$4.subTask(ProgressMonitorJobsDialog.java:418)
at org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog$12.run(ProgressMonitorFocusJobDialog.java:360)
at org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog$9.run(ProgressMonitorFocusJobDialog.java:293)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 22 more
3.) WebSphere App Server 6.1
4.) nope -clean does not solve the problem
our company is migrating on windows 7. So this problem is very urgent, because our sw-engineers need a functionable MyEclipse now !!support-swapna - May 11, 2011 - 05:58 AM Post subject:
draggee,