Re: Diagnose GWT DMP Plugin crashes on Chrome

2014-02-19 Thread Anirban Chakravarty
To fix the GWT DMP plugin crash, in your eclipse IDE , go under 
window->preferences
Select google
Make sure the latest app engine and Web toolkit are selected. In my case 
they are App engine - 1.8.2 , Web Toolkit 2.5.0

On Wednesday, January 25, 2012 6:39:47 PM UTC-5, JoseM wrote:
>
> We are having issues testing our application in Dev Mode on the Chrome 
> browser.  Whenever we run our application in Dev Mode we can hardly 
> use Chrome to test our application because the GWT DMP Plugin crashes 
> within a few minutes.  I can run the same application in Firefox 
> without the plugin crashing or having so much issues. 
>
> Is there a way us to diagnose why the plugin crashes so easily and so 
> often? When we compile the application and run it in deployed mode it 
> works fine in Chrome and we don't have so many issues.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Diagnose GWT DMP Plugin crashes on Chrome

2013-12-07 Thread Michael
I have the same issue too, just a less than a minute of testing, the GWT 
DMP plugin (chrome) will crashed.

On Friday, September 27, 2013 1:09:43 AM UTC+8, Rutger van der Eijk wrote:
>
> For what it's worth:
>
> I have ran in the same issue when I recently started to work on a medium 
> "sized" laptop.
>
> I have never had (and have) this issue with the same and other projects 
> running on a good desktop.
>
> Hence it seems not to be project but more machine dependent. I suspect 
> memory, but don't know how to verify this.
>
> R
>
> On Thursday, 28 March 2013 17:57:29 UTC+1, Michael Prentice wrote:
>>
>> No luck. Just ran into this again. Restarting Chrome, again, fixed it.
>>
>> On Wednesday, March 27, 2013 2:28:50 PM UTC-4, Michael Prentice wrote:
>>>
>>> OK, I'll give that a shot with:
>>>
>>> *-XX:MaxPermSize=384m*
>>>
>>> Thanks a lot.
>>>
>>> On Wednesday, March 27, 2013 10:03:08 AM UTC-4, xsee wrote:

 Try setting your maxPermSize in the VM args section of your launch 
 config (mine is at 384). This keeps my Chrome plugin running all day with 
 no problems on a medium sized project.
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Diagnose GWT DMP Plugin crashes on Chrome

2013-09-26 Thread Rutger van der Eijk
For what it's worth:

I have ran in the same issue when I recently started to work on a medium 
"sized" laptop.

I have never had (and have) this issue with the same and other projects 
running on a good desktop.

Hence it seems not to be project but more machine dependent. I suspect 
memory, but don't know how to verify this.

R

On Thursday, 28 March 2013 17:57:29 UTC+1, Michael Prentice wrote:
>
> No luck. Just ran into this again. Restarting Chrome, again, fixed it.
>
> On Wednesday, March 27, 2013 2:28:50 PM UTC-4, Michael Prentice wrote:
>>
>> OK, I'll give that a shot with:
>>
>> *-XX:MaxPermSize=384m*
>>
>> Thanks a lot.
>>
>> On Wednesday, March 27, 2013 10:03:08 AM UTC-4, xsee wrote:
>>>
>>> Try setting your maxPermSize in the VM args section of your launch 
>>> config (mine is at 384). This keeps my Chrome plugin running all day with 
>>> no problems on a medium sized project.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Diagnose GWT DMP Plugin crashes on Chrome

2013-03-28 Thread Michael Prentice
No luck. Just ran into this again. Restarting Chrome, again, fixed it.

On Wednesday, March 27, 2013 2:28:50 PM UTC-4, Michael Prentice wrote:
>
> OK, I'll give that a shot with:
>
> *-XX:MaxPermSize=384m*
>
> Thanks a lot.
>
> On Wednesday, March 27, 2013 10:03:08 AM UTC-4, xsee wrote:
>>
>> Try setting your maxPermSize in the VM args section of your launch config 
>> (mine is at 384). This keeps my Chrome plugin running all day with no 
>> problems on a medium sized project.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Diagnose GWT DMP Plugin crashes on Chrome

2013-03-27 Thread Michael Prentice
OK, I'll give that a shot with:

*-XX:MaxPermSize=384m*

Thanks a lot.

On Wednesday, March 27, 2013 10:03:08 AM UTC-4, xsee wrote:
>
> Try setting your maxPermSize in the VM args section of your launch config 
> (mine is at 384). This keeps my Chrome plugin running all day with no 
> problems on a medium sized project.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Diagnose GWT DMP Plugin crashes on Chrome

2013-03-27 Thread xsee
Try setting your maxPermSize in the VM args section of your launch config (mine 
is at 384). This keeps my Chrome plugin running all day with no problems on a 
medium sized project.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Diagnose GWT DMP Plugin crashes on Chrome

2013-03-26 Thread Michael Prentice
I'm having a lot of issues with this too. It will run fine for a number of 
hours, but often by the end of the day, I can't load up the website because 
the plugin never even contacts the server. I have to re-start Chrome to get 
things working again. It is really not ideal.

I've briefly looked at super-dev-mode, but I haven't seen a simple tutorial 
on how to set it up or use it effectively. I guess that these Chrome plugin 
issues are the whole reason that super-dev-mode is being worked on.


On Saturday, July 21, 2012 8:12:56 AM UTC-4, Ice13ill wrote:
>
> I believe I have a similar problem. I post it here:
>
> http://stackoverflow.com/questions/11578471/gwt-development-mode-unable-to-load-module-in-chrome
>  
>
> On Wednesday, February 1, 2012 10:14:50 PM UTC+2, JoseM wrote:
>>
>> Nobody has any ideas how we can diagnose our issue?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Diagnose GWT DMP Plugin crashes on Chrome

2012-07-21 Thread Ice13ill
I believe I have a similar problem. I post it here:
http://stackoverflow.com/questions/11578471/gwt-development-mode-unable-to-load-module-in-chrome
 

On Wednesday, February 1, 2012 10:14:50 PM UTC+2, JoseM wrote:
>
> Nobody has any ideas how we can diagnose our issue?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Txnwz_U_q68J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Diagnose GWT DMP Plugin crashes on Chrome

2012-02-01 Thread JoseM
Nobody has any ideas how we can diagnose our issue?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/HYEz_vNRF30J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Diagnose GWT DMP Plugin crashes on Chrome

2012-01-25 Thread JoseM
We are having issues testing our application in Dev Mode on the Chrome
browser.  Whenever we run our application in Dev Mode we can hardly
use Chrome to test our application because the GWT DMP Plugin crashes
within a few minutes.  I can run the same application in Firefox
without the plugin crashing or having so much issues.

Is there a way us to diagnose why the plugin crashes so easily and so
often? When we compile the application and run it in deployed mode it
works fine in Chrome and we don't have so many issues.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.