Re: undefined method

2015-02-21 Thread Yogesh Rao
Hello Sean, If all the requests are originating from one browser then try running http watch or any other browser plugin of your preference to check the status codes for your request... Also another handy tool is nettool to sniff the requests.. Good luck! Regards, -Yogesh On Saturday,

Re: undefined method

2015-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sean, On 2/20/15 5:00 PM, Sean Dawson wrote: On Fri, Feb 20, 2015 at 4:41 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-21 0:10 GMT+03:00 Sean Dawson seandawson2...@gmail.com: We have a GWT app deployed to tomcat (7_59) and

Re: undefined method

2015-02-21 Thread Sean Dawson
Thanks for the additional suggestions! Will try those on Monday. On Sat, Feb 21, 2015 at 3:26 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sean, On 2/20/15 5:00 PM, Sean Dawson wrote: On Fri, Feb 20, 2015 at 4:41 PM,

Re: undefined method

2015-02-20 Thread Konstantin Kolinko
2015-02-21 0:10 GMT+03:00 Sean Dawson seandawson2...@gmail.com: We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly we're seeing undefined methods in the logs - and the calls fail, causing issues with our app. We make calls via RestyGwt (latest

Re: undefined method

2015-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sean, On 2/20/15 4:10 PM, Sean Dawson wrote: We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly we're seeing undefined methods in the logs - and the calls fail, causing issues with our app. We

Re: undefined method

2015-02-20 Thread Mark Thomas
On 20/02/2015 21:10, Sean Dawson wrote: We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly we're seeing undefined methods in the logs - and the calls fail, causing issues with our app. We make calls via RestyGwt (latest version) but

Re: undefined method

2015-02-20 Thread Sean Dawson
On Fri, Feb 20, 2015 at 4:41 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-21 0:10 GMT+03:00 Sean Dawson seandawson2...@gmail.com: We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly we're seeing undefined methods in the logs -

Re: undefined method

2015-02-20 Thread Sean Dawson
On Fri, Feb 20, 2015 at 4:24 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sean, On 2/20/15 4:10 PM, Sean Dawson wrote: We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly

Re: undefined method

2015-02-20 Thread Martin Grigorov
On Sat, Feb 21, 2015 at 12:25 AM, Mark Thomas ma...@apache.org wrote: On 20/02/2015 21:10, Sean Dawson wrote: We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly we're seeing undefined methods in the logs - and the calls fail, causing

Re: undefined method

2015-02-20 Thread Konstantin Kolinko
2015-02-21 1:00 GMT+03:00 Sean Dawson seandawson2...@gmail.com: On Fri, Feb 20, 2015 at 4:41 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-21 0:10 GMT+03:00 Sean Dawson seandawson2...@gmail.com: ... undefinedPOST /gwtRequest HTTP/1.1 501 1136 ... In fiddler,

Re: undefined method

2015-02-20 Thread Sean Dawson
Ok thanks for the replies. It's weird that everything works fine except in the case that there are a bunch of requests in a short period and that's the only time we see this issue - if we debug, slow it down, etc - no problem. Feels to me like a threading issue - but that can't be the case on