Announcement
Collapse
No announcement yet.
X
-
Hi
I have an application that worked fine with Smart GWT 2.2 and GWT 2.1.0.
After upgrading to Smart GWT 2.4, I get the following error which prevents the application from loading, I would love to get some ideas how to progress
Code:$debox is not defined 08:34:49.298 [ERROR] [com.dci.controlanywhere.ControlAnywhere] Unable to load module entry point class com.dci.controlanywhere.client.ControlAnywhere (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (ReferenceError): $debox is not defined fileName: http://localhost:8080 lineNumber: 1025 stack: ()@http://localhost:8080:1025 connect("http://localhost:8080/ControlAnywhere_GWT/ControlAnywhere.html?gwt.codesvr=127.0.0.1:9997","_9.).xFi\"/xVo[t/","127.0.0.1:9997","com.dci.controlanywhere.ControlAnywhere","2.1")@:0 ((void 0),"com.dci.controlanywhere.ControlAnywhere","http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/",0)@http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/hosted.html?com_dci_controlanywhere_ControlAnywhere:281 maybeStartModule()@http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/com.dci.controlanywhere.ControlAnywhere.nocache.js:40 (52)@http://localhost:8080/ControlAnywhere_GWT/com.dci.controlanywhere.ControlAnywhere/com.dci.controlanywhere.ControlAnywhere.nocache.js:235 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.Canvas.setupClickEvent(Canvas.java) at com.smartgwt.client.widgets.Canvas.addClickHandler(Canvas.java:3521) at com.dci.controlanywhere.client.ui.TopPanel.buildUI(TopPanel.java:38) at com.dci.controlanywhere.client.ui.TopPanel.<init>(TopPanel.java:23) at com.dci.controlanywhere.client.ui.Portal.buildUI(Portal.java:23) at com.dci.controlanywhere.client.ui.Portal.<init>(Portal.java:16) at com.dci.controlanywhere.client.ControlAnywhere.onModuleLoad(ControlAnywhere.java:38) 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:396) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) at java.lang.Thread.run(Thread.java:662)
-
Hi,
We upgraded from 2.2 to 2.4. The application worked fine with 2.2 but with 2.4 we have started getting this ''a' is null or not an object' javascript error only with IE8.
The application works fine with IE6/7 and IE8 compatibility mode.
The error is not logged on debug console.
Can someone please give me an idea on how to resolve this?
Regards,
ajaswal
Comment
-
I am using smartgwt 2.4 and gwt 1.7.0 with eclipse and maven , the problem is that when iam using this version of smartGWT (2.4) i have a bad screen after execution of my project ( bad display :my screen is not clair in internet explorer ,the same thing with firefox and other). but when iam using other version of smartgwt especially 2.1 the screen is good . and for me it is necessary to use smartgwt 2.4 because it contains many composantes and api which i want to use in my project . there is some thing to do(plugin .. .?)? sorry for my bad english ;Last edited by azta; 16 Apr 2011, 05:04.
Comment
Comment