Error When Adding Storage

Status
Not open for further replies.

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
So I upgraded my FreeNAS system from 8.3 to 9.1. I'm attempting to add storage to my jails. When ever I click on the add storage button I get the following error

Code:
Environment:
 
Software Version: FreeNAS-9.1.0-RELEASE-x64 (dff7d13)
Request Method: GET
Request URL: http://192.168.1.137/admin/jails/nullmountpoint/add/
 
 
Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  109.                         response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
  165.         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
  25.                 return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/options.py" in wrapper
  158.                 return self._admin.admin_view(view)(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapped_view
  91.                     response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
  89.         response = view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/site.py" in inner
  140.             return view(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/options.py" in add
  314.             mf = mf()
File "/usr/local/www/freenasUI/../freenasUI/jails/forms.py" in __init__
  724.         jail_path = "%s/%s" % (self.jc.jc_path, self.jail.jail_host)
 
Exception Type: AttributeError at /admin/jails/nullmountpoint/add/
Exception Value: 'NoneType' object has no attribute 'jail_host'


If anyone can provide some insight into this it would be very appreciated. I think it is also causing my plugins not to start as well. Thank you.
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,403
If anyone can provide some insight into this it would be very appreciated.
Simple, it's a bug. A known bug which has already been fixed and is included for the next release. In the meantime try it from the tree menu.
 
Status
Not open for further replies.
Top