Starting yesterday, all my smartgwt projects started failing. In development mode, I am getting the following error in the GWT console:
Has anyone else experienced this? This project were working a few days ago and the code hasn't changed.
GWT2.0.4
SmartGWT2.0-SNAPSHOT
FireFox3.6.12
Code:
00:00:00.000 [ERROR] 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, 14942333)}.replace is not a function
fileName: http://127.0.0.1:8888
lineNumber: 226
stack: ([object GWTJavaObject])@http://127.0.0.1:8888:226 connect("http://127.0.0.1:8888/AdminGUI/AdminGUI.html?gwt.codesvr=127.0.0.1:9997",";+@^[G!-#>c$_6%J","127.0.0.1:9997","AdminGUI","2.0")@:0
((void 0),"AdminGUI","http://127.0.0.1:8888/AdminGUI/")@http://127.0.0.1:8888/AdminGUI/hosted.html?AdminGUI:264
z()@http://127.0.0.1:8888/AdminGUI/AdminGUI.nocache.js:2
(37)@http://127.0.0.1:8888/AdminGUI/AdminGUI.nocache.js:8
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:597)
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:619)
GWT2.0.4
SmartGWT2.0-SNAPSHOT
FireFox3.6.12
Comment