The server receives about 1400 XML-RPC messages at a rate of about 400 per minute. Each is between 500 btyes and 180,000 bytes in length with an average of 30K bytes.

The exception is raised for only some messages. It appears to be only messages where the payload exceeds a certain size, say, above 53,000 bytes or so.

Here is the text of the error:

File "WebKit/XMLRPCServlet.py", line 34, in respondToPost
File "/var/tmp/python2.3-2.3.4-root/usr/lib/python2.3/xmlrpclib.py", line 1013, in loads
p.close()
File "/var/tmp/python2.3-2.3.4-root/usr/lib/python2.3/xmlrpclib.py", line 531, in close
self._parser.Parse("", 1) # end of data
ExpatError: no element found: line 895, column 56


I checked the XML and it appears to be well formed and complete. What might this error mean?

Mark Phillips
Mophilly & Associates
On the web at http://www.mophilly.com
On the phone at 619 444-9210



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to