Hi, I’ve set directory/manager/rest/server/address with ip adress, no 127.0.0.1, but starting with systemctl start univention-directory-manager-rest.service this is univention/directory-manager-rest.log:
No handlers could be found for logger "tornado.general"
26.03.22 11:04:12 INFO ( 12608) : stopping children: []
26.03.22 11:04:12 INFO ( 12608) : stopping subprocesses: []
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/lib/python2.7/dist-packages/univention/admin/rest/server/__main__.py", line 42, in <module>
Gateway.main()
File "/usr/lib/python2.7/dist-packages/univention/admin/rest/server/__init__.py", line 220, in main
cls.start_processes(args.processes, args.port)
File "/usr/lib/python2.7/dist-packages/univention/admin/rest/server/__init__.py", line 287, in start_processes
sock = cls.get_socket_for_locale(language)
File "/usr/lib/python2.7/dist-packages/univention/admin/rest/server/__init__.py", line 275, in get_socket_for_locale
return '/var/run/univention-directory-manager-rest-%s-%s.socket' % (language, territory.lower())
AttributeError: 'NoneType' object has no attribute 'lower'
Who can help me to fix it?