Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.33k stars 1.23k forks source link

error: <class 'xml.parsers.expat.ExpatError'>, unclosed token: line 130, column 0: file: /usr/lib/python3.10/xmlrpc/client.py line: 460 #1623

Open yangyile1990 opened 5 months ago

yangyile1990 commented 5 months ago
supervisor> 
supervisor> restart simple:
error: <class 'xml.parsers.expat.ExpatError'>, unclosed token: line 130, column 0: file: /usr/lib/python3.10/xmlrpc/client.py line: 460
supervisor> 

Now all the sub service in the simple: group are STOPPED

Then run the same commond. get the same error message.

supervisor> 
supervisor> restart simple:
error: <class 'xml.parsers.expat.ExpatError'>, unclosed token: line 130, column 0: file: /usr/lib/python3.10/xmlrpc/client.py line: 460
supervisor> 

Now all the sub service in the simple: group are RUNNING

supervisor> 
supervisor> version
4.2.1
supervisor> 

So what is the reason.

I can restart my sub service one by one.

By the way my simple.conf contains a lot of chinese characters. I think this is the reason. But I have to use chinese characters as my project is chinese and my project path is chinese an my log path is in chinese.

So how to support NON-ASCII code in conf file? If you don't support use chinese characters in the conf file, you can also tell it to me. As I have read the doc but I can not find it says not support chinese characters.

please help me.