I just updated to the latest nightly SmartGWT Power Edition build 3/29/2011 and am getting this error when starting up the app. It happens while our login window is being build.
The underlying cause is "$wnd.isc.SelectItem is undefined" I've tried running GWT compile. Any ideas?
The underlying cause is "$wnd.isc.SelectItem is undefined" I've tried running GWT compile. Any ideas?
Code:
08:14:39.319 [ERROR] [ipgui] Uncaught exception escaped
java.lang.ExceptionInInitializerError: null
at com.islandpacific.gui.client.IpLoginWindow.getEnvironmentSelector(IpLoginWindow.java:209)
at com.islandpacific.gui.client.IpLoginWindow.access$2(IpLoginWindow.java:207)
at com.islandpacific.gui.client.IpLoginWindow$LoginForm.<init>(IpLoginWindow.java:119)
at com.islandpacific.gui.client.IpLoginWindow$1.<init>(IpLoginWindow.java:50)
at com.islandpacific.gui.client.IpLoginWindow.<init>(IpLoginWindow.java:50)
at com.islandpacific.gui.client.IpAuthenticationContext.getLoginWindow(IpAuthenticationContext.java:248)
at com.islandpacific.gui.client.IpAuthenticationContext.login(IpAuthenticationContext.java:209)
at com.islandpacific.gui.client.IpAuthenticationContext.login(IpAuthenticationContext.java:192)
at com.islandpacific.gui.client.IPGui$2.onSuccess(IPGui.java:178)
at com.islandpacific.gui.client.IPGui$2.onSuccess(IPGui.java:1)
at com.islandpacific.gui.client.IpAuthenticationContext$2.onSuccess(IpAuthenticationContext.java:178)
at com.islandpacific.gui.client.IpAuthenticationContext$2.onSuccess(IpAuthenticationContext.java:1)
at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:215)
at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287)
at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:395)
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.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.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:326)
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:207)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269)
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:214)
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.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.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
at java.lang.Thread.run(Thread.java:680)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.isc.SelectItem is undefined
fileName: http://127.0.0.1:8888
lineNumber: 97
stack: ()@http://127.0.0.1:8888:97
@:0
([object GWTJavaObject],19464194,[object XMLHttpRequest])@http://127.0.0.1:8888/ipgui/hosted.html?ipgui:56
([object Event])@http://127.0.0.1:8888:28
((function () {__gwt_makeJavaInvoke(1)(handler, 19464194, _this);}),[object XMLHttpRequest],[object Object])@http://127.0.0.1:8888:60
@:0
(null,106,(function () {__gwt_makeJavaInvoke(1)(handler, 19464194, _this);}),[object XMLHttpRequest],[object Object])@http://127.0.0.1:8888/ipgui/hosted.html?ipgui:56
([object Event])@http://127.0.0.1:8888:20
handleEvent([object Event])@:0
SJOWContentBoundary()@:0
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:237)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:289)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.widgets.form.fields.SelectItem.init(SelectItem.java)
at com.smartgwt.client.widgets.form.fields.SelectItem.<clinit>(SelectItem.java:799)
at com.islandpacific.gui.client.IpLoginWindow.getEnvironmentSelector(IpLoginWindow.java:209)
at com.islandpacific.gui.client.IpLoginWindow.access$2(IpLoginWindow.java:207)
at com.islandpacific.gui.client.IpLoginWindow$LoginForm.<init>(IpLoginWindow.java:119)
at com.islandpacific.gui.client.IpLoginWindow$1.<init>(IpLoginWindow.java:50)
at com.islandpacific.gui.client.IpLoginWindow.<init>(IpLoginWindow.java:50)
at com.islandpacific.gui.client.IpAuthenticationContext.getLoginWindow(IpAuthenticationContext.java:248)
at com.islandpacific.gui.client.IpAuthenticationContext.login(IpAuthenticationContext.java:209)
at com.islandpacific.gui.client.IpAuthenticationContext.login(IpAuthenticationContext.java:192)
at com.islandpacific.gui.client.IPGui$2.onSuccess(IPGui.java:178)
at com.islandpacific.gui.client.IPGui$2.onSuccess(IPGui.java:1)
at com.islandpacific.gui.client.IpAuthenticationContext$2.onSuccess(IpAuthenticationContext.java:178)
at com.islandpacific.gui.client.IpAuthenticationContext$2.onSuccess(IpAuthenticationContext.java:1)
at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:215)
at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287)
at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:395)
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.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.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:326)
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:207)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:126)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269)
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:214)
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.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.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
at java.lang.Thread.run(Thread.java:680)
Comment