mezzobob
Cadet
- Joined
- Dec 29, 2016
- Messages
- 4
Hi, after the update i tried to install a Plugin and it throws this Error:
What can i do to Fix this?
Code:
Request Method: POST Request URL: https://192.168.2.100/plugins/plugin/install/5b43b87998f1c2bfe3d0280b8c2ef9050f95073eecd5a2620d0a06e0956bdc82/ Software Version: FreeNAS-11.0-U4 (54848d13b) Exception Type: MiddlewareError Exception Value: [MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'tank/jails/.warden-template-pluginjail@clean': dataset does not exist\nERROR: Failed creating clean ZFS base clone\n]"] Exception Location: ./freenasUI/jails/utils.py in new_default_plugin_jail, line 721 Server time: So, 26 Nov 2017 13:09:46 +0100
Code:
Environment:
Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: https://192.168.2.100/plugins/plugin/install/5b43b87998f1c2bfe3d0280b8c2ef9050f95073eecd5a2620d0a06e0956bdc82/
Traceback:
File "./freenasUI/jails/utils.py" in new_default_plugin_jail
718. w.create(**create_args)
File "./freenasUI/common/warden.py" in create
1097. return self.__call(warden_create(flags, **kwargs))
File "./freenasUI/common/warden.py" in __call
1070. tmp = obj.run()
File "./freenasUI/common/warden.py" in run
465. raise warden_exception(msg)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
39. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "./freenasUI/plugins/views.py" in install_available
306. raise e
File "./freenasUI/plugins/views.py" in install_available
302. jail = new_default_plugin_jail(plugin.unixname)
File "./freenasUI/jails/utils.py" in new_default_plugin_jail
721. raise MiddlewareError(_("Failed to install plugin: %s") % e)
Exception Type: MiddlewareError at /plugins/plugin/install/5b43b87998f1c2bfe3d0280b8c2ef9050f95073eecd5a2620d0a06e0956bdc82/
Exception Value: [MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'tank/jails/.warden-template-pluginjail@clean': dataset does not exist\nERROR: Failed creating clean ZFS base clone\n]"]
What can i do to Fix this?