Quantcast
Channel: Internet Explorer 8, 9, 10 Forum
Viewing all articles
Browse latest Browse all 1908

I get the following out of Memory error in Javascript runtime

$
0
0

Several suggestions have been made although thus far no .NET errors have shown up in Internet Explorer 9 , however, I keep getting this out of memory error
oddly enough before I allocate a lot of memory or make multiple rpc method calls with callbacks. Now what is happening makes little sense at the moment since I have not yet called any methods to allocate memory nor have I repeatedly called rpc server methods. The server is fine but for some reason only the Microsoft IE 9 brower seems to run out of memory.  FF 15 and Google Chrome appear to work with no out of memory errors present.

Also note the errors below do not refer to any of my web application source code so this error seems to be directly related to the GWT(Google Web Toolkit) environment  but as there is no way to verify that this is an acurrate error message I am looking for any information that may exist out there?

Is there a way to boost the JavascriptExecution available memory? Perhaps by using IEAK9   to do the Job? Otherwise how might I get additional diagnostics to solve this  odd problem?

Its almost like  the size of data returned from rpc call was too large but that should not be becasue an ArrayList of as specified Object were one object can be picked up and processed should allow multiple such objects to be processed into such a list of objects and garbage collection should happen as well to avoid such a problem but that does not appear to be the case at all. Also there is  6 GB of memory and there should be plenty of memory such that such an error should not happen. 

Here is the developmental Error that appears:
com.google.gwt.core.client.JavaScriptException : (Error): Out of memory
 at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248)
 at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
 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.user.client.rpc.impl.ClientSerializationStreamReader.eval(ClientSerializationStreamReader.java)
 at com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.prepareToRead(ClientSerializationStreamReader.java:51)
 at com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.createStreamReader(RemoteServiceProxy.java:259)
 at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:214)
 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.GeneratedMethodAccessor37.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:601)
 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:172)
 at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:337)
 at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218)
 at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
 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:213)
 at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke( Method.java:601)
 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:172)
 at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292)
 at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
 at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
 at java.lang.Thread.run( Thread.java:722)

Also Microsoft support had suggested that perhaps the error is caused by a corrupt .NET installation - Does that make any sense here??

Still I need to debug this. I am going to try Fiddler and maybe firebug and report back but in the meantime any detailed information anyone on this forumn can disclose would be great



Viewing all articles
Browse latest Browse all 1908

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>