Hi,
I am using a client only datasource with RPC to populate a ListGrid from which I select a row for display and update on a DynamicForm. The grid gets populated, the selected row shows in the form and when I update, the updates posts to the server successfully. However, I am receiving the following exception after the update:
<code>
08:24:41.131 [ERROR] [trackmysportsadmin] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): _4 is null
fileName: http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js
lineNumber: 1469
stack: ([object Object],[object Object],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js:1469
anonymous([object Object],[object Array],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_Core.js:38
isc_c_Class_fireCallback("isc_DynamicForm_0.$49z(dsRequest, dsResponse, data)","dsResponse,data,dsRequest",[object Array],[object Object],(void 0))@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_Core.js:293
isc_Class_fireCallback("isc_DynamicForm_0.$49z(dsRequest, dsResponse, data)","dsResponse,data,dsRequest",[object Array])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_Core.js:389
isc_DataSource__completeResponseProcessing([object Array],[object Object],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js:527
isc_DataSource_processResponse("isc_SportDataSource_0$6271",[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js:379
("isc_SportDataSource_0$6271",[object GWTJavaObject])@http://127.0.0.1:8888:491
@:0
([object GWTJavaObject],19726337,[object XMLHttpRequest])@http://127.0.0.1:8888/trackmysportsadmin/hosted.html?trackmysportsadmin:56
([object Event])@http://127.0.0.1:8888:16
((function () {__gwt_makeJavaInvoke(1)(handler, 19726337, _this);}),[object XMLHttpRequest],[object Object])@http://127.0.0.1:8888:40
@:0
(null,24,(function () {__gwt_makeJavaInvoke(1)(handler, 19726337, _this);}),[object XMLHttpRequest],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/hosted.html?trackmysportsadmin:56
([object Event])@http://127.0.0.1:8888:69
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
at java.lang.Thread.run(Unknown Source)
</code>
There do not appear to be any negative effects of this exception other than the big alert box that says something bad has happened :). I was originally running 2.2 and also tried build 1307 with the same results (1309 would not load my app). I am testing with Firefox 3.6.6.
My guess is that I am doing something wrong, but I am not sure where to start looking. Any assistance would be appreciated.
Thanks,
John
I am using a client only datasource with RPC to populate a ListGrid from which I select a row for display and update on a DynamicForm. The grid gets populated, the selected row shows in the form and when I update, the updates posts to the server successfully. However, I am receiving the following exception after the update:
<code>
08:24:41.131 [ERROR] [trackmysportsadmin] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): _4 is null
fileName: http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js
lineNumber: 1469
stack: ([object Object],[object Object],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js:1469
anonymous([object Object],[object Array],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_Core.js:38
isc_c_Class_fireCallback("isc_DynamicForm_0.$49z(dsRequest, dsResponse, data)","dsResponse,data,dsRequest",[object Array],[object Object],(void 0))@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_Core.js:293
isc_Class_fireCallback("isc_DynamicForm_0.$49z(dsRequest, dsResponse, data)","dsResponse,data,dsRequest",[object Array])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_Core.js:389
isc_DataSource__completeResponseProcessing([object Array],[object Object],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js:527
isc_DataSource_processResponse("isc_SportDataSource_0$6271",[object Object])@http://127.0.0.1:8888/trackmysportsadmin/sc/modules/ISC_DataBinding.js:379
("isc_SportDataSource_0$6271",[object GWTJavaObject])@http://127.0.0.1:8888:491
@:0
([object GWTJavaObject],19726337,[object XMLHttpRequest])@http://127.0.0.1:8888/trackmysportsadmin/hosted.html?trackmysportsadmin:56
([object Event])@http://127.0.0.1:8888:16
((function () {__gwt_makeJavaInvoke(1)(handler, 19726337, _this);}),[object XMLHttpRequest],[object Object])@http://127.0.0.1:8888:40
@:0
(null,24,(function () {__gwt_makeJavaInvoke(1)(handler, 19726337, _this);}),[object XMLHttpRequest],[object Object])@http://127.0.0.1:8888/trackmysportsadmin/hosted.html?trackmysportsadmin:56
([object Event])@http://127.0.0.1:8888:69
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
at java.lang.Thread.run(Unknown Source)
</code>
There do not appear to be any negative effects of this exception other than the big alert box that says something bad has happened :). I was originally running 2.2 and also tried build 1307 with the same results (1309 would not load my app). I am testing with Firefox 3.6.6.
My guess is that I am doing something wrong, but I am not sure where to start looking. Any assistance would be appreciated.
Thanks,
John
Comment