When I try to start dev mode in firefox, things work perfectly.
When I try with Chrome, I get the "Failed to connect to server" and this
exception appears in the browser
(note, nothing shows up in the dev mode window etc)
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
at java.lang.Thread.run(Thread.java:680)
Caused by: com.google.gwt.dev.shell.HostedModeException: Something other than a
boolean was returned from JSNI method
'@com.smartgwt.client.widgets.form.fields.FormItem::isCreated()': JS value of
type JavaScript object(63), expected boolean
at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:100)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeBoolean(ModuleSpace.java:186)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost.java:35)
at
com.smartgwt.client.widgets.form.fields.FormItem.isCreated(FormItem.java)
at
com.smartgwt.client.widgets.form.fields.FormItem.setAttribute(FormItem.java:3437)
at
com.smartgwt.client.widgets.form.fields.FormItem.setType(FormItem.java:3752)
at com.smartgwt.client.widgets.form.fields.FormItem.(FormItem.java:79)
at com.smartgwt.client.widgets.form.fields.TextItem.(TextItem.java:76)
at
com.smartgwt.client.widgets.form.fields.PasswordItem.(PasswordItem.java:76)
at com.informatica.cep.rpa.client.view.LoginView.(LoginView.java:29)
at
com.informatica.cep.rpa.client.controller.LoginController.(LoginController.java:36)
at
com.informatica.cep.rpa.client.controller.RootController.(RootController.java:34)
at
com.informatica.cep.rpa.client.MyEntryPoint.onModuleLoad(MyEntryPoint.java:18)
... 9 more
Any thoughts?
Thanks,
Roger
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.