Eclipse error [message #46975] |
Mon, 04 April 2005 18:28 |
Eclipse User |
|
|
|
Originally posted by: priyadar.gmail.com
Hi all
I am getting an error when I load my application into Eclipse and try to
run it (Actually eclipse crashes when I get this error) When I try to run
the app from outside of eclipse - it works fine - for the exact same
process. The error that I get from eclipse .log file is
!SESSION Apr 04, 2005 13:57:16.736
---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ui 4 4 Apr 04, 2005 13:57:16.736
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Apr 04, 2005 13:57:16.736
!MESSAGE No more handles [GetLastError=0x2]
!STACK 0
org.eclipse.swt.SWTError: No more handles [GetLastError=0x2]
at org.eclipse.swt.SWT.error(SWT.java:2717)
at org.eclipse.swt.graphics.Image.init(Image.java:1366)
at org.eclipse.swt.graphics.Image.<init>(Image.java:161)
at org.eclipse.swt.custom.StyledText.performPaint(StyledText.ja va:5676)
at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.jav a:5072)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.j ava:4752)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:80 3)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3020 )
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338 )
at org.eclipse.swt.internal.win32.OS.RedrawWindow(Native Method)
at org.eclipse.swt.widgets.Canvas.scroll(Canvas.java:157)
at
org.eclipse.swt.custom.StyledText.setVerticalScrollOffset(St yledText.java:7543)
at org.eclipse.swt.custom.StyledText.showLocation(StyledText.ja va:7590)
at org.eclipse.swt.custom.StyledText.showSelection(StyledText.j ava:7690)
at
org.eclipse.debug.internal.ui.views.console.ConsoleViewer.re vealEndOfDocument(ConsoleViewer.java:146)
at
org.eclipse.debug.internal.ui.views.console.ConsoleViewer$In ternalDocumentListener.documentChanged(ConsoleViewer.java:98 )
at
org.eclipse.jface.text.AbstractDocument.doFireDocumentChange d2(AbstractDocument.java:682)
at
org.eclipse.jface.text.AbstractDocument.doFireDocumentChange d(AbstractDocument.java:645)
at
org.eclipse.jface.text.AbstractDocument.doFireDocumentChange d(AbstractDocument.java:630)
at
org.eclipse.jface.text.AbstractDocument.fireDocumentChanged( AbstractDocument.java:707)
at
org.eclipse.jface.text.AbstractDocument.replace(AbstractDocu ment.java:998)
at
org.eclipse.debug.internal.ui.views.console.ConsoleDocumentP artitioner$3.run(ConsoleDocumentPartitioner.java:699)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Any idea what is going on. The app is a JAVA 1.4 application which has no
gui. It waits for a UDP message and when it received one - it processes it
and saves to db. I am using eclipse version: 3.0.1 Build id: 200409161125.
Any help will be appreciated.
- PD
|
|
|
Powered by
FUDForum. Page generated in 0.07377 seconds