500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/home/bcnsostenible/vpython/lib/python2.7/site-packages/CherryPy-3.1.2-py2.7.egg/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/home/bcnsostenible/vpython/lib/python2.7/site-packages/CherryPy-3.1.2-py2.7.egg/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/bcnsostenible/src/woost/woost/controllers/cmscontroller.py", line 212, in default
    return self.__dispatcher.respond(args, self.__cms)
  File "/home/bcnsostenible/src/cocktail/cocktail/controllers/dispatcher.py", line 251, in respond
    return cherrypy.request.handler()
  File "/home/bcnsostenible/src/cocktail/cocktail/controllers/dispatcher.py", line 93, in __call__
    handled = False
  File "/home/bcnsostenible/src/cocktail/cocktail/events.py", line 163, in __call__
    next_slot(_event_info = event_info)
  File "/home/bcnsostenible/src/cocktail/cocktail/events.py", line 163, in __call__
    next_slot(_event_info = event_info)
  File "/home/bcnsostenible/src/cocktail/cocktail/events.py", line 157, in __call__
    callback(event_info)
  File "/home/bcnsostenible/src/woost/woost/controllers/cmscontroller.py", line 443, in handle_exception_raised
    response.body = error_controller()
  File "/home/bcnsostenible/src/woost/woost/controllers/publishablecontroller.py", line 22, in __call__
    return Cached.__call__(self, **kwargs)
  File "/home/bcnsostenible/src/cocktail/cocktail/controllers/cached.py", line 35, in __call__
    content = self._produce_content(**kwargs)
  File "/home/bcnsostenible/src/woost/woost/controllers/publishablecontroller.py", line 87, in _produce_content
    return BaseCMSController.__call__(self, **kwargs)
  File "/home/bcnsostenible/src/cocktail/cocktail/controllers/controller.py", line 46, in __call__
    return self.render()
  File "/home/bcnsostenible/src/cocktail/cocktail/controllers/controller.py", line 150, in render
    return renderer()
  File "/home/bcnsostenible/src/cocktail/cocktail/controllers/controller.py", line 171, in render_html
    return self._render_template()
  File "/home/bcnsostenible/src/woost/woost/controllers/publishablecontroller.py", line 104, in _render_template
    return BaseCMSController._render_template(self)
  File "/home/bcnsostenible/src/woost/woost/controllers/basecmscontroller.py", line 71, in _render_template
    return self.view.render_page(renderer = renderer)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/element.py", line 349, in render_page
    cache
  File "/home/bcnsostenible/src/cocktail/cocktail/html/element.py", line 378, in create_html_document
    cache = cache
  File "/home/bcnsostenible/src/cocktail/cocktail/html/element.py", line 442, in render
    rendering.render_element(self)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/rendering.py", line 187, in render_element
    element._render(rendering)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/element.py", line 462, in _render
    rendering.renderer.write_element(self, rendering)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/renderers.py", line 49, in write_element
    self.write_element_content(element, rendering)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/renderers.py", line 94, in write_element_content
    rendering.render_element(child)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/rendering.py", line 187, in render_element
    element._render(rendering)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/element.py", line 462, in _render
    rendering.renderer.write_element(self, rendering)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/renderers.py", line 49, in write_element
    self.write_element_content(element, rendering)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/renderers.py", line 94, in write_element_content
    rendering.render_element(child)
  File "/home/bcnsostenible/src/cocktail/cocktail/html/rendering.py", line 143, in render_element
    element.ready()
  File "/home/bcnsostenible/src/cocktail/cocktail/html/element.py", line 586, in ready
    self.ready_stage()
  File "/home/bcnsostenible/src/cocktail/cocktail/events.py", line 157, in __call__
    callback(event_info)
  File "<bcnsostenible.views.BCNCorporateBar>", line 41, in _handler
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1248, in https_open
    context=self._context)
  File "/usr/lib/python2.7/urllib2.py", line 1205, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Powered by CherryPy 3.1.2