Skip to content

Instantly share code, notes, and snippets.

Created November 24, 2015 09:26
Show Gist options
  • Save anonymous/9fb22d608771b7cbc121 to your computer and use it in GitHub Desktop.
Save anonymous/9fb22d608771b7cbc121 to your computer and use it in GitHub Desktop.
[Mon Nov 23 15:24:55.483075 2015] [:error] [pid 29399:tid 140729372813056] Internal Server Error: /services/register/
[Mon Nov 23 15:24:55.483144 2015] [:error] [pid 29399:tid 140729372813056] Traceback (most recent call last):
[Mon Nov 23 15:24:55.483156 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 112, in get_response
[Mon Nov 23 15:24:55.483166 2015] [:error] [pid 29399:tid 140729372813056] response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Mon Nov 23 15:24:55.483174 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/decorators.py", line 22, in _wrapped_view
[Mon Nov 23 15:24:55.483183 2015] [:error] [pid 29399:tid 140729372813056] return view_func(request, *args, **kwargs)
[Mon Nov 23 15:24:55.483191 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/local/lib/python2.7/dist-packages/geonode/services/views.py", line 110, in register_service
[Mon Nov 23 15:24:55.483200 2015] [:error] [pid 29399:tid 140729372813056] type, server = _verify_service_type(url)
[Mon Nov 23 15:24:55.483208 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/local/lib/python2.7/dist-packages/geonode/services/views.py", line 238, in _verify_service_type
[Mon Nov 23 15:24:55.483216 2015] [:error] [pid 29399:tid 140729372813056] service.services
[Mon Nov 23 15:24:55.483223 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/dist-packages/arcrest/server.py", line 480, in services
[Mon Nov 23 15:24:55.483231 2015] [:error] [pid 29399:tid 140729372813056] in self._json_struct.get('services', [])]
[Mon Nov 23 15:24:55.483239 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/dist-packages/arcrest/server.py", line 266, in _json_struct
[Mon Nov 23 15:24:55.483247 2015] [:error] [pid 29399:tid 140729372813056] if self._contents is not Ellipsis:
[Mon Nov 23 15:24:55.483255 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/dist-packages/arcrest/server.py", line 243, in _contents
[Mon Nov 23 15:24:55.483263 2015] [:error] [pid 29399:tid 140729372813056] handle = compat.urllib2.urlopen(request)
[Mon Nov 23 15:24:55.483270 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
[Mon Nov 23 15:24:55.483278 2015] [:error] [pid 29399:tid 140729372813056] return _opener.open(url, data, timeout)
[Mon Nov 23 15:24:55.483286 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/urllib2.py", line 404, in open
[Mon Nov 23 15:24:55.483294 2015] [:error] [pid 29399:tid 140729372813056] response = self._open(req, data)
[Mon Nov 23 15:24:55.483301 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/urllib2.py", line 422, in _open
[Mon Nov 23 15:24:55.483309 2015] [:error] [pid 29399:tid 140729372813056] '_open', req)
[Mon Nov 23 15:24:55.483317 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
[Mon Nov 23 15:24:55.483325 2015] [:error] [pid 29399:tid 140729372813056] result = func(*args)
[Mon Nov 23 15:24:55.483332 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
[Mon Nov 23 15:24:55.483340 2015] [:error] [pid 29399:tid 140729372813056] return self.do_open(httplib.HTTPConnection, req)
[Mon Nov 23 15:24:55.483420 2015] [:error] [pid 29399:tid 140729372813056] File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
[Mon Nov 23 15:24:55.483436 2015] [:error] [pid 29399:tid 140729372813056] raise URLError(err)
[Mon Nov 23 15:24:55.483445 2015] [:error] [pid 29399:tid 140729372813056] URLError: <urlopen error [Errno 111] Connection refused>
[Mon Nov 23 15:24:55.503976 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] mod_wsgi (pid=29399): Exception occurred processing WSGI script '/var/www/my_geonode/my_geonode/wsgi.py'.
[Mon Nov 23 15:24:55.504008 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] Traceback (most recent call last):
[Mon Nov 23 15:24:55.504039 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 206, in __call__
[Mon Nov 23 15:24:55.504077 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] response = self.get_response(request)
[Mon Nov 23 15:24:55.504093 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 194, in get_response
[Mon Nov 23 15:24:55.504114 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Mon Nov 23 15:24:55.504127 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 236, in handle_uncaught_exception
[Mon Nov 23 15:24:55.504145 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return callback(request, **param_dict)
[Mon Nov 23 15:24:55.504157 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 99, in _wrapped_view
[Mon Nov 23 15:24:55.504186 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] response = view_func(request, *args, **kwargs)
[Mon Nov 23 15:24:55.504201 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/views/defaults.py", line 46, in server_error
[Mon Nov 23 15:24:55.504220 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return http.HttpResponseServerError(template.render(Context({})))
[Mon Nov 23 15:24:55.504233 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 140, in render
[Mon Nov 23 15:24:55.504304 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return self._render(context)
[Mon Nov 23 15:24:55.504321 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 134, in _render
[Mon Nov 23 15:24:55.504343 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return self.nodelist.render(context)
[Mon Nov 23 15:24:55.504355 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 840, in render
[Mon Nov 23 15:24:55.504373 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] bit = self.render_node(node, context)
[Mon Nov 23 15:24:55.504384 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 854, in render_node
[Mon Nov 23 15:24:55.504402 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return node.render(context)
[Mon Nov 23 15:24:55.504414 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py", line 53, in render
[Mon Nov 23 15:24:55.504432 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] result = self.nodelist.render(context)
[Mon Nov 23 15:24:55.504443 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 840, in render
[Mon Nov 23 15:24:55.504460 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] bit = self.render_node(node, context)
[Mon Nov 23 15:24:55.504471 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 854, in render_node
[Mon Nov 23 15:24:55.504496 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return node.render(context)
[Mon Nov 23 15:24:55.504509 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py", line 155, in render
[Mon Nov 23 15:24:55.504526 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return self.render_template(self.template, context)
[Mon Nov 23 15:24:55.504538 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py", line 137, in render_template
[Mon Nov 23 15:24:55.504560 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] output = template.render(context)
[Mon Nov 23 15:24:55.504574 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 140, in render
[Mon Nov 23 15:24:55.504591 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return self._render(context)
[Mon Nov 23 15:24:55.504603 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 134, in _render
[Mon Nov 23 15:24:55.504619 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return self.nodelist.render(context)
[Mon Nov 23 15:24:55.504631 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 840, in render
[Mon Nov 23 15:24:55.504647 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] bit = self.render_node(node, context)
[Mon Nov 23 15:24:55.504659 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 854, in render_node
[Mon Nov 23 15:24:55.504675 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] return node.render(context)
[Mon Nov 23 15:24:55.504688 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/announcements/templatetags/announcements_tags.py", line 24, in render
[Mon Nov 23 15:24:55.504706 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] request = context["request"]
[Mon Nov 23 15:24:55.504718 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] File "/usr/local/lib/python2.7/dist-packages/django/template/context.py", line 56, in __getitem__
[Mon Nov 23 15:24:55.504737 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] raise KeyError(key)
[Mon Nov 23 15:24:55.504756 2015] [:error] [pid 29399:tid 140729372813056] [remote 193.16.120.81:20766] KeyError: 'request'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment