This morning I upgraded from 9.2.1.8 to 9.3 Stable.
Most everything has worked OK so far, but I have having a bit of an issue with my MiniDLNA (version 1.1.0_1) plugin. It will not start...it was off on reboot, and then after clicking start, it just endlessly sits there trying to start in the gui. The following message appears in the console when navigating to the installed plugins page:
My older version of transmission survived the upgrade fine, and is working well (version 2.82).
In an effort to trying to get it working again, I figured I'd remove it and reinstall it through the GUI. Before doing so, I decided to remove the storage links in jails/storage that are used for it.
Upon trying to delete the storage in the jails storage manager, I get a popup error message with a bunch of stuff in it.
I've copied the header data and the traceback below, I can copy all the addtional data if needed:
Request Method: POST
Request URL:http://192.168.42.70/admin/jails/jailmountpoint/delete/3/
Software Version:FreeNAS-9.3-STABLE-201501090144
Exception Type:AttributeError
Exception Value:
'OperationalError' object has no attribute 'value'
Exception Location:/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py in process_response, line 203
Server time:Sun, 11 Jan 2015 13:13:39 -0800
I tried stopping the jail and then removing the storage, same issue. Restarted the jail, same issue.
Have not yet attempted to remove the existing MiniDLNA plugin/jail.
Any advice/assistance would be much appreciated...
Most everything has worked OK so far, but I have having a bit of an issue with my MiniDLNA (version 1.1.0_1) plugin. It will not start...it was off on reboot, and then after clicking start, it just endlessly sits there trying to start in the gui. The following message appears in the console when navigating to the installed plugins page:
Code:
Jan 11 13:10:02 freenas manage.py: [plugins.utils:92] Couldn't retrieve http://192.168.42.70/plugins/minidlna/1/_s/status: No JSON object could be decoded
My older version of transmission survived the upgrade fine, and is working well (version 2.82).
In an effort to trying to get it working again, I figured I'd remove it and reinstall it through the GUI. Before doing so, I decided to remove the storage links in jails/storage that are used for it.
Upon trying to delete the storage in the jails storage manager, I get a popup error message with a bunch of stuff in it.
I've copied the header data and the traceback below, I can copy all the addtional data if needed:
Request Method: POST
Request URL:http://192.168.42.70/admin/jails/jailmountpoint/delete/3/
Software Version:FreeNAS-9.3-STABLE-201501090144
Exception Type:AttributeError
Exception Value:
'OperationalError' object has no attribute 'value'
Exception Location:/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py in process_response, line 203
Server time:Sun, 11 Jan 2015 13:13:39 -0800
Code:
Environment: Software Version: FreeNAS-9.3-STABLE-201501090144 Request Method: POST Request URL: http://192.168.42.70/admin/jails/jailmountpoint/delete/3/ Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 199. response = middleware_method(request, response) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_response 203. 'message': _("Error: %s") % unicode(excp.value), Exception Type: AttributeError at /admin/jails/jailmountpoint/delete/3/ Exception Value: 'OperationalError' object has no attribute 'value'
I tried stopping the jail and then removing the storage, same issue. Restarted the jail, same issue.
Have not yet attempted to remove the existing MiniDLNA plugin/jail.
Any advice/assistance would be much appreciated...