[Webware-discuss] the fault continues

2006-05-19 Thread Mark Phillips
I have rolled back to python 2.3.4, since Fedora Core 2 doesn't support python 2.4.x. I ran my test suite. I am getting the following error. This occurs once in a batch of requests, at about item 40 out of 100. I guess I have to revert to Webware 0.8.1 for this machine. If anyone has an

Re: [Webware-discuss] the fault continues

2006-05-19 Thread Oliver Bock
XMLRPCServlet internal error Traceback (most recent call last): File /usr/local/Webware-0.9.1/WebKit/XMLRPCServlet.py, line 46, in respondToPost params, method = xmlrpclib.loads(data) File /var/tmp/python2.3-2.3.4-root/usr/lib/python2.3/xmlrpclib.py, line 1012, in loads

Re: [Webware-discuss] the fault continues

2006-05-19 Thread Christoph Zwerschke
Mark Phillips wrote: I have rolled back to python 2.3.4, since Fedora Core 2 doesn't support python 2.4.x. I ran my test suite. I am getting the following error. This occurs once in a batch of requests, at about item 40 out of 100. I'd like to figure out what's going wrong there. Can I have

Re: [Webware-discuss] the fault continues

2006-05-19 Thread Mark Phillips
On May 19, 2006, at 12:17 AM, Christoph Zwerschke wrote: Mark Phillips wrote: I have rolled back to python 2.3.4, since Fedora Core 2 doesn't support python 2.4.x. I ran my test suite. I am getting the following error. This occurs once in a batch of requests, at about item 40 out of 100.