Hi Isomorphic,
using v5.1p_2017-08-02 I get this Dev Mode exception in FF26. Can you tell me what it is complaining about?
This might be an error I did, but if it is, any pointer is greatly appreciated.
It happens after hitting "Commit" in the BatchUploader.
Thank you & Best regards
Blama
using v5.1p_2017-08-02 I get this Dev Mode exception in FF26. Can you tell me what it is complaining about?
Code:
18:22:42.510 [ERROR] [lms] 18:22:42.499:XRP5:WARN:Log:Uncaught JavaScript exception: TypeError: _13 is null in http://SERVER/sc/modules/ISC_DataBinding.js?isc_version=v10.1p_2017-08-02.js, line 3507 com.smartgwt.client.core.JsObject$SGWT_WARN: 18:22:42.499:XRP5:WARN:Log:Uncaught JavaScript exception: TypeError: _13 is null in http://SERVER/sc/modules/ISC_DataBinding.js?isc_version=v10.1p_2017-08-02.js, line 3507 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:72) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:341) at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:222) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:137) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:589) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:315) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107) at com.smartgwt.client.util.SC.logWarn(SC.java) at com.smartgwt.client.util.LogUtil.handleOnError(LogUtil.java:35) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.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:72) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:296) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:551) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:368) at java.lang.Thread.run(Unknown Source)
It happens after hitting "Commit" in the BatchUploader.
Thank you & Best regards
Blama
Comment