BobFang2023 opened a new issue, #6140: URL: https://github.com/apache/seatunnel/issues/6140
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened seatunnel-web cannot see the data source in sub-database, sub-table and multi-table synchronization mode,but in single-table mode it can  ![Uploading image.png…]() ### SeaTunnel Version apache-seatunnel-2.3.3 apache-seatunnel-web-1.0.0 ### SeaTunnel Config ```conf seatunnel seatunnel.yaml config: seatunnel: engine: history-job-expire-minutes: 1440 backup-count: 1 queue-type: blockingqueue print-execution-info-interval: 60 print-job-metrics-info-interval: 60 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 storage: type: hdfs max-retained: 3 plugin-config: namespace: /tmp/seatunnel/checkpoint_snapshot storage.type: hdfs fs.defaultFS: file:///tmp/ # Ensure that the directory has written permission seatunnel-web application.yml config : server: port: 8801 spring: application: name: seatunnel jackson: date-format: yyyy-MM-dd HH:mm:ss datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://10.xxx.xx.xx:3306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true username: root password: xxxxxxxxxx mvc: pathmatch: matching-strategy: ant_path_matcher jwt: expireTime: 86400 secretKey: https://github.com/apache/seatunnel algorithm: HS256 --- spring: config: activate: on-profile: h2 sql: init: schema-locations: classpath*:script/seatunnel_server_h2.sql datasource: driver-class-name: org.h2.Driver url: jdbc:h2:mem:seatunnel;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=true username: sa password: sa h2: console: enabled: true path: /h2 settings: trace: false web-allow-others: false ``` ### Running Command ```shell cd /data/app/apache-seatunnel-2.3.3/ nohup sh bin/seatunnel-cluster.sh 2>&1 & cd /data/app/seatunnel-web sh bin/seatunnel-backend-daemon.sh start ``` ### Error Exception ```log 2024-01-05 16:13:10.044 seatunnel dev-cm-ehr-10.110.2.70 WARN [qtp1052362101-20] [SeatunnelPermissionServiceImpl.funcPermissionCheck():38] - func permission check in seatunnel 2024-01-05 16:13:10.046 seatunnel dev-cm-ehr-10.110.2.70 WARN [qtp1052362101-20] [SeatunnelPermissionServiceImpl.funcPermissionCheck():38] - func permission check in seatunnel ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version java -version java version "11.0.12" 2021-07-20 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.12+8-LTS-237) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.12+8-LTS-237, mixed mode) ### Screenshots _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
