https://issues.apache.org/bugzilla/show_bug.cgi?id=47797

Eugene <johnba...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #4 from Eugene <johnba...@gmail.com> 2009-09-13 23:55:03 PDT ---
(In reply to comment #3)
> The fact that the NoSuchMethodException is returned and references the method
> declared in the request body clearly demonstrates that the issue is with the
> framework or the application not with Tomcat.

I assure you that the error at Tomcat.
Because after the expansion logging all talking about it. And at the servlet
level is already coming InputStream, whose size =- 1!

NoSuchMethodException emerged, when from catalina level receive empty body of
POST Request. And parser begin to analyze empty xml !

After update xmlrpc up to 3.1.2 I became  receive other error:
-----------------------
14:58:37,017 ERROR [XmlRpcErrorLogger] Failed to parse XML-RPC request:
Premature end of file.                                              
org.apache.xmlrpc.XmlRpcException: Failed to parse XML-RPC request: Premature
end of file. 
-----------------------

This is not always the case. And from time to time, and says that comes a blank
document! That is the request body is empty, even though all the headlines come
to normal! Also, the server always send the same request. See attached dump. 

Error occurred in CoyoteAdapter.service():
 in line:
----------------
  connector.getContainer().getPipeline().getFirst().invoke(request, response);
----------------
Please, help me.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to