Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » eclipse crash when i try to use VE (no more handles)
eclipse crash when i try to use VE (no more handles) [message #105088] Sat, 03 September 2005 01:37 Go to next message
Eclipse UserFriend
Originally posted by: may82.interfree.it

Hi All!

When i try to use Visual Editor, eclipse open a pop-up saying:
"Internal Error:

An SWT error has occurred.
You are reccomended to exit the workbench.

ecc..."

Before installing VE, all worked well.
If I don't use VE feauture, all work well.

This happens when I try to create a new visual class and when I try to
change eclipse preference (windows->preferences). In last case, it crash
only if I clic on Java->Visual Editor, General->Workbench and more. But
if I try to go in Install/Update it doesn't crash.

I have installed:
Ecplise 3.1 for Windows (winXp sp2)
VE 1.1.0
EMF 2.1.0
GEF 3.1
Java EMF 1.1.0
Installed jre: 1.5.0


This is log file:

> !SESSION 2005-09-03 03:21:21.453 -----------------------------------------------
> eclipse.buildId=I20050627-1435
> java.version=1.5.0
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 4 4 2005-09-03 03:23:18.62
> !MESSAGE Unhandled event loop exception
>
> !ENTRY org.eclipse.ui 4 0 2005-09-03 03:23:18.78
> !MESSAGE No more handles
> !STACK 0
> org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:2968)
> at org.eclipse.swt.SWT.error(SWT.java:2865)
> at org.eclipse.swt.SWT.error(SWT.java:2836)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:395)
> at org.eclipse.swt.widgets.Control.createHandle(Control.java:48 2)
> at org.eclipse.swt.widgets.Link.createHandle(Link.java:174)
> at org.eclipse.swt.widgets.Control.createWidget(Control.java:49 7)
> at org.eclipse.swt.widgets.Link.createWidget(Link.java:188)
> at org.eclipse.swt.widgets.Control.<init>(Control.java:97)
> at org.eclipse.swt.widgets.Link.<init>(Link.java:87)
> at org.eclipse.ant.internal.ui.preferences.AntEditorPreferenceP age.createHeader(AntEditorPreferencePage.java:758)
> at org.eclipse.ant.internal.ui.preferences.AntEditorPreferenceP age.createContents(AntEditorPreferencePage.java:352)
> at org.eclipse.jface.preference.PreferencePage.createControl(Pr eferencePage.java:232)
> at org.eclipse.jface.preference.PreferenceDialog.createPageCont rol(PreferenceDialog.java:1371)
> at org.eclipse.jface.preference.PreferenceDialog$12.run(Prefere nceDialog.java:1138)
> at org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
> at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:14 8)
> at org.eclipse.jface.preference.PreferenceDialog.showPage(Prefe renceDialog.java:1132)
> at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.sho wPage(FilteredPreferenceDialog.java:351)
> at org.eclipse.jface.preference.PreferenceDialog$8.selectionCha nged(PreferenceDialog.java:638)
> at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredV iewer.java:763)
> at org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
> at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:14 8)
> at org.eclipse.jface.viewers.StructuredViewer.firePostSelection Changed(StructuredViewer.java:761)
> at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect( StructuredViewer.java:1042)
> at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected( StructuredViewer.java:1062)
> at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(O penStrategy.java:231)
> at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.ja va:226)
> at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java: 392)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3057)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2716)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
> at org.eclipse.jface.window.Window.open(Window.java:787)
> at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPrefer encesAction.java:66)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
> at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
> at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: eclipse crash when i try to use VE (no more handles) [message #105128 is a reply to message #105088] Sat, 03 September 2005 16:48 Go to previous message
Eclipse UserFriend
Originally posted by: may82.interfree.it

I'm sorry!
I've installed a clean copy of Eclipse and there is the same problem. So
it doesn't depend from VE.

I'm sorry :-)
Re: eclipse crash when i try to use VE (no more handles) [message #610641 is a reply to message #105088] Sat, 03 September 2005 16:48 Go to previous message
Eclipse UserFriend
Originally posted by: may82.interfree.it

I'm sorry!
I've installed a clean copy of Eclipse and there is the same problem. So
it doesn't depend from VE.

I'm sorry :-)
Previous Topic:eclipse crash when i try to use VE (no more handles)
Next Topic:XY-Layout Support in Ve
Goto Forum:
  


Current Time: Sat Apr 20 08:36:27 GMT 2024

Powered by FUDForum. Page generated in 0.03944 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top