Re: Loss of body POST request...

2009-09-15 Thread Pid
On 15/09/2009 15:16, Eugene wrote: I put testcase, which has everything to reproduce the problemI put testcase, which has everything to reproduce the problem. Is this stacktrace the same one as the problem you originally reported? What happens if you comment out this line in your test servlet

Re: Loss of body POST request...

2009-09-15 Thread Eugene
I have stacketrace for xmlrpc versions: org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.xmlrpc.server.XmlRpc

Re: Loss of body POST request...

2009-09-15 Thread Pid
On 15/09/2009 14:25, Eugene wrote: I use POST URI. With what, some code you wrote? Headers remain constant. And header receive normal, but body loss?!?!? error trace: This isn't the whole of the stacktrace, so I can't tell what it means. What about the lines immediately before this?

Re: Loss of body POST request...

2009-09-15 Thread Eugene
I use Oracle JRockit JVM -- Best Regards, Eugene Batogov ___ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Loss of body POST request...

2009-09-15 Thread Eugene
I use POST URI. Headers remain constant. And header receive normal, but body loss?!?!? error trace: at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChai

Re: Loss of body POST request...

2009-09-15 Thread Pid
On 15/09/2009 11:30, Eugene wrote: Hello. My next trouble. Periodically, the body disappears POST-request with the same query! I wrote a test client. It httpClient sends a test request, and on the server side, the servlet it takes. And trying to read. Sometimes there is a situation that the titl

Re: Loss of body POST request...

2009-09-15 Thread Tommy Pham
- Original Message > From: David Smith > To: Tomcat Users List > Sent: Tuesday, September 15, 2009 5:35:07 AM > Subject: Re: Loss of body POST request... > > Servlets handle uri encoded POSTs just fine. It's when the POST body is > encoded differently li

Re: Loss of body POST request...

2009-09-15 Thread David Smith
m. Were there any exceptions in the logs for broken pipes or similar stuff that might shed some light on the issue? --David Tommy Pham wrote: > - Original Message > >> From: Eugene >> To: Tomcat Users List >> Sent: Tuesday, September 15, 2009 4:16:43 AM &g

Re: Loss of body POST request...

2009-09-15 Thread Tommy Pham
- Original Message > From: Eugene > To: Tomcat Users List > Sent: Tuesday, September 15, 2009 4:16:43 AM > Subject: Re: Loss of body POST request... > > > > What has FileUpload, if the request body is lost! > I want to know why, in principle it may be lo

Re: Loss of body POST request...

2009-09-15 Thread Eugene
What has FileUpload, if the request body is lost! I want to know why, in principle it may be lost? -- Best Regards, Eugene Batogov ___

Re: Loss of body POST request...

2009-09-15 Thread Tommy Pham
Original Message > From: Eugene > To: users@tomcat.apache.org > Sent: Tuesday, September 15, 2009 3:30:02 AM > Subject: Loss of body POST request... > > Hello. My next trouble. > Periodically, the body disappears POST-request with the same query! > I wrote a test client. It httpClient