xml parsers error when clicking on ZFS volume manager

Status
Not open for further replies.

Kas Coenen

Cadet
Joined
Sep 15, 2013
Messages
5
I get an XML parser error when clicking on ZFS Volume Manager. I tried to reinstall the system to no avail. I already tried other cd's, cdrom drives, etc Here is backtrace:

Environment:

Software Version: FreeNAS-9.1.1-RELEASE-x86 (a752d35)
Request Method: GET
Request URL: http://192.168.1.50/storage/volumemanager/


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/storage/views.py" in volumemanager
147. for disk, info in notifier().get_disks().items():
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in get_disks
2861. disks = self.__get_disks()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __get_disks
4018. root_dev = self.__find_root_dev()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __find_root_dev
3991. doc = self.__geom_confxml()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __geom_confxml
3387. self.__confxml = libxml2.parseDoc(self.sysctl('kern.geom.confxml'))
File "/usr/local/lib/python2.7/site-packages/libxml2.py" in parseDoc
1271. if ret is None:raise parserError('xmlParseDoc() failed')

Exception Type: parserError at /storage/volumemanager/
Exception Value: xmlParseDoc() failed


Can anyone help me? My first install of freenas succeeded. But this one is giving me problems. This is a standaard install with no changes to the system. The os is installed on a hdd (already swapped the hdd and hdd kabel too rule out disk errors)

Kas
 

Kas Coenen

Cadet
Joined
Sep 15, 2013
Messages
5
3 drives at install, but I added a dell raid card for some extra drives. This is to expand afterwards. 1 ide drive and 2 sata drives. The dell card is for ide drives and has 4 channels.The card is a Dell CERC Ata100/4 ch ide raid controller. The other system I installed has the same card and installed fine (but no sata drives). I plan to install 7 drives.
 

Kas Coenen

Cadet
Joined
Sep 15, 2013
Messages
5
I get a similar error when clicking on firmware update:

Environment:

Software Version: FreeNAS-9.1.1-RELEASE-x86 (a752d35)
Request Method: POST
Request URL: http://192.168.1.50/system/firmwizard/


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/lib/python2.7/site-packages/django/views/generic/base.py" in view
68. return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in dispatch
227. response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch
86. return handler(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in post
284. self.storage.set_step_data(self.steps.current, self.process_step(form))
File "/usr/local/www/freenasUI/../freenasUI/system/forms.py" in process_step
120. wizard=self)
File "/usr/local/www/freenasUI/../freenasUI/system/forms.py" in done
704. notifier().create_upload_location()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in create_upload_location
2292. doc = self.__geom_confxml()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __geom_confxml
3387. self.__confxml = libxml2.parseDoc(self.sysctl('kern.geom.confxml'))
File "/usr/local/lib/python2.7/site-packages/libxml2.py" in parseDoc
1271. if ret is None:raise parserError('xmlParseDoc() failed')

Exception Type: parserError at /system/firmwizard/
Exception Value: xmlParseDoc() failed
 

Kas Coenen

Cadet
Joined
Sep 15, 2013
Messages
5
It seems to be related to the sata drives attached. When disconnecting the sata drives I don't get the errors. Anyone want more info? Should I open a bug for this?
 

Kas Coenen

Cadet
Joined
Sep 15, 2013
Messages
5
I would like to open a bug for this. But I removed the drives from the system permanently. Where do I open a bug for this?
 
Status
Not open for further replies.
Top