Project

General

Profile

Actions

Bug #8681

closed

pulpito: suite=upgrade traceback

Added by Loïc Dachary almost 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):


Files

pulpito.png (111 KB) pulpito.png Loïc Dachary, 06/27/2014 07:52 AM
Actions #1

Updated by Loïc Dachary almost 10 years ago

 To disable this interface, set
conf.app.debug = False

Traceback
Traceback (most recent call last):
  File "/home/ubuntu/.virtualenvs/pulpito/local/lib/python2.7/site-packages/pecan/middleware/debug.py", line 289, in __call__
    return self.app(environ, start_response)
  File "/home/ubuntu/.virtualenvs/pulpito/local/lib/python2.7/site-packages/pecan/middleware/recursive.py", line 56, in __call__
    return self.application(environ, start_response)
  File "/home/ubuntu/.virtualenvs/pulpito/local/lib/python2.7/site-packages/pecan/core.py", line 578, in __call__
    self.handle_request(req, resp)
  File "/home/ubuntu/.virtualenvs/pulpito/local/lib/python2.7/site-packages/pecan/core.py", line 516, in handle_request
    result = controller(*args, **kwargs)
  File "/home/ubuntu/pulpito/pulpito/controllers/root.py", line 48, in index
    prettify_run(run)
  File "/home/ubuntu/pulpito/pulpito/controllers/util.py", line 22, in prettify_run
    set_run_time_info(run)
  File "/home/ubuntu/pulpito/pulpito/controllers/util.py", line 46, in set_run_time_info
    updated = datetime.strptime(run['updated'], timestamp_fmt)
TypeError: must be string, not None
Want to debug this request?
You can with a Python debugger breakpoint.
WSGI Environment
{'ACTUAL_SERVER_PROTOCOL': 'HTTP/1.1',
 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
 'HTTP_CONNECTION': 'Keep-Alive',
 'HTTP_COOKIE': '__utma=158702760.1284402325.1390825561.1403281858.1403762444.118; __utmz=158702760.1402389590.110.47.utmcsr=dachary.org|utmccn=(referral)|utmcmd=referral|utmcct=/; __unam=7639673-143d3a9fb7d-5d5ea488-104; __hstc=225618501.db96ce9e304ab7cf8691ddad5240d626.1390825569634.1392386513067.1392979398536.4; hsfirstvisit=http%3A%2F%2Fceph.com%2Fdocs%2Femperor%2Finstall%2Fbuild-ceph%2F||1390825569633; hubspotutk=db96ce9e304ab7cf8691ddad5240d626',
 'HTTP_HOST': 'pulpito.ceph.com',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0',
 'HTTP_VIA': '1.0 pulpito.front.sepia.ceph.com',
 'HTTP_X_FORWARDED_FOR': '10.214.140.104',
 'HTTP_X_FORWARDED_HOST': 'pulpito.ceph.com',
 'HTTP_X_FORWARDED_SERVER': 'pulpito.front.sepia.ceph.com',
 'HTTP_X_REAL_IP': '212.198.6.230',
 'PATH_INFO': '/',
 'QUERY_STRING': 'suite=upgrade',
 'REMOTE_ADDR': '127.0.0.1',
 'REMOTE_PORT': '47748',
 'REQUEST_METHOD': 'GET',
 'REQUEST_URI': '/?suite=upgrade',
 'SCRIPT_NAME': '',
 'SERVER_NAME': 'simpleapp',
 'SERVER_PORT': '8181',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'CherryPy/3.2.5 Server',
 'pecan.recursive.script_name': '',
 'webob._parsed_query_vars': (GET([(u'suite', u'upgrade')]), 'suite=upgrade'),
 'webob.adhoc_attrs': {'context': {'filters': {'suite': u'upgrade'}},
                       'pecan': {'content_type': 'text/html',
                                 'extension': None,
                                 'routing_path': '/'}},
 'wsgi.errors': <open file="" '<stderr="">', mode 'w' at 0x7fbf1ae05270>,
 'wsgi.input': <cherrypy.wsgiserver.wsgiserver2.knownlengthrfile object="" at="" 0x7fbf1005c5d0="">,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}</cherrypy.wsgiserver.wsgiserver2.knownlengthrfile></open>
Actions #2

Updated by Zack Cerza almost 10 years ago

  • Assignee set to Zack Cerza
Actions #3

Updated by Sage Weil over 9 years ago

  • Status changed from New to Won't Fix
Actions #4

Updated by Zack Cerza over 9 years ago

  • Status changed from Won't Fix to Resolved

Just a correction: this is fixed

Actions

Also available in: Atom PDF