SmartGWT version: SmartGWT Pro 2.3 (+ nightly build for client-side)
Browser: Firefox 3.6.8
Hi,
I'm trying to build from the latest nightly build (13/11/2010) to fix the bug with the DynamicForm.fetchData callback getting called twice. (cfr this thread:http://forums.smartclient.com/showthread.php?t=13989&highlight=callback )
However, when using the nightly build; I get the following error:
14:37:58.911 [ERROR] [didmanager] Unable to load module entry point class com.smartgwt.client.SmartGwtEntryPoint (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError): {invalidBuilderPrompt: __gwt_makeJavaInvoke(0)(messages, 15138941)}.replace is not a function
fileName: http://localhost:8080
lineNumber: 226
stack: ([object GWTJavaObject])@http://localhost:8080:226
connect("http://localhost:8080/tpn-did-manager/?gwt.codesvr=127.0.0.1:9997","\\Onzt{dp9|g)iyw'","127.0.0.1:9997","didmanager","2.0")@:0
((void 0),"didmanager","http://localhost:8080/tpn-did-manager/didmanager/")@http://localhost:8080/tpn-did-manager/didmanager/hosted.html?didmanager:264
z()@http://localhost:8080/tpn-did-manager/didmanager/didmanager.nocache.js:3
(49)@http://localhost:8080/tpn-did-manager/didmanager/didmanager.nocache.js:10
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.invokeNativeVoid(ModuleSpace.java:284)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.util.I18nUtil.initMessages(I18nUtil.java)
at com.smartgwt.client.util.I18nUtil.init(I18nUtil.java:32)
at com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:192)
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:592)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:369)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:185)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:380)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
at java.lang.Thread.run(Thread.java:595)
This happens right on the load of the application.
Browser: Firefox 3.6.8
Hi,
I'm trying to build from the latest nightly build (13/11/2010) to fix the bug with the DynamicForm.fetchData callback getting called twice. (cfr this thread:http://forums.smartclient.com/showthread.php?t=13989&highlight=callback )
However, when using the nightly build; I get the following error:
14:37:58.911 [ERROR] [didmanager] Unable to load module entry point class com.smartgwt.client.SmartGwtEntryPoint (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError): {invalidBuilderPrompt: __gwt_makeJavaInvoke(0)(messages, 15138941)}.replace is not a function
fileName: http://localhost:8080
lineNumber: 226
stack: ([object GWTJavaObject])@http://localhost:8080:226
connect("http://localhost:8080/tpn-did-manager/?gwt.codesvr=127.0.0.1:9997","\\Onzt{dp9|g)iyw'","127.0.0.1:9997","didmanager","2.0")@:0
((void 0),"didmanager","http://localhost:8080/tpn-did-manager/didmanager/")@http://localhost:8080/tpn-did-manager/didmanager/hosted.html?didmanager:264
z()@http://localhost:8080/tpn-did-manager/didmanager/didmanager.nocache.js:3
(49)@http://localhost:8080/tpn-did-manager/didmanager/didmanager.nocache.js:10
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.invokeNativeVoid(ModuleSpace.java:284)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.util.I18nUtil.initMessages(I18nUtil.java)
at com.smartgwt.client.util.I18nUtil.init(I18nUtil.java:32)
at com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:192)
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:592)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:369)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:185)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:380)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
at java.lang.Thread.run(Thread.java:595)
This happens right on the load of the application.
Comment