geosolutions-it / ogc-testbed

Management repository for OGC testbed and other initiatives
0 stars 0 forks source link

GHC: investigate faulty GetFeature check #43

Open cezio opened 5 years ago

cezio commented 5 years ago

Logs:

WARNING:owslib.ows:Invalid CRS %r. Expected integer
WARNING:owslib.ows:Invalid CRS %r. Expected integer
[2018-08-28 17:27:08,454] ERROR in app: Exception on /probe/GeoHealthCheck.plugins.probe.wfs.WfsGetFeatureBbox/63/edit_form [GET]
Traceback (most recent call last):
  File "/home/geosolutions/.virtualenvs/geonode/local/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/geosolutions/.virtualenvs/geonode/local/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/geosolutions/.virtualenvs/geonode/local/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/home/geosolutions/.virtualenvs/geonode/local/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/geosolutions/.virtualenvs/geonode/local/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/home/geosolutions/.virtualenvs/geonode/local/lib/python2.7/site-packages/flask_login.py", line 758, in decorated_view
    return func(*args, **kwargs)
  File "./instance/../GeoHealthCheck/app.py", line 744, in get_probe_edit_form
    probe_obj.expand_params(resource)
  File "./instance/../GeoHealthCheck/plugins/probe/wfs.py", line 194, in expand_params
    raise err
RuntimeError: no options found in 'init' file
    {
      "checks": [],
      "class": "GeoHealthCheck.plugins.probe.wfs.WfsGetFeatureBboxAll",
      "message": "ExceptionReport> in response text",
      "name": "WFS GetFeature in BBOX for ALL FeatureTypes",
      "probe_id": 193,
      "response_time": "28.947739",
      "success": false
    }