Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

JavaScriptException when upgrading SmartGWT

$
0
0
Hey Isomorphic,

I'm in the process of attempting to upgrade from SmartGWT 3.1 to SmartGWT 4.0 and receive the following Error (characterized by the following stack trace) below:

ERROR: Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.google.gwt.core.client.impl.Impl::apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)([JavaScript object(1305), JavaScript object(1303), JavaScript object(1313)]): isc.isA.SGWTFactoryObject is not a function
at com.google.gwt.dev.shell.BrowserChannelServer.invo keJavascript(BrowserChannelServer.java:249)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke (ModuleSpaceOOPHM.java:136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative( ModuleSpace.java:571)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeO bject(ModuleSpace.java:279)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNati veObject(JavaScriptHost.java:91)
at com.google.gwt.core.client.impl.Impl.apply(Impl.ja va)
at com.google.gwt.core.client.impl.Impl.entry0(Impl.j ava:242)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(Meth odAdaptor.java:103)
at com.google.gwt.dev.shell.MethodDispatch.invoke(Met hodDispatch.java:71)
at com.google.gwt.dev.shell.OophmSessionHandler.invok e(OophmSessionHandler.java:172)
at com.google.gwt.dev.shell.BrowserChannelServer.reac tToMessages(BrowserChannelServer.java:293)
at com.google.gwt.dev.shell.BrowserChannelServer.proc essConnection(BrowserChannelServer.java:547)
at com.google.gwt.dev.shell.BrowserChannelServer.run( BrowserChannelServer.java:364)
at java.lang.Thread.run(Thread.java:662)

This occurs in the LGPL edition of SmartGWT 4.0, built on December 17, 2013. All browsers are affected, as this is a problem that is thrown on startup of the application and causes the load to fail completely.

The company I work for uses SmartGWT for a number of applications and a number of others work fine with the new (4.0) files, but this one obviously does not. Please tell me if you would like any sample code posted, as I am unsure what code you might need to aid me in debugging this issue, seeing as the stack trace is a bit unhelpful.

Thank you!

Viewing all articles
Browse latest Browse all 4756

Trending Articles