Re: issue with gwt RPC

2018-04-26 Thread Rob Newton
Fred, It's not a problem during compile time. It's a runtime issue. You need to configure Tomcat to start with more memory. For example, in my installation, there is a file /opt/tomcat/bin/setenv.sh, with the following line: CATALINA_OPTS=" -server -Xms128M -Xmx512M" On Wednesday, January

Re: issue with gwt RPC

2018-04-23 Thread Gagandeep Singh
I am getting the same error. I need to understand more what exactly is GWT trying to do when running out of memory. Looks like it is doing some streaming, then it should do it buffered way, what is the buffer size of GWT ? Is it more than 10MB ? Thanks in advance. On Tuesday, 24 January 2012

Re: issue with gwt RPC

2012-01-24 Thread fceransky
But I compile my webapps under netbeans with Xmx512m. It's not enough? On 24 jan, 11:56, Daniel Kurka kurka.dan...@googlemail.com wrote: Your server is running out of memory. Give your sever some more RAM at startup. -- You received this message because you are subscribed to the Google

issue with gwt RPC

2012-01-23 Thread fceransky
Hello, sorry to disturb you with that. But I have no clue how to fix the problem: It's the log from my tomcat when I try to use a AsyncCallback: Thanks by advance Fred Jan 23, 2012 1:47:04 PM org.apache.catalina.core.ApplicationContext log SEVERE: Exception while dispatching incoming RPC call