Error 413 (Request entity too large) while doing port-list on scale setup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Committed
|
High
|
Prakash Bailkeri | ||
R2.20 |
Fix Committed
|
High
|
Prakash Bailkeri |
Bug Description
R2.20 BUild 30 Ubuntu 14.04 Juno multi-node setup
On the tor-scale setup with 128K vmis on 500 vns, port-list operations (for ex : admin overview/instances page in horizon) get error 413 (Request entity too large)
global HttpError = <class 'cfgm_common.
status = 413
content = u'\n <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML...t to large</pre>\n </body>\n </html>\n'
<class 'cfgm_common.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<style type="text/css">
html {background-color: #eee; font-family: sans;}
body {background-color: #fff; border: 1px solid #ddd;
pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
</head>
<body>
</body>
</html>
__class__ = <class 'cfgm_common.
__delattr__ = <method-wrapper '__delattr__' of HttpError object>
__dict__ = {'content': u'\n <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML...t to large</pre>\n </body>\n </html>\n', 'status_code': 413}
__doc__ = None
__format__ = <built-in method __format__ of HttpError object>
__getattrib
__getitem__ = <method-wrapper '__getitem__' of HttpError object>
__getslice__ = <method-wrapper '__getslice__' of HttpError object>
__hash__ = <method-wrapper '__hash__' of HttpError object>
__init__ = <bound method HttpError.__init__ of HttpError()>
__module__ = 'cfgm_common.
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of HttpError object>
__reduce_ex__ = <built-in method __reduce_ex__ of HttpError object>
__repr__ = <method-wrapper '__repr__' of HttpError object>
__setattr__ = <method-wrapper '__setattr__' of HttpError object>
__setstate__ = <built-in method __setstate__ of HttpError object>
__repr__ = <method-wrapper '__repr__' of HttpError object>
__setattr__ = <method-wrapper '__setattr__' of HttpError object>
__setstate__ = <built-in method __setstate__ of HttpError object>
__sizeof__ = <built-in method __sizeof__ of HttpError object>
__str__ = <bound method HttpError.__str__ of HttpError()>
__subclassh
__unicode__ = <built-in method __unicode__ of HttpError object>
__weakref__ = None
args = ()
content = u'\n <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML...t to large</pre>\n </body>\n </html>\n'
message = ''
status_code = 413
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/usr/lib/
ports_info = cfgdb.port_
File "/usr/lib/
is_
File "/usr/lib/
return self._port_
File "/usr/lib/
detail=True)
File "/usr/lib/
count=count)
File "/usr/lib/
return self.resource_
File "/usr/lib/
uri, json_body)
File "/usr/lib/
retry_
File "/usr/lib/
raise HttpError(status, content)
HttpError: HTTP Status: 413 Content:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<style type="text/css">
html {background-color: #eee; font-family: sans;}
body {background-color: #fff; border: 1px solid #ddd;
pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
</head>
<body>
</body>
</html>
Traceback (most recent call last):
File "/usr/lib/
return route.call(**args)
File "/usr/lib/
rv = callback(*a, **ka)
File "/usr/lib/
return self.plugin_
File "/usr/lib/
raise e
HttpError: HTTP Status: 413 Content:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<style type="text/css">
html {background-color: #eee; font-family: sans;}
body {background-color: #fff; border: 1px solid #ddd;
pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;}
</head>
<body>
</body>
</html>
192.168.1.2 - - [2015-05-29 21:24:31] "POST /neutron/port HTTP/1.1" 500 156 165.221431
Review in progress for https:/ /review. opencontrail. org/11164
Submitter: Prakash Bailkeri (<email address hidden>)