Bug #10273
versions page broken in centos package install
Status: | QA/Review | Start date: | 09/05/2016 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Kelly Stewart | % Done: | 0% | |
Category: | - | |||
Target version: | 0.11.0 | |||
Sponsored: | No | Requires documentation: | ||
Pull Request: |
Description
The error in the storage_service.log is:
ERROR 2016-09-05 20:02:22 django.request:base:handle_uncaught_exception:256: Internal Server Error: /administration/version/
Traceback (most recent call last):
File "/usr/lib/python2.7/archivematica/storage-service/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/share/archivematica/storage-service/administration/views.py", line 41, in version_view
'git_commit': get_git_commit()})
File "/usr/share/archivematica/storage-service/administration/views.py", line 34, in get_git_commit
return subprocess.check_output(['git', 'rev-parse', 'HEAD'])
File "/usr/lib64/python2.7/subprocess.py", line 568, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Related issues
History
#1 Updated by Justin Simpson over 5 years ago
- Target version set to 0.10.0
#2 Updated by Nick Wilkinson over 5 years ago
- Related to Feature #7586: add a 'version' page added
#3 Updated by Nick Wilkinson over 5 years ago
- Assignee set to Justin Simpson
#4 Updated by Nick Wilkinson over 5 years ago
- Status changed from New to QA/Review
#5 Updated by Justin Simpson over 4 years ago
- Assignee changed from Justin Simpson to Kelly Stewart
- Target version changed from 0.10.0 to 0.11.0