Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    (RangeError): Maximum call stack size exceeded error while using Chrome browser

    Upon trying to launch my application in Chrome browser, I am getting the error stating:(RangeError): Maximum call stack size exceeded.

    smartGWT version : 2.0.3
    Browser : Chrome
    Version : 27.0.1425.2

    Please find the complete logs below.

    com.google.gwt.core.client.JavaScriptException: (RangeError): Maximum call stack size exceeded
    __gwt_ObjectId: 5406
    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.widgets.Canvas.show(Canvas.java)
    at com.delta.crw.smn.client.window.SmnModalPrgrssWndw.display(SmnModalPrgrssWndw.java:103)
    at com.delta.crw.smn.client.components.cls.CrewDtlLayt.rtrvCrewDtl(CrewDtlLayt.java:227)
    at com.delta.crw.smn.client.components.cls.CrewDtlLayt.access$0(CrewDtlLayt.java:225)
    at com.delta.crw.smn.client.components.cls.CrewDtlLayt$1.execute(CrewDtlLayt.java:115)
    at com.google.gwt.core.client.impl.SchedulerImpl$Task$.executeScheduled$(SchedulerImpl.java:50)
    at com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:168)
    at com.google.gwt.core.client.impl.SchedulerImpl.flushPostEventPumpCommands(SchedulerImpl.java:306)
    at com.google.gwt.core.client.impl.SchedulerImpl$1.execute(SchedulerImpl.java:217)
    at com.google.gwt.core.client.impl.SchedulerImpl.execute(SchedulerImpl.java:99)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    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.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1713)
    at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:165)
    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.invokeNativeObject(ModuleSpace.java:264)
    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:188)
    at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    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.BrowserChannel.reactToMessages(BrowserChannel.java:1668)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
    at java.lang.Thread.run(Thread.java:736)


    Please let me if any work around available to fix the above issue.

    #2
    Hi AshwinRavi,

    it looks like you are using Chrome Dev mode. Is that correct? If so, this is not suggested by Isomorphic, see the FAQ.

    Also you are missing your complete version details ("2.0.3" seems to be the GWT version, not SmartGWT version).

    Best regards,
    Blama

    Comment


      #3
      Hi Blama,

      yes we are using Chrome Dev Mode.

      we are using version 2.2 for smartGWT.

      sorry for not mentioning the smartGWT version.

      Comment

      Working...
      X