On Centos 6.5 brand new clean install with the latest version of Ajenti and Ajenti-V installed I experience a crash which seems to be relating to the nginx module when I try and perform any action on a website. The settings seem to save as far as the interface is concerned, however the issue is relating to getting the status of the nginx service which I have validated is installed, and is also starting correctly.
Many thanks
Craig
Here is the debug output:
Ajenti bug report
Info
Value
Ajenti
1.2.18.5
Platform
centos / centos / Linux 2.6.32-431.5.1.el6.x86_64 x86_64
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/ajenti/plugins/main/main.py", line 116, in handle_message
self.ui.dispatch_event(update['uid'], update['event'], update['params'])
File "/usr/lib/python2.6/site-packages/ajenti/ui/__init__.py", line 73, in dispatch_event
self.root.dispatch_event(uid, event, params)
File "/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
File "/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
File "/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 388, in dispatch_event
getattr(self, k)(**(params or {}))
File "/var/lib/ajenti/plugins/vh/main.py", line 228, in save
self.manager.update_configuration()
File "/var/lib/ajenti/plugins/vh/api.py", line 224, in update_configuration
self.webserver.apply_configuration()
File "/var/lib/ajenti/plugins/vh-nginx/nginx.py", line 123, in apply_configuration
if not s.running:
AttributeError: 'NoneType' object has no attribute 'running'
Hi,
On Centos 6.5 brand new clean install with the latest version of Ajenti and Ajenti-V installed I experience a crash which seems to be relating to the nginx module when I try and perform any action on a website. The settings seem to save as far as the interface is concerned, however the issue is relating to getting the status of the nginx service which I have validated is installed, and is also starting correctly.
Many thanks Craig
Here is the debug output:
Ajenti bug report
Log content: