Closed GoogleCodeExporter closed 9 years ago
Original comment by galgwt.reviews@gmail.com
on 22 Oct 2008 at 2:28
Committed as r925.
Original comment by galgwt.reviews@gmail.com
on 22 Oct 2008 at 2:53
Original comment by galgwt.reviews@gmail.com
on 6 Nov 2008 at 6:42
I am still getting the same issue with GWT1.6 in jetty hosted mode and a gadget
developed with gwt-gadgets-1.0.3, GWT1.5.3.
The error is as follows
[ERROR] Invalid version number "1.5" passed to external.gwtOnLoad(), expected
"1.6";
your hosted mode bootstrap file may be out of date; if you are using -noserver
try
recompiling and redeploying your app
[ERROR] Failure to load module 'com.test.gadget.TestGadget'
com.google.gwt.dev.shell.ie.IDispatchImpl$HResultException: -2147024809
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6
.java:63)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.ja
va:161)
at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:294)
at com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:194)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
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.SwtHostedModeBase.processEvents(SwtHostedModeBase.java:235)
at com.google.gwt.dev.HostedModeBase.pumpEventLoop(HostedModeBase.java:558)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
Original comment by hafiza...@gmail.com
on 20 May 2009 at 6:19
You must recompile your gadget with 1.6 to debug with 1.6 hosted mode.
Original comment by galgwt.reviews@gmail.com
on 20 May 2009 at 1:11
Thanks for the response.
I tried compiling the application with the same dependencies as i am running my
gwt
application, but I am still getting the error
Basically i am developing an opensocial container with gwt and i am trying to
add a
gadget that i developed into the gwt based shindig container.
Any help is greatly appreciated.
Best Regards,
Hafiz
Original comment by hafiza...@gmail.com
on 21 May 2009 at 12:31
Even after re-compiling and deploying your gadgets. Your gadget spec will be
cached
for about an hour. On iGoogle, there is a developer.xml gadget that can turn
off
caching on the gadget spec.
Original comment by galgwt.reviews@gmail.com
on 21 May 2009 at 12:37
Still struggling to debug my gwt gadget in my gwt based open social container.
I need
to build and deploy the container application to jboss and check for every
small change.
Btw i have nocache=1 for my iframe url.
Pulling my hairs on all those wasted hours.
Best Regards,
Hafiz
Original comment by hafiza...@gmail.com
on 2 Jun 2009 at 9:11
Hafiz, please join the gwt-google-apis discussion list and get this
straightened out.
The problem you reported has long since been fixed and I don't think it is
relevant to
the issue you are having.
Original comment by ericzun...@gmail.com
on 2 Jun 2009 at 11:29
Thank you Eric for the responses, I am trying my luck at the groups
-.http://groups.google.com/group/gwt-google-apis/browse_thread/thread/80eef7e633
92d3aa#
Best Regards,
Hafiz
Original comment by hafiza...@gmail.com
on 2 Jun 2009 at 1:05
This is a new problem when using GWT 1.6 with the distributed gwt-gadgets.jar
file.
See issue 275.
Original comment by galgwt.reviews@gmail.com
on 3 Jun 2009 at 2:41
Original issue reported on code.google.com by
Nivco.las@gmail.com
on 22 Oct 2008 at 10:55