All pastes #2105678 Raw Edit

Stuff

public text v1 · immutable
#2105678 ·published 2012-01-24 13:58 UTC
rendered paste body
GEOS version 3.2.2-CAPI-1.6.2
GEOS_ERROR: ParseException: Unknown WKB type 0
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/staticfiles/handlers.py", line 68, in __call__
    return self.application(environ, start_response)
  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/wsgi.py", line 272, in __call__
    response = self.get_response(request)
  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 169, in get_response
    response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 203, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/admin/options.py", line 307, in wrapper
    return self.admin_site.admin_view(view)(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/utils/decorators.py", line 93, in _wrapped_view
    response = view_func(request, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/views/decorators/cache.py", line 79, in _wrapped_view_func
    response = view_func(request, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/admin/sites.py", line 197, in inner
    return view(request, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/utils/decorators.py", line 28, in _wrapper
    return bound_func(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/utils/decorators.py", line 93, in _wrapped_view
    response = view_func(request, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/django/utils/decorators.py", line 24, in bound_func
    return func(self, *args2, **kwargs2)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/admin/options.py", line 1111, in changelist_view
    if formset.is_valid():
  File "/usr/local/lib/python2.6/dist-packages/django/forms/formsets.py", line 263, in is_valid
    err = self.errors
  File "/usr/local/lib/python2.6/dist-packages/django/forms/formsets.py", line 241, in _get_errors
    self.full_clean()
  File "/usr/local/lib/python2.6/dist-packages/django/forms/formsets.py", line 284, in full_clean
    self._errors.append(form.errors)
  File "/usr/local/lib/python2.6/dist-packages/django/forms/forms.py", line 112, in _get_errors
    self.full_clean()
  File "/usr/local/lib/python2.6/dist-packages/django/forms/forms.py", line 269, in full_clean
    self._post_clean()
  File "/usr/local/lib/python2.6/dist-packages/django/forms/models.py", line 331, in _post_clean
    self.instance.clean()
  File "/home/meissls/eox/development/eoxserver/svn/trunk/eoxserver/resources/coverages/models.py", line 349, in clean
    footprint = self.eo_metadata.footprint
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/gis/db/models/proxy.py", line 38, in __get__
    geom = self._klass(geom_value)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/gis/geos/geometry.py", line 80, in __init__
    g = wkb_r().read(geo_input)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/gis/geos/prototypes/io.py", line 133, in read
    return wkb_reader_read(self.ptr, wkb_s, len(wkb_s))
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/gis/geos/prototypes/threadsafe.py", line 49, in __call__
    return self.cfunc(self.thread_context.handle.ptr, *args)
  File "/usr/local/lib/python2.6/dist-packages/django/contrib/gis/geos/prototypes/errcheck.py", line 43, in check_geom
    raise GEOSException('Error encountered checking Geometry returned from GEOS C function "%s".' % func.__name__)
GEOSException: Error encountered checking Geometry returned from GEOS C function "GEOSWKBReader_read_r".