[2024-10-22 10:57:57.375] [ERROR] Traceback (most recent call last): [2024-10-22 10:57:57.375] [ERROR] File "pymysql/connections.py", line 613, in connect [2024-10-22 10:57:57.375] [ERROR] File "socket.py", line 808, in create_connection [2024-10-22 10:57:57.375] [ERROR] File "socket.py", line 796, in create_connection [2024-10-22 10:57:57.375] [ERROR] ConnectionRefusedError: [Errno 111] Connection refused [2024-10-22 10:57:57.375] [ERROR] [2024-10-22 10:57:57.375] [ERROR] During handling of the above exception, another exception occurred: [2024-10-22 10:57:57.375] [ERROR] [2024-10-22 10:57:57.375] [ERROR] Traceback (most recent call last): [2024-10-22 10:57:57.375] [ERROR] File "concurrent/futures/thread.py", line 57, in run [2024-10-22 10:57:57.375] [ERROR] File "service/handler/deployment_handler.py", line 344, in _do_install [2024-10-22 10:57:57.376] [ERROR] File "core.py", line 2204, in _start_cluster [2024-10-22 10:57:57.376] [ERROR] File "core.py", line 198, in call_plugin [2024-10-22 10:57:57.376] [ERROR] File "_plugin.py", line 348, in __call__ [2024-10-22 10:57:57.376] [ERROR] File "_plugin.py", line 305, in _new_func [2024-10-22 10:57:57.376] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 636, in connect [2024-10-22 10:57:57.376] [ERROR] cursor = Cursor(ip=server.ip, port=server_config['mysql_port'], tenant='', password=password if password is not None else '', stdio=stdio) [2024-10-22 10:57:57.376] [ERROR] File "_stdio.py", line 969, in wrapper [2024-10-22 10:57:57.376] [ERROR] File "_stdio.py", line 956, in func_wrapper [2024-10-22 10:57:57.376] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 528, in __init__ [2024-10-22 10:57:57.376] [ERROR] self._connect() [2024-10-22 10:57:57.376] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 558, in _connect [2024-10-22 10:57:57.376] [ERROR] self.db = mysql.connect(host=self.ip, user=self.user, port=int(self.port), password=str(self.password), [2024-10-22 10:57:57.376] [ERROR] File "pymysql/connections.py", line 353, in __init__ [2024-10-22 10:57:57.377] [ERROR] File "pymysql/connections.py", line 664, in connect [2024-10-22 10:57:57.377] [ERROR] pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on '192.168.10.125' ([Errno 111] Connection refused)") [2024-10-22 10:57:57.377] [ERROR] [2024-10-22 10:57:57.378] [DEBUG] -- connect 192.168.10.126 -P2881 -uroot -p****** [2024-10-22 10:57:57.380] [ERROR] Traceback (most recent call last): [2024-10-22 10:57:57.380] [ERROR] File "pymysql/connections.py", line 613, in connect [2024-10-22 10:57:57.380] [ERROR] File "socket.py", line 808, in create_connection [2024-10-22 10:57:57.380] [ERROR] File "socket.py", line 796, in create_connection [2024-10-22 10:57:57.380] [ERROR] ConnectionRefusedError: [Errno 111] Connection refused [2024-10-22 10:57:57.380] [ERROR] [2024-10-22 10:57:57.381] [ERROR] During handling of the above exception, another exception occurred: [2024-10-22 10:57:57.381] [ERROR] [2024-10-22 10:57:57.381] [ERROR] Traceback (most recent call last): [2024-10-22 10:57:57.381] [ERROR] File "concurrent/futures/thread.py", line 57, in run [2024-10-22 10:57:57.381] [ERROR] File "service/handler/deployment_handler.py", line 344, in _do_install [2024-10-22 10:57:57.381] [ERROR] File "core.py", line 2204, in _start_cluster [2024-10-22 10:57:57.381] [ERROR] File "core.py", line 198, in call_plugin [2024-10-22 10:57:57.381] [ERROR] File "_plugin.py", line 348, in __call__ [2024-10-22 10:57:57.381] [ERROR] File "_plugin.py", line 305, in _new_func [2024-10-22 10:57:57.381] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 636, in connect [2024-10-22 10:57:57.381] [ERROR] cursor = Cursor(ip=server.ip, port=server_config['mysql_port'], tenant='', password=password if password is not None else '', stdio=stdio) [2024-10-22 10:57:57.381] [ERROR] File "_stdio.py", line 969, in wrapper [2024-10-22 10:57:57.381] [ERROR] File "_stdio.py", line 956, in func_wrapper [2024-10-22 10:57:57.381] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 528, in __init__ [2024-10-22 10:57:57.381] [ERROR] self._connect() [2024-10-22 10:57:57.381] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 558, in _connect [2024-10-22 10:57:57.382] [ERROR] self.db = mysql.connect(host=self.ip, user=self.user, port=int(self.port), password=str(self.password), [2024-10-22 10:57:57.382] [ERROR] File "pymysql/connections.py", line 353, in __init__ [2024-10-22 10:57:57.382] [ERROR] File "pymysql/connections.py", line 664, in connect [2024-10-22 10:57:57.382] [ERROR] pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on '192.168.10.126' ([Errno 111] Connection refused)") [2024-10-22 10:57:57.382] [ERROR] [2024-10-22 10:57:57.382] [DEBUG] -- connect 192.168.10.127 -P2881 -uroot -p****** [2024-10-22 10:57:57.385] [ERROR] Traceback (most recent call last): [2024-10-22 10:57:57.386] [ERROR] File "pymysql/connections.py", line 613, in connect [2024-10-22 10:57:57.386] [ERROR] File "socket.py", line 808, in create_connection [2024-10-22 10:57:57.386] [ERROR] File "socket.py", line 796, in create_connection [2024-10-22 10:57:57.386] [ERROR] ConnectionRefusedError: [Errno 111] Connection refused [2024-10-22 10:57:57.386] [ERROR] [2024-10-22 10:57:57.387] [ERROR] During handling of the above exception, another exception occurred: [2024-10-22 10:57:57.387] [ERROR] [2024-10-22 10:57:57.387] [ERROR] Traceback (most recent call last): [2024-10-22 10:57:57.387] [ERROR] File "concurrent/futures/thread.py", line 57, in run [2024-10-22 10:57:57.387] [ERROR] File "service/handler/deployment_handler.py", line 344, in _do_install [2024-10-22 10:57:57.387] [ERROR] File "core.py", line 2204, in _start_cluster [2024-10-22 10:57:57.387] [ERROR] File "core.py", line 198, in call_plugin [2024-10-22 10:57:57.387] [ERROR] File "_plugin.py", line 348, in __call__ [2024-10-22 10:57:57.387] [ERROR] File "_plugin.py", line 305, in _new_func [2024-10-22 10:57:57.387] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 636, in connect [2024-10-22 10:57:57.387] [ERROR] cursor = Cursor(ip=server.ip, port=server_config['mysql_port'], tenant='', password=password if password is not None else '', stdio=stdio) [2024-10-22 10:57:57.387] [ERROR] File "_stdio.py", line 969, in wrapper [2024-10-22 10:57:57.387] [ERROR] File "_stdio.py", line 956, in func_wrapper [2024-10-22 10:57:57.387] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 528, in __init__ [2024-10-22 10:57:57.387] [ERROR] self._connect() [2024-10-22 10:57:57.387] [ERROR] File "/root/.obd/plugins/oceanbase-ce/4.2.1.4/connect.py", line 558, in _connect [2024-10-22 10:57:57.388] [ERROR] self.db = mysql.connect(host=self.ip, user=self.user, port=int(self.port), password=str(self.password), [2024-10-22 10:57:57.388] [ERROR] File "pymysql/connections.py", line 353, in __init__ [2024-10-22 10:57:57.388] [ERROR] File "pymysql/connections.py", line 664, in connect [2024-10-22 10:57:57.388] [ERROR] pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on '192.168.10.127' ([Errno 111] Connection refused)") [2024-10-22 10:57:57.388] [ERROR] [2024-10-22 10:58:00.393] [ERROR] OBD-1006: Failed to connect to oceanbase-ce [2024-10-22 10:58:00.393] [DEBUG] - sub connect ref count to 0 [2024-10-22 10:58:00.393] [DEBUG] - export connect [2024-10-22 10:58:00.394] [DEBUG] - plugin oceanbase-ce-py_script_connect-4.2.1.4 result: False