I am using
SmartGWT 6.0p_2017-08-15 and
GWT 2.8.0 .
Using Google Chrome Version 60.0.3112.78 (Official Build) (32-bit) for testing.
GWT Plugin 3.0.0.x
Eclipse Neon 3 (4.6.3)
Windows 7 , 64-bit OS
I migrated from SmartGWT 4.0p and gwt 2.6.0 to the above version. i use the classic dev mode to debug. After the migration, i tried moving to the Super Dev Mode and having trouble getting there. When i run the application on SuperDev mode for debugging . The application is getting compiled but throwing the error on the screen while loading (attached)
https://www.smartclient.com/smartgwt...eshooting.html
I have added all the necessary scripts from the topic "Script Tags in Super Dev Mode" on this forum. One thing that i noticed is , when ever i start up the application in SDM "loadScriptTagFiles.js" file is not generated. So as per the instruction ,if i start in Classic Dev mode the file gets generated, but goes away if i switch to SDM.
I had few luck with Classic dev mode for couple of times, but that is also not consistent. Am bumping in to the below error, each time it tries to load the application using debug URL on firefox 21, This version of FF has the installed gwt debug plugin.
16:49:55.243 [ERROR] [seweb] Unable to load module entry point class com.smartgwt.client.SmartGwtEntryPoint (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.smartgwt.client.util.I18nUtil::initBuiltinTypes()([]): $wnd.isc.builtinTypes.localeInt is undefined
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:252)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:121)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:573)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:315)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.util.I18nUtil.initBuiltinTypes(I18nUtil.java)
at com.smartgwt.client.util.I18nUtil.init(I18nUtil.java:33)
at com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:454)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:423)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:530)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:368)
at java.lang.Thread.run(Thread.java:745)
Am not able to do the client side debugging because of the issues in both mode, Please help.
SmartGWT 6.0p_2017-08-15 and
GWT 2.8.0 .
Using Google Chrome Version 60.0.3112.78 (Official Build) (32-bit) for testing.
GWT Plugin 3.0.0.x
Eclipse Neon 3 (4.6.3)
Windows 7 , 64-bit OS
I migrated from SmartGWT 4.0p and gwt 2.6.0 to the above version. i use the classic dev mode to debug. After the migration, i tried moving to the Super Dev Mode and having trouble getting there. When i run the application on SuperDev mode for debugging . The application is getting compiled but throwing the error on the screen while loading (attached)
https://www.smartclient.com/smartgwt...eshooting.html
I have added all the necessary scripts from the topic "Script Tags in Super Dev Mode" on this forum. One thing that i noticed is , when ever i start up the application in SDM "loadScriptTagFiles.js" file is not generated. So as per the instruction ,if i start in Classic Dev mode the file gets generated, but goes away if i switch to SDM.
I had few luck with Classic dev mode for couple of times, but that is also not consistent. Am bumping in to the below error, each time it tries to load the application using debug URL on firefox 21, This version of FF has the installed gwt debug plugin.
16:49:55.243 [ERROR] [seweb] Unable to load module entry point class com.smartgwt.client.SmartGwtEntryPoint (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.smartgwt.client.util.I18nUtil::initBuiltinTypes()([]): $wnd.isc.builtinTypes.localeInt is undefined
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:252)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:121)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:573)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:315)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
at com.smartgwt.client.util.I18nUtil.initBuiltinTypes(I18nUtil.java)
at com.smartgwt.client.util.I18nUtil.init(I18nUtil.java:33)
at com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:454)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:423)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:530)
at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:368)
at java.lang.Thread.run(Thread.java:745)
Am not able to do the client side debugging because of the issues in both mode, Please help.
Comment