控制台报错信息如下:
2023/06/20 00:01:06 INFO Started HospitalApiApplication in 3.346 seconds (JVM running for 3.995)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/usr/local/Cellar/maven/3.9.2/mvn_resp/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2023/06/20 00:04:07 ERROR create connection RuntimeException
org.apache.calcite.avatica.AvaticaClientRuntimeException: Remote driver error: RuntimeException: org.apache.phoenix.exception.PhoenixIOException: callTimeout=1200000, callDuration=1208823: callTimeout=1200000, callDuration=1218803: org.apache.phoenix.shaded.org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/meta-region-server row 'SYSTEM.CATALOG' on table 'hbase:meta' at null -> PhoenixIOException: callTimeout=1200000, callDuration=1208823: callTimeout=1200000, callDuration=1218803: org.apache.phoenix.shaded.org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/meta-region-server row 'SYSTEM.CATALOG' on table 'hbase:meta' at null -> SocketTimeoutException: callTimeout=1200000, callDuration=1208823: callTimeout=1200000, callDuration=1218803: org.apache.phoenix.shaded.org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/meta-region-server row 'SYSTEM.CATALOG' on table 'hbase:meta' at null -> SocketTimeoutException: callTimeout=1200000, callDuration=1218803: org.apache.phoenix.shaded.org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/meta-region-server row 'SYSTEM.CATALOG' on table 'hbase:meta' at null -> IOException: org.apache.phoenix.shaded.org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/meta-region-server -> ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/meta-region-server
at org.apache.calcite.avatica.remote.Service$ErrorResponse.toException(Service.java:2475)
at org.apache.calcite.avatica.remote.RemoteProtobufService._apply(RemoteProtobufService.java:63)
at org.apache.calcite.avatica.remote.ProtobufService.apply(ProtobufService.java:81)
at org.apache.calcite.avatica.remote.Driver.connect(Driver.java:176)
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1570)
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1636)
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2550)

登录后可查看更多问答,登录/注册