#4969 Unapply idview raises internal error
Closed: Fixed None Opened 9 years ago by mbasti.

Exception from test_xmlrpc/test_idviews_plugin.py tests:

[Tue Mar 31 06:05:48.112746 2015] [wsgi:error] [pid 28602] ipa: ERROR: non-public: AttributeError: 'NoneType' object has no attribute 'lower'
[Tue Mar 31 06:05:48.112780 2015] [wsgi:error] [pid 28602] Traceback (most recent call last):
[Tue Mar 31 06:05:48.112785 2015] [wsgi:error] [pid 28602]   File "/usr/lib/python2.7/site-packages/ipaserver/rpcserver.py", line 349, in wsgi_execute
[Tue Mar 31 06:05:48.112790 2015] [wsgi:error] [pid 28602]     result = self.Command[name](*args, **options)
[Tue Mar 31 06:05:48.112794 2015] [wsgi:error] [pid 28602]   File "/usr/lib/python2.7/site-packages/ipalib/frontend.py", line 443, in __call__
[Tue Mar 31 06:05:48.112798 2015] [wsgi:error] [pid 28602]     ret = self.run(*args, **options)
[Tue Mar 31 06:05:48.112802 2015] [wsgi:error] [pid 28602]   File "/usr/lib/python2.7/site-packages/ipalib/frontend.py", line 760, in run
[Tue Mar 31 06:05:48.112806 2015] [wsgi:error] [pid 28602]     return self.execute(*args, **options)
[Tue Mar 31 06:05:48.112810 2015] [wsgi:error] [pid 28602]   File "/usr/lib/python2.7/site-packages/ipalib/plugins/idviews.py", line 413, in execute
[Tue Mar 31 06:05:48.112814 2015] [wsgi:error] [pid 28602]     return super(idview_unapply, self).execute(*keys, **options)
[Tue Mar 31 06:05:48.112818 2015] [wsgi:error] [pid 28602]   File "/usr/lib/python2.7/site-packages/ipalib/plugins/idviews.py", line 246, in execute
[Tue Mar 31 06:05:48.112822 2015] [wsgi:error] [pid 28602]     if view.lower() == DEFAULT_TRUST_VIEW_NAME:
[Tue Mar 31 06:05:48.112826 2015] [wsgi:error] [pid 28602] AttributeError: 'NoneType' object has no attribute 'lower'

This ticket is not critical for 4.2 GA and can be done in follow-up stabilization release - postponing.

Metadata Update from @mbasti:
- Issue assigned to tbabej
- Issue set to the milestone: FreeIPA 4.2.1

7 years ago

Login to comment on this ticket.

Metadata