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 the

Re: undefined method

2015-02-20 Thread Konstantin Kolinko
2015-02-21 1:00 GMT+03:00 Sean Dawson : > On Fri, Feb 20, 2015 at 4:41 PM, Konstantin Kolinko > wrote: > >> 2015-02-21 0:10 GMT+03:00 Sean Dawson : >> > >> > ... >> > "undefinedPOST /gwtRequest HTTP/1.1" 501 1136 >> > >> > <...> >> >> > In fiddler, the headers are identical between the reques

Re: undefined method

2015-02-20 Thread Martin Grigorov
On Sat, Feb 21, 2015 at 12:25 AM, Mark Thomas 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 issues with ou

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 GwtRequ

Re: undefined method

2015-02-20 Thread Sean Dawson
On Fri, Feb 20, 2015 at 4:41 PM, Konstantin Kolinko wrote: > 2015-02-21 0:10 GMT+03:00 Sean Dawson : > > 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 w

Re: undefined method

2015-02-20 Thread Konstantin Kolinko
2015-02-21 0:10 GMT+03:00 Sean Dawson : > 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 GwtRequ

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

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

undefined method

2015-02-20 Thread Sean Dawson
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 GwtRequests all show this - both though after a number

Re: Multi-instance authentication

2015-02-20 Thread André Warnier
David kerber wrote: I have several instances of TC 7.x on windows, running the same in-house developed application for different outside customers. Those instances are each tied to a specific database, and cannot talk to any other dbs. My in-house users occasionally need to log into the appli

Re: JDBC Realm & exceptions

2015-02-20 Thread Leonid Rozenblyum
Thanks for the idea with the view! On Thu, Feb 19, 2015 at 9:03 PM, Felix Schumacher wrote: > Am 19.02.2015 um 13:58 schrieb Leonid Rozenblyum: >> >> I'm sorry for the late response. >> >> 1. After deeper check I see our structure is NOT much more complex >> than standard Tomcat structure. >> Act

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Konstantin Kolinko
2015-02-20 19:41 GMT+03:00 Christopher Schultz : > > Jérémie, > > On 2/20/15 4:48 AM, Jérémie Barthés wrote: >> "instead of just a snippet of "fixed" code" >> >> Sorry Chris,i didn't read this. >> >> How do you want me to provide the patch ? > > Presumably, you have a copy of the source code. If yo

Re: Multi-instance authentication

2015-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 2/20/15 11:35 AM, David kerber wrote: > I have several instances of TC 7.x on windows, running the same > in-house developed application for different outside customers. > Those instances are each tied to a specific database, and cannot >

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jérémie, On 2/20/15 4:48 AM, Jérémie Barthés wrote: > "instead of just a snippet of "fixed" code" > > Sorry Chris,i didn't read this. > > How do you want me to provide the patch ? Presumably, you have a copy of the source code. If you checked-out

Re: Application getting stopped with error code 610 038

2015-02-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 2/20/15 4:42 AM, Shruti-Prithvi wrote: > # # A fatal error has been detected by the Java Runtime > Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at > pc=0x80007e33, pid=4944, tid=3340 # # JRE version: > 7.0_05-b05 # Jav

Multi-instance authentication

2015-02-20 Thread David kerber
I have several instances of TC 7.x on windows, running the same in-house developed application for different outside customers. Those instances are each tied to a specific database, and cannot talk to any other dbs. My in-house users occasionally need to log into the application instance for

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Jérémie Barthés
Le 20/02/2015 11:22, Rémy Maucherat a écrit : 2015-02-20 10:31 GMT+01:00 Jérémie Barthés : I send you the patch i did to fix my issue with the RewriteValve (it was for the 8.0.15), The goal of that patch is to block the RewriteValve if a 302 automatic folder '/' redirection occurs. The RewriteV

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Rémy Maucherat
2015-02-20 10:31 GMT+01:00 Jérémie Barthés : > I send you the patch i did to fix my issue with the RewriteValve (it was > for the 8.0.15), > The goal of that patch is to block the RewriteValve if a 302 automatic > folder '/' redirection occurs. The RewriteValve will rewrite the redirected > URL. >

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Jérémie Barthés
"instead of just a snippet of "fixed" code" Sorry Chris,i didn't read this. How do you want me to provide the patch ? Jérémie Le 20/02/2015 10:31, Jérémie Barthés a écrit : I send you the patch i did to fix my issue with the RewriteValve (it was for the 8.0.15), The goal of that patch is to b

Re: Application getting stopped with error code 610 038

2015-02-20 Thread Shruti-Prithvi
Thanks. Please have error logs pasted below. # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x80007e33, pid=4944, tid=3340 # # JRE version: 7.0_05-b05 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Jérémie Barthés
I send you the patch i did to fix my issue with the RewriteValve (it was for the 8.0.15), The goal of that patch is to block the RewriteValve if a 302 automatic folder '/' redirection occurs. The RewriteValve will rewrite the redirected URL. first step : http://localhost:8080/mypath/async => r

Re: Issue with RewriteValve and folders (tomcat 8.0.15)

2015-02-20 Thread Felix Schumacher
Am 20.02.2015 08:49, schrieb Rainer Jung: Am 19.02.2015 um 22:13 schrieb Felix Schumacher: Am 19.02.2015 um 21:41 schrieb André Warnier: Jérémie Barthés wrote: ... Make a file rewrite.config in conf/Catalina/localhost/ that contains : RewriteRule^/mypath/(.*)$/examples/jsp/$1 copy