Skip to content

Instantly share code, notes, and snippets.

@gannebamm

gannebamm/error Secret

Created November 2, 2015 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gannebamm/87a28f985d422e2e8ca7 to your computer and use it in GitHub Desktop.
Save gannebamm/87a28f985d422e2e8ca7 to your computer and use it in GitHub Desktop.
errorlog for adding a remote csw to geonode 2.4c
[Mon Nov 02 05:33:36.082102 2015] [:error] [pid 6338:tid 140519922890496] Internal Server Error: /services/register/
[Mon Nov 02 05:33:36.082240 2015] [:error] [pid 6338:tid 140519922890496] Traceback (most recent call last):
[Mon Nov 02 05:33:36.082255 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 112, in get_response
[Mon Nov 02 05:33:36.082266 2015] [:error] [pid 6338:tid 140519922890496] response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Mon Nov 02 05:33:36.082276 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/decorators.py", line 22, in _wrapped_view
[Mon Nov 02 05:33:36.082286 2015] [:error] [pid 6338:tid 140519922890496] return view_func(request, *args, **kwargs)
[Mon Nov 02 05:33:36.082295 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/local/lib/python2.7/dist-packages/geonode/services/views.py", line 127, in register_service
[Mon Nov 02 05:33:36.082305 2015] [:error] [pid 6338:tid 140519922890496] return _register_harvested_service(url, name, user, password, owner=request.user)
[Mon Nov 02 05:33:36.082314 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/local/lib/python2.7/dist-packages/geonode/services/views.py", line 698, in _register_harvested_service
[Mon Nov 02 05:33:36.082324 2015] [:error] [pid 6338:tid 140519922890496] csw = CatalogueServiceWeb(url)
[Mon Nov 02 05:33:36.082334 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/local/lib/python2.7/dist-packages/owslib/csw.py", line 82, in __init__
[Mon Nov 02 05:33:36.082343 2015] [:error] [pid 6338:tid 140519922890496] self._invoke()
[Mon Nov 02 05:33:36.082353 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/local/lib/python2.7/dist-packages/owslib/csw.py", line 600, in _invoke
[Mon Nov 02 05:33:36.082362 2015] [:error] [pid 6338:tid 140519922890496] self.response = urlopen(req, timeout=self.timeout).read()
[Mon Nov 02 05:33:36.082371 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
[Mon Nov 02 05:33:36.082380 2015] [:error] [pid 6338:tid 140519922890496] return _opener.open(url, data, timeout)
[Mon Nov 02 05:33:36.082389 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/lib/python2.7/urllib2.py", line 404, in open
[Mon Nov 02 05:33:36.082418 2015] [:error] [pid 6338:tid 140519922890496] response = self._open(req, data)
[Mon Nov 02 05:33:36.082428 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/lib/python2.7/urllib2.py", line 422, in _open
[Mon Nov 02 05:33:36.082436 2015] [:error] [pid 6338:tid 140519922890496] '_open', req)
[Mon Nov 02 05:33:36.082444 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
[Mon Nov 02 05:33:36.082453 2015] [:error] [pid 6338:tid 140519922890496] result = func(*args)
[Mon Nov 02 05:33:36.082462 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
[Mon Nov 02 05:33:36.082470 2015] [:error] [pid 6338:tid 140519922890496] return self.do_open(httplib.HTTPConnection, req)
[Mon Nov 02 05:33:36.082478 2015] [:error] [pid 6338:tid 140519922890496] File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
[Mon Nov 02 05:33:36.082486 2015] [:error] [pid 6338:tid 140519922890496] raise URLError(err)
[Mon Nov 02 05:33:36.082494 2015] [:error] [pid 6338:tid 140519922890496] URLError: <urlopen error [Errno 111] Connection refused>
[Mon Nov 02 05:33:36.100672 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] mod_wsgi (pid=6338): Exception occurred processing WSGI script '/var/www/my_geonode/my_geonode/wsgi.py'.
[Mon Nov 02 05:33:36.100705 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] Traceback (most recent call last):
[Mon Nov 02 05:33:36.100735 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 206, in __call__
[Mon Nov 02 05:33:36.100846 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] response = self.get_response(request)
[Mon Nov 02 05:33:36.100866 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 194, in get_response
[Mon Nov 02 05:33:36.100890 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Mon Nov 02 05:33:36.100903 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 236, in handle_uncaught_exception
[Mon Nov 02 05:33:36.100922 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return callback(request, **param_dict)
[Mon Nov 02 05:33:36.100935 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 99, in _wrapped_view
[Mon Nov 02 05:33:36.101012 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] response = view_func(request, *args, **kwargs)
[Mon Nov 02 05:33:36.101029 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/views/defaults.py", line 46, in server_error
[Mon Nov 02 05:33:36.101091 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return http.HttpResponseServerError(template.render(Context({})))
[Mon Nov 02 05:33:36.101110 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 140, in render
[Mon Nov 02 05:33:36.101437 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return self._render(context)
[Mon Nov 02 05:33:36.101455 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 134, in _render
[Mon Nov 02 05:33:36.101477 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return self.nodelist.render(context)
[Mon Nov 02 05:33:36.101498 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 840, in render
[Mon Nov 02 05:33:36.101517 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] bit = self.render_node(node, context)
[Mon Nov 02 05:33:36.101531 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 854, in render_node
[Mon Nov 02 05:33:36.101548 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return node.render(context)
[Mon Nov 02 05:33:36.101563 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py", line 53, in render
[Mon Nov 02 05:33:36.101673 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] result = self.nodelist.render(context)
[Mon Nov 02 05:33:36.101689 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 840, in render
[Mon Nov 02 05:33:36.101710 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] bit = self.render_node(node, context)
[Mon Nov 02 05:33:36.101722 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 854, in render_node
[Mon Nov 02 05:33:36.101740 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return node.render(context)
[Mon Nov 02 05:33:36.101752 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py", line 155, in render
[Mon Nov 02 05:33:36.101769 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return self.render_template(self.template, context)
[Mon Nov 02 05:33:36.101782 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py", line 137, in render_template
[Mon Nov 02 05:33:36.101799 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] output = template.render(context)
[Mon Nov 02 05:33:36.101812 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 140, in render
[Mon Nov 02 05:33:36.101828 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return self._render(context)
[Mon Nov 02 05:33:36.101841 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 134, in _render
[Mon Nov 02 05:33:36.101857 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return self.nodelist.render(context)
[Mon Nov 02 05:33:36.101869 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 840, in render
[Mon Nov 02 05:33:36.101886 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] bit = self.render_node(node, context)
[Mon Nov 02 05:33:36.101898 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/base.py", line 854, in render_node
[Mon Nov 02 05:33:36.101915 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] return node.render(context)
[Mon Nov 02 05:33:36.101927 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/announcements/templatetags/announcements_tags.py", line 24, in render
[Mon Nov 02 05:33:36.101979 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] request = context["request"]
[Mon Nov 02 05:33:36.102004 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] File "/usr/local/lib/python2.7/dist-packages/django/template/context.py", line 56, in __getitem__
[Mon Nov 02 05:33:36.102081 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] raise KeyError(key)
[Mon Nov 02 05:33:36.102104 2015] [:error] [pid 6338:tid 140519922890496] [remote 193.16.120.81:28004] KeyError: 'request'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment