For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 20 years, 5 months ago by
Brian Fernandes.
-
AuthorPosts
-
aarekhinMemberHi people,
then I trying to “export as jpg” a huge ERD diagram with 1000 tables, a error message appears “Error exporting image. Reason: No more handles [GetLastError=0x57]”
I use jdbc thin oracle driver connected to oracle 10g database
myeclipse build 20050829-4.0.0-GA
eclipse Version: 3.1.0
Build id: I20050627-1435!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2005-10-04 12:33:11.763
!MESSAGE Error saving image
!STACK 0
org.eclipse.swt.SWTError: No more handles [GetLastError=0x57]
at org.eclipse.swt.SWT.error(SWT.java:2968)
at org.eclipse.swt.graphics.Image.init(Image.java:1516)
at org.eclipse.swt.graphics.Image.<init>(Image.java:157)
at com.genuitec.eclipse.erdesigner.actions.ExportImageAction.run(ExportImageAction.java:105)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(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.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.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)Please give me some feedback on this issue
October 4, 2005 at 5:06 am #238621
Brian FernandesModeratoraarekhin,
This issue has been answered here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-8338.html
I’m closing this topic, could you please post further queries to the above thread, if any? That’ll help us track all the issues in a single thread.
Best,
Brian. -
AuthorPosts
