Bug 29315 - Server is too busy causes unhandled traceback
Summary: Server is too busy causes unhandled traceback
Status: NEW
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 01:54 UTC by Jonny Lamb
Modified: 2010-07-30 01:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jonny Lamb 2010-07-30 01:54:44 UTC
DEBUG:papyon.service:<<< HTTP/1.1 503 Service Unavailable
Connection: close
Date: Fri, 30 Jul 2010 08:52:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
P3P: CP="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo"
X-MSNSERVER: BY2ABCHWB353
Content-Type: text/html

<html><body><h1>Server is too busy</h1></body></html>
Traceback (most recent call last):
  File "/home/jonny/src/papyon/papyon/service/SOAPService.py", line 227, in _response_handler
    response = method.process_response(soap_response)
  File "/home/jonny/src/papyon/papyon/service/description/AB/ABFindAll.py", line 49, in process_response
    find_all_result = soap_response.body.\
AttributeError: 'NoneType' object has no attribute 'find'


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.