You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/10/18 03:41:42 UTC

[GitHub] [shardingsphere] hujiahuan opened a new issue, #21620: Failed to start proxy

hujiahuan opened a new issue, #21620:
URL: https://github.com/apache/shardingsphere/issues/21620

   OS:CentOS Linux release 7.5.1804 (Core)
   proxy version:shardingsphere-5.1.2
   zookeeper version:zookeeper-3.6.3 (three nodes,cluster mode)
   
   Hi
   when config mutli zookeeper server(cluster mode),Failed to start proxy service port(3307).
   
   server.yaml:
   
   #
   # Licensed to the Apache Software Foundation (ASF) under one or more
   # contributor license agreements.  See the NOTICE file distributed with
   # this work for additional information regarding copyright ownership.
   # The ASF licenses this file to You under the Apache License, Version 2.0
   # (the "License"); you may not use this file except in compliance with
   # the License.  You may obtain a copy of the License at
   #
   #     http://www.apache.org/licenses/LICENSE-2.0
   #
   # Unless required by applicable law or agreed to in writing, software
   # distributed under the License is distributed on an "AS IS" BASIS,
   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   # See the License for the specific language governing permissions and
   # limitations under the License.
   #
   
   ######################################################################################################
   # 
   # If you want to configure governance, authorization and proxy properties, please refer to this file.
   # 
   ######################################################################################################
   
   mode:
     type: Cluster
     repository:
       type: ZooKeeper
       props:
         namespace: governance_ds
         server-lists: zk1:2181,zk2:2181,zk3:2181
         retryIntervalMilliseconds: 500
         timeToLiveSeconds: 60
         maxRetries: 3
         operationTimeoutMilliseconds: 500
     overwrite: false
   #
   rules:
     - !AUTHORITY
       users:
         - root@%:root
         - sharding@:sharding
       provider:
         type: ALL_PERMITTED
   #  - !TRANSACTION
   #    defaultType: XA
   #    providerType: Atomikos
   #    # When the provider type is Narayana, the following properties can be configured or not
   #    props:
   #      recoveryStoreUrl: jdbc:mysql://127.0.0.1:3306/jbossts
   #      recoveryStoreDataSource: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
   #      recoveryStoreUser: root
   #      recoveryStorePassword: 12345678
     - !SQL_PARSER
       sqlCommentParseEnabled: true
       sqlStatementCache:
         initialCapacity: 2000
         maximumSize: 65535
       parseTreeCache:
         initialCapacity: 128
         maximumSize: 1024
   
   props:
     max-connections-size-per-query: 1
     kernel-executor-size: 16  # Infinite by default.
     proxy-frontend-flush-threshold: 128  # The default value is 128.
     proxy-hint-enabled: false
     sql-show: false
     check-table-metadata-enabled: false
     show-process-list-enabled: false
   #    # Proxy backend query fetch size. A larger value may increase the memory usage of ShardingSphere Proxy.
   #    # The default value is -1, which means set the minimum value for different JDBC drivers.
     proxy-backend-query-fetch-size: -1
     check-duplicate-table-enabled: false
     proxy-frontend-executor-size: 0 # Proxy frontend executor size. The default value is 0, which means let Netty decide.
   #    # Available options of proxy backend executor suitable: OLAP(default), OLTP. The OLTP option may reduce time cost of writing packets to client, but it may increase the latency of SQL execution
   #    # and block other clients if client connections are more than `proxy-frontend-executor-size`, especially executing slow SQL.
     proxy-backend-executor-suitable: OLAP
     proxy-frontend-max-connections: 0 # Less than or equal to 0 means no limitation.
     sql-federation-enabled: false
   #    # Available proxy backend driver type: JDBC (default), ExperimentalVertx
     proxy-backend-driver-type: JDBC
     proxy-mysql-default-version: 5.7.22 # In the absence of schema name, the default version will be used.
     proxy-default-port: 3307 # Proxy default port.
     proxy-netty-backlog: 1024 # Proxy netty backlog.
   
   stdout:
   
   [INFO ] 2022-10-17 15:43:21.500 [main] o.a.c.f.imps.CuratorFrameworkImpl - Starting
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.6.0--b4c89dc7f6083829e18fae6e446907ae0b1f22d7, built on 02/25/2020 14:38 GMT
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:host.name=zk1
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_345
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Red Hat, Inc.
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.345.b01-1.el7_9.x86_64/jre
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/conf:.:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-bootstrap-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-protocol-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-codec-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-common-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-buffer-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-transport-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-spi-5
 .1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-spi-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-protocol-mysql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-protocol-postgresql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-protocol-opengauss-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-spi-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-handler-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-resolver-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-tcnative-classes-2.0.46.Final.jar:/home/apache-shardingspher
 e-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-transport-classes-epoll-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-transport-native-unix-common-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-transport-native-epoll-4.1.73.Final-linux-x86_64.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-transport-native-epoll-4.1.73.Final-linux-aarch_64.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-mysql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-reactive-mysql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-reactive-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-reactive-spi-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.b
 ak/lib/shardingsphere-proxy-frontend-postgresql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-codec-1.15.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-frontend-opengauss-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-proxy-backend-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-sql92-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-engine-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/antlr4-runtime-4.9.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/caffeine-2.9.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-mysql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-postgresql-5.1.2.jar:/home/
 apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-opengauss-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-oracle-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-parser-sqlserver-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-context-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-binder-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-executor-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/vertx-mysql-client-4.2.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/vertx-core-4.2.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-resolver-dns-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak
 /lib/netty-codec-dns-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/vertx-sql-client-4.2.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-distsql-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-distsql-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-federation-optimizer-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/calcite-core-1.27.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/esri-geometry-api-2.2.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jackson-annotations-2.10.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/avatica-core-1.18.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/avatica-metrics-1.18.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.b
 ak/lib/httpclient-4.5.9.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/httpcore-4.4.11.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/apiguardian-api-1.1.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jackson-core-2.10.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jackson-databind-2.10.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jackson-dataformat-yaml-2.10.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/uzaygezen-core-0.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/json-path-2.4.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/json-smart-2.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/accessors-smart-1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/asm-5.0.4.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib
 /sketches-core-0.9.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/memory-0.9.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/aggdesigner-algorithm-6.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-logging-1.1.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-lang3-3.8.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-io-2.4.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-compiler-3.0.11.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/janino-3.0.11.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-translator-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-translator-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-memory-mode-core-5.1.2.jar:/home/apach
 e-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-cluster-mode-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jooq-3.14.15.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-data-pipeline-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-data-pipeline-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-route-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-rewrite-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sql-translator-native-provider-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-
 proxy-bin.bak/lib/shardingsphere-sql-translator-jooq-provider-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/reactive-streams-1.0.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jaxb-api-2.3.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-merge-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/calcite-linq4j-1.27.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-system-datetime-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-datetime-spi-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-cosid-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/cosid-core-1.10.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-nanoid-5.1.2.jar:/home/apache-shardingsphe
 re-5.1.2-shardingsphere-proxy-bin.bak/lib/jnanoid-2.0.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-readwrite-splitting-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-readwrite-splitting-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-readwrite-splitting-distsql-handler-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-readwrite-splitting-distsql-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-readwrite-splitting-distsql-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-dists
 ql-handler-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-distsql-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-distsql-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-mysql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-db-discovery-opengauss-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-shadow-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-shadow-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-shadow-distsql-handler-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-shadow-distsql-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/s
 hardingsphere-shadow-distsql-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-encrypt-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-encrypt-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-encrypt-distsql-handler-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-encrypt-distsql-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-encrypt-distsql-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-encrypt-sm-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/bcprov-jdk15on-1.70.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-authority-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-authority-
 api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-single-table-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-single-table-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-traffic-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-common-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/snakeyaml-1.30.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/groovy-4.0.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-traffic-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-transaction-xa-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-transaction-xa-spi-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bi
 n.bak/lib/jta-1.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-transaction-xa-atomikos-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/transactions-5.0.8.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/transactions-api-5.0.8.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/atomikos-util-5.0.8.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/transactions-jta-5.0.8.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/transactions-jdbc-5.0.8.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-distsql-handler-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-distsql-statement-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-sharding-distsql-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardings
 phere-proxy-bin.bak/lib/shardingsphere-data-pipeline-mysql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-data-pipeline-postgresql-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/freemarker-2.3.31.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-data-pipeline-opengauss-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/gson-2.8.6.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-federation-executor-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-standalone-mode-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-mode-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-schedule-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-lite-co
 re-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-api-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-infra-common-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-registry-center-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-exec-1.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-simple-executor-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-executor-kernel-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-error-handler-general-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-error-handler-spi-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-dataflow-executor-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/el
 asticjob-script-executor-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-http-executor-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-tracing-rdb-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-tracing-api-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/quartz-2.3.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/mchange-commons-java-0.2.15.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/elasticjob-lite-lifecycle-3.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-standalone-mode-repository-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-standalone-mode-repository-file-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-standalone-mode-repository-h2-5.1.2.jar:/home
 /apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-cluster-mode-repository-zookeeper-curator-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-cluster-mode-repository-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/curator-framework-5.1.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/curator-client-5.1.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/zookeeper-3.6.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-lang-2.6.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/zookeeper-jute-3.6.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/audience-annotations-0.5.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/log4j-1.2.17.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/curator-recipes-5.1.0.jar:/home/apache-shardi
 ngsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-cluster-mode-repository-etcd-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jetcd-core-0.5.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jetcd-common-0.5.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jetcd-resolver-0.5.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-core-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-api-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-context-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/animal-sniffer-annotations-1.18.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/perfmark-api-0.19.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-netty-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-cod
 ec-http2-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-codec-http-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-handler-proxy-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/netty-codec-socks-4.1.73.Final.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-protobuf-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/protobuf-java-3.11.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/proto-google-common-protos-1.17.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-protobuf-lite-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-stub-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/grpc-grpclb-1.27.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/protobuf-java-util-3.11.0.jar:/ho
 me/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/failsafe-2.3.3.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-jdbc-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-transaction-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-transaction-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-parser-core-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-parser-api-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/shardingsphere-infra-parser-5.1.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/commons-collections4-4.4.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/HikariCP-3.4.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/postgresql-42.3.3.jar:/home/apache
 -shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/checker-qual-3.5.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/logback-classic-1.2.10.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/logback-core-1.2.10.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/guava-30.0-jre.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/failureaccess-1.0.1.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/listenablefuture-1.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jsr305-3.0.2.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/error_prone_annotations-2.3.4.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/slf4j-api-1.7.7.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jcl-over-slf4j-1.7.7.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jul-to-slf4j-1.7.7.jar:/home/apach
 e-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jna-5.2.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/jna-platform-5.2.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/sphereex-encrypt-for-sursen.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/ytcrypto-java-binding-1.0.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/lib/mysql-connector-java-5.1.48.jar:/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak/ext-lib/*
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.version=3.10.0-862.el7.x86_64
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/home/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.bak
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.memory.free=1814MB
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.memory.max=1945MB
   [INFO ] 2022-10-17 15:43:21.512 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.memory.total=1945MB
   [INFO ] 2022-10-17 15:43:21.516 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=zk1:2181,zk2:2181,zk3:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@623a8092
   [INFO ] 2022-10-17 15:43:21.522 [main] org.apache.zookeeper.common.X509Util - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
   [INFO ] 2022-10-17 15:43:21.528 [main] o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
   [INFO ] 2022-10-17 15:43:21.535 [main] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
   [INFO ] 2022-10-17 15:43:21.541 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server zk2/10.0.27.217:2181.
   [INFO ] 2022-10-17 15:43:21.541 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
   [INFO ] 2022-10-17 15:43:21.546 [main] o.a.c.f.imps.CuratorFrameworkImpl - Default schema
   [INFO ] 2022-10-17 15:43:21.548 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /10.0.27.254:38202, server: zk2/10.0.27.217:2181
   [INFO ] 2022-10-17 15:43:21.593 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server zk2/10.0.27.217:2181, session id = 0x200000c5d1f0016, negotiated timeout = 60000
   [INFO ] 2022-10-17 15:43:21.602 [main-EventThread] o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
   [INFO ] 2022-10-17 15:43:21.631 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [ERROR] 2022-10-17 15:43:21.638 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - Invalid config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [INFO ] 2022-10-17 15:43:21.638 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [ERROR] 2022-10-17 15:43:21.639 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - Invalid config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [INFO ] 2022-10-17 15:43:22.534 [main] com.sphereex.encrypt.sdk.Server - [Http]server started
   [INFO ] 2022-10-17 15:43:22.534 [main] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:22.534 [main] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:22.534 [main] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:22.535 [main] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   Thanks for using Atomikos! This installation is not registered yet. 
   REGISTER FOR FREE at http://www.atomikos.com/Main/RegisterYourDownload and receive:
   - tips & advice 
   - working demos 
   - access to the full documentation 
   - special exclusive bonus offers not available to others 
   - everything you need to get the most out of using Atomikos!
   [INFO ] 2022-10-17 15:43:24.231 [main] o.apache.curator.utils.Compatibility - Using org.apache.zookeeper.server.quorum.MultipleAddresses
   [INFO ] 2022-10-17 15:43:24.246 [main] o.a.s.d.p.s.r.RuleAlteredJobWorker - start worker initialization
   [INFO ] 2022-10-17 15:43:24.251 [main] o.a.s.d.p.a.e.AbstractLifecycleExecutor - start lifecycle executor: org.apache.shardingsphere.data.pipeline.core.execute.FinishedCheckJobExecutor@53aa38be
   [INFO ] 2022-10-17 15:43:24.255 [main] o.a.c.f.imps.CuratorFrameworkImpl - Starting
   [INFO ] 2022-10-17 15:43:24.259 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=zk1:2181,zk2:2181,zk3:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@4a9a878
   [INFO ] 2022-10-17 15:43:24.259 [main] o.apache.zookeeper.ClientCnxnSocket - jute.maxbuffer value is 1048575 Bytes
   [INFO ] 2022-10-17 15:43:24.259 [main] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled=false
   [INFO ] 2022-10-17 15:43:24.260 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server zk2/10.0.27.217:2181.
   [INFO ] 2022-10-17 15:43:24.260 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - SASL config status: Will not attempt to authenticate using SASL (unknown error)
   [INFO ] 2022-10-17 15:43:24.261 [main] o.a.c.f.imps.CuratorFrameworkImpl - Default schema
   [INFO ] 2022-10-17 15:43:24.261 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established, initiating session, client: /10.0.27.254:38206, server: zk2/10.0.27.217:2181
   [INFO ] 2022-10-17 15:43:24.278 [main-SendThread(zk2:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server zk2/10.0.27.217:2181, session id = 0x200000c5d1f0017, negotiated timeout = 60000
   [INFO ] 2022-10-17 15:43:24.278 [main-EventThread] o.a.c.f.state.ConnectionStateManager - State change: CONNECTED
   [INFO ] 2022-10-17 15:43:24.284 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [ERROR] 2022-10-17 15:43:24.285 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - Invalid config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [INFO ] 2022-10-17 15:43:24.285 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - New config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [ERROR] 2022-10-17 15:43:24.285 [main-EventThread] o.a.c.framework.imps.EnsembleTracker - Invalid config event received: {server.1=10.0.27.254:2888:3888:participant, version=0, server.3=10.0.27.126:2888:3888:participant, server.2=10.0.27.217:2888:3888:participant}
   [INFO ] 2022-10-17 15:43:24.317 [Curator-SafeNotifyService-0] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:24.317 [Curator-SafeNotifyService-0] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:24.317 [Curator-SafeNotifyService-0] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:24.317 [Curator-SafeNotifyService-0] c.s.e.a.SursenEncryptAlgorithm - [Http]server started....
   [INFO ] 2022-10-17 15:43:24.406 [main] org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
   [INFO ] 2022-10-17 15:43:24.419 [main] o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
   [INFO ] 2022-10-17 15:43:24.419 [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
   [INFO ] 2022-10-17 15:43:24.420 [main] o.a.s.e.l.i.s.JobShutdownHookPlugin - Registering Quartz shutdown hook. _finished_check
   [INFO ] 2022-10-17 15:43:24.420 [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
   [INFO ] 2022-10-17 15:43:24.421 [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) '_finished_check' with instanceId 'NON_CLUSTERED'
     Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
     NOT STARTED.
     Currently in standby mode.
     Number of jobs executed: 0
     Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
     Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
   
   [INFO ] 2022-10-17 15:43:24.421 [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler '_finished_check' initialized from an externally provided properties instance.
   [INFO ] 2022-10-17 15:43:24.421 [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
   
   
   
   
   
   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #21620: Failed to start proxy

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #21620: Failed to start proxy 
URL: https://github.com/apache/shardingsphere/issues/21620


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #21620: Failed to start proxy

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #21620:
URL: https://github.com/apache/shardingsphere/issues/21620#issuecomment-1283333339

   Are there any error logs about failure? If the Proxy stuck, please providing some information such as `jstack`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #21620: Failed to start proxy

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #21620:
URL: https://github.com/apache/shardingsphere/issues/21620#issuecomment-1364851547

   Close due to no response.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #21620: Failed to start proxy

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #21620:
URL: https://github.com/apache/shardingsphere/issues/21620#issuecomment-1285158619

   > CONFIGURATION FILE and log file are as above,could you pls tell me what information i need to provide for you. Duplicate of #
   
   I cannot find any errors from your log. You need to show us how the proxy failed to startup.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] hujiahuan commented on issue #21620: Failed to start proxy

Posted by GitBox <gi...@apache.org>.
hujiahuan commented on issue #21620:
URL: https://github.com/apache/shardingsphere/issues/21620#issuecomment-1283516826

   CONFIGURATION FILE and log file are as above,could you pls tell me what information i need to provide for you.
   Duplicate of #


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org