Service matching query does not exist

Brief description of the problem

System → System Shell doesnt work (ROCKSTOR 3.8-14.10)

Detailed step by step instructions to reproduce the problem

click System → System Shell

Web-UI screenshot

Error Traceback provided on the Web-UI

Traceback (most recent call last): File "/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py", line 40, in _handle_exception yield File "/opt/rockstor/src/rockstor/smart_manager/views/base_service.py", line 97, in get s = Service.objects.get(name=url_fields[3]) File "/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/models/manager.py", line 151, in get return self.get_queryset().get(*args, **kwargs) File "/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/models/query.py", line 310, in get self.model._meta.object_name) DoesNotExist: Service matching query does not exist.