Just try to create any dataset in the web UI and after submitting the first form:
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/weberror/errormiddleware.py', line 162 in __call__
app_iter = self.application(environ, sr_checker)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/dec.py', line 147 in __call__
resp = self.call_func(req, *args, **self.kwargs)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/dec.py', line 208 in call_func
return self.func(req, *args, **kwargs)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/fanstatic/publisher.py', line 234 in __call__
return request.get_response(self.app)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/request.py', line 1053 in get_response
application, catch_exc_info=False)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/request.py', line 1022 in call_application
app_iter = application(self.environ, start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/dec.py', line 147 in __call__
resp = self.call_func(req, *args, **self.kwargs)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/dec.py', line 208 in call_func
return self.func(req, *args, **kwargs)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/fanstatic/injector.py', line 54 in __call__
response = request.get_response(self.app)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/request.py', line 1053 in get_response
application, catch_exc_info=False)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/webob/request.py', line 1022 in call_application
app_iter = application(self.environ, start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/beaker/middleware.py', line 73 in __call__
return self.app(environ, start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/beaker/middleware.py', line 155 in __call__
return self.wrap_app(environ, session_start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/routes/middleware.py', line 131 in __call__
response = self.app(environ, start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/pylons/wsgiapp.py', line 125 in __call__
response = self.dispatch(controller, environ, start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/pylons/wsgiapp.py', line 324 in dispatch
return controller(environ, start_response)
File '/home/seanh/Projects/ckan/ckan/ckan/lib/base.py', line 339 in __call__
res = WSGIController.__call__(self, environ, start_response)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/pylons/controllers/core.py', line 221 in __call__
response = self._dispatch_call()
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/pylons/controllers/core.py', line 172 in _dispatch_call
response = self._inspect_call(func)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/pylons/controllers/core.py', line 107 in _inspect_call
result = self._perform_call(func, args)
File '/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/pylons/controllers/core.py', line 60 in _perform_call
return func(**args)
File '/home/seanh/Projects/ckan/ckan/ckan/controllers/package.py', line 747 in new_resource
check_access('resource_create', context, pkg_dict)
File '/home/seanh/Projects/ckan/ckan/ckan/logic/__init__.py', line 296 in check_access
logic_authorization = new_authz.is_authorized(action, context, data_dict)
File '/home/seanh/Projects/ckan/ckan/ckan/new_authz.py', line 176 in is_authorized
return auth_function(context, data_dict)
File '/home/seanh/Projects/ckan/ckan/ckan/logic/auth/create.py', line 72 in resource_create
resource = logic_auth.get_resource_object(context, data_dict)
File '/home/seanh/Projects/ckan/ckan/ckan/logic/auth/__init__.py', line 38 in get_resource_object
return _get_object(context, data_dict, 'resource', 'Resource')
File '/home/seanh/Projects/ckan/ckan/ckan/logic/auth/__init__.py', line 23 in _get_object
raise logic.NotFound
NotFound:
Just try to create any dataset in the web UI and after submitting the first form: