zhangheng3 opened a new issue, #5423: URL: https://github.com/apache/seatunnel/issues/5423
### 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 On seatunnel-web UI , Datasource is configured hive-metastore and mysql jdbc , but Source Name Option is Null at Tasks, Dropdown menu is empty   ### SeaTunnel Version apache-seatunnel-web-1.0.0-SNAPSHOT ### SeaTunnel Config ```conf 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://127.0.0.1:3306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true username: root password: xxxxxxxx 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 sh bin/seatunnel-backend-daemon.sh start ``` ### Error Exception ```log 2023-09-04 19:49:47.399 seatunnel sgal-comm-data WARN [qtp1415812333-57] [SeatunnelPermissionServiceImpl.funcPermissionCheck():38] - func permission check in seatunnel 2023-09-04 19:49:47.400 seatunnel sgal-comm-data WARN [qtp1415812333-57] [SeatunnelPermissionServiceImpl.availableResourceRange():57] - query available resource range in seatunnel ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### 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]
