Forums

can't start new django application after deleting previous one

Hello! I did my previuos Django web app totally broken and deleted it via WEB tab. Now I faced with error in the process of creation new one app ;

ERROR:root:Exception putting pid 32500 into cgroup cpuacct/users/mserjx Traceback (most recent call last): File "/home/anywhere/django/anywhere/../anywhere/jails/spawn.py", line 90, in put_process_in_cgroup with io.open(os.path.join(CGROUPS_MOUNT_POINT, cgroup_path, 'tasks'), 'w') as f: IOError: [Errno 2] No such file or directory: '/mnt/cgroups/cpuacct/users/mserjx/tasks' ERROR:root:Exception putting pid 32500 into cgroup memory/users/mserjx Traceback (most recent call last): File "/home/anywhere/django/anywhere/../anywhere/jails/spawn.py", line 90, in put_process_in_cgroup with io.open(os.path.join(CGROUPS_MOUNT_POINT, cgroup_path, 'tasks'), 'w') as f: IOError: [Errno 2] No such file or directory: '/mnt/cgroups/memory/users/mserjx/tasks'

Does someone got sothing like this? Another apps are creating well (eg. Flask, Bottle). Thx for any help!

Hi mserjx,

That is weird. Can you try again now and see if it works?

Conrad