Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread peterjca
worth a shot. There's an experimental extension for HttpClient 4. At any rate, I need to gather more info to pass on to the Jersey folks. Best download the Jersey source. Sorry if I've disturbed you here! -- View this message in context: http://old.nabble.com/Tomcat-appears-to-be-sen

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 7/8/2011 12:29 PM, peterjca wrote: > Taking the web service request for the computation step out of my > harness results in my app behaving correctly. Some of the computation > web service requests are randomly being routed to the wrong > en

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread peterjca
ice requests are randomly being routed to the wrong end-point! The bug lies somewhere in Jersey... -- View this message in context: http://old.nabble.com/Tomcat-appears-to-be-sending-duplicate-requests-tp32019702p32022820.html Sent from the Tomcat - User mailing l

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread André Warnier
peterjca wrote: It's running now on Tomcat 7. I've had duplicate requests so checked the access logs. All requests have 200 response code. :confused: Hi. I am not going to provide the solution, just intervening on the "form" aspect of the dialog. You have obviously put a lot of effort in chec

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread peterjca
It's running now on Tomcat 7. I've had duplicate requests so checked the access logs. All requests have 200 response code. :confused: -- View this message in context: http://old.nabble.com/Tomcat-appears-to-be-sending-duplicate-requests-tp32019702p32020404.html Sent from the Tom

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread Pid
On 08/07/2011 11:07, peterjca wrote: > > Yes, I do mean duplicate requests. I know they are duplicates because the > header contains the unique (thread-safe) counter that my test harness > increments. Each request should contain its unique "request count", but some > requests contain counts alread

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread peterjca
'll run Tomcat 7 and check the access logs. -- View this message in context: http://old.nabble.com/Tomcat-appears-to-be-sending-duplicate-requests-tp32019702p32020307.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: Tomcat appears to be sending duplicate requests

2011-07-08 Thread Konstantin Kolinko
2011/7/8 Peter Cameron : > I'm having an interesting problem which seems to be Tomcat-related and which > occurs randomly under heavy load. I'd appreciate some advice/help. > > I'm developing a Java web application and deploying to Tomcat 6.0.32. (I get > the same behaviour with the latest Tomcat 7

Tomcat appears to be sending duplicate requests

2011-07-08 Thread Peter Cameron
I'm having an interesting problem which seems to be Tomcat-related and which occurs randomly under heavy load. I'd appreciate some advice/help. I'm developing a Java web application and deploying to Tomcat 6.0.32. (I get the same behaviour with the latest Tomcat 7). The web app uses Spring 3.