intellij : Checked exception thrown into JavaScript (web mode behavior may differ)

10 views
Skip to first unread message

rkt

unread,
Feb 23, 2007, 3:27:26 PM2/23/07
to Google Web Toolkit
Hi Everyone

I've been getting these errors once in a while without proper
stacktrace to help me understand which part of my code is throwing
this error. Is there anyone here using intellij IDE who can help me
understand what could be going on ?

I'm using GWT Version 1.3.3, and intellij 6.0.4 (6148)

regards,
rkt

[WARN] Exception thrown into JavaScript
java.lang.RuntimeException: Checked exception thrown into JavaScript
(web mode behavior may differ)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:
293)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:
177)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:
117)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:657)
at com.google.gwt.dev.GWTShell.run(GWTShell.java:527)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:303)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
Caused by: org.eclipse.swt.SWTError: Not implemented
at org.eclipse.swt.SWT.error(SWT.java:3400)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.SWT.error(SWT.java:3268)
at org.eclipse.swt.ole.win32.OLE.error(OLE.java:354)
at org.eclipse.swt.ole.win32.OLE.error(OLE.java:283)
at org.eclipse.swt.ole.win32.Variant.getData(Variant.java:545)
at org.eclipse.swt.ole.win32.Variant.getString(Variant.java:769)
at
com.google.gwt.dev.shell.ie.SwtOleGlue.convertVariantToObject(SwtOleGlue.java:
178)
at
com.google.gwt.dev.shell.ie.SwtOleGlue.convertVariantsToObjects(SwtOleGlue.java:
108)
at
com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod(IDispatchImpl.java:
100)

rkt

unread,
Feb 23, 2007, 3:30:36 PM2/23/07
to Google Web Toolkit
Actually, this error is being thrown in the GWT console (not
intellij), so this is a GWT error/warning.

rkt

Sandy McArthur

unread,
Feb 23, 2007, 3:33:27 PM2/23/07
to Google-We...@googlegroups.com
This doesn't look like it has anything to do with IDEA. Are you trying
to interact with a ActiveX control? I don't develop on Windows but the
org.eclipse.swt.ole.win32.OLE.error stack frames suggest that to me.
I'd guess you are trying to call a method on the ActiveX control that
doesn't exist or doesn't like one of the parameters.


--
Sandy McArthur

"He who dares not offend cannot be honest."
- Thomas Paine

Reply all
Reply to author
Forward
0 new messages