Plugins - stop working

Status
Not open for further replies.

radeksalomon

Cadet
Joined
Oct 5, 2012
Messages
2
Hello everybody.

I would like to ask you for help. After upgrade to 8.3.0-RC1 I am not able to run plugins service and I am not able to delete it. I want to delete whole jail, but without success.

I did last experiment that I deleted the datasets with jail and archive folder, but it did not help.

The tracelog I get on the screen is below:


Environment:

Software Version: FreeNAS-8.3.0-RC1-x64 (r12584)
Request Method: POST
Request URL: https://10.0.1.6/admin/app-services/PluginsJail/delete/1/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
105. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
166. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
20. return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/views.py" in generic_model_delete
836. mf.delete(events=events)
File "/usr/local/www/freenasUI/../freenasUI/common/forms.py" in delete
66. self.instance.delete()
File "/usr/local/www/freenasUI/../freenasUI/services/models.py" in delete
950. notifier().delete_plugins_jail(self.id)
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in delete_plugins_jail
2550. plugin.id)
File "/usr/local/lib/python2.7/logging/__init__.py" in debug
1128. self._log(DEBUG, msg, args, **kwargs)
File "/usr/local/lib/python2.7/logging/__init__.py" in _log
1258. self.handle(record)
File "/usr/local/lib/python2.7/logging/__init__.py" in handle
1268. self.callHandlers(record)
File "/usr/local/lib/python2.7/logging/__init__.py" in callHandlers
1308. hdlr.handle(record)
File "/usr/local/lib/python2.7/logging/__init__.py" in handle
748. self.emit(record)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/handlers.py" in emit
55. msg = self.format(record)
File "/usr/local/lib/python2.7/logging/__init__.py" in format
723. return fmt.format(record)
File "/usr/local/lib/python2.7/logging/__init__.py" in format
464. record.message = record.getMessage()
File "/usr/local/lib/python2.7/logging/__init__.py" in getMessage
328. msg = msg % self.args

Exception Type: TypeError at /admin/app-services/PluginsJail/delete/1/
Exception Value: %d format: a number is required, not NoneType




I appreciate your help how to restore the plugins service.
Thank you.
Radek
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
Now the question is, is this RC1 one of two "unofficial" PRE-releases, or a pre-official un-release???

I didn't see any official announcement, so it may be like the 2 pre-release 8.3 Beta-3's. Wait for an official announcement before installing anything or who knows what bugs it may have. Actually that's true of official releases too....

What happens if you use the Official Beta-3?
 

radeksalomon

Cadet
Joined
Oct 5, 2012
Messages
2
I did not plan to install 8.3 RC1 but after I started using miniDLNA plugin and the plugin was not working I found on this forum many advices to install 8.3 because in this version the miniDLNA plugin in fixed. So I did it, but now the plugins jail is not woking and I am looking for the solution how to fix it.

Radek
 
Status
Not open for further replies.
Top