chenyz1984 opened a new issue, #7652:
URL: https://github.com/apache/seatunnel/issues/7652

   ### 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
   
   Refer to the link 
https://github.com/apache/seatunnel-web/tree/main?tab=readme-ov-file#33-install 
to deploy seatunnel-web-1.0.1. However, after starting seatunnel-web, the port 
8801 of seatunnel-web is normally listening, but the page reports a 404 error.
   
![image](https://github.com/user-attachments/assets/74d2c3ac-3a50-4308-818d-5ddc4d06c888)
   
   
   
   ### SeaTunnel Version
   
   2.3.7
   
   ### SeaTunnel Config
   
   ```conf
   The hazelcast-master.yaml for Zeta Engine:
   
   hazelcast:
     cluster-name: seatunnel
     network:
       rest-api:
         enabled: true
         endpoint-groups:
           CLUSTER_WRITE:
             enabled: true
           DATA:
             enabled: true
       join:
         tcp-ip:
           enabled: true
           member-list:        # 添加所有 Master 节点、Worker 节点,注意端口的区别
             - h142:5801 # Master Role
             - h143:5801 # Master Role
             - h149:5801 # Master Role
             - h144:5802 # Worker Role
             - h145:5802 # Worker Role
       port:
         auto-increment: false
         port: 5801
     properties:
       hazelcast.invocation.max.retry.count: 20
       hazelcast.tcp.join.port.try.count: 30
       hazelcast.logging.type: log4j2
       hazelcast.operation.generic.thread.count: 50
       hazelcast.heartbeat.failuredetector.type: phi-accrual
       hazelcast.heartbeat.interval.seconds: 2
       hazelcast.max.no.heartbeat.seconds: 180
       hazelcast.heartbeat.phiaccrual.failuredetector.threshold: 10
       hazelcast.heartbeat.phiaccrual.failuredetector.sample.size: 200
       hazelcast.heartbeat.phiaccrual.failuredetector.min.std.dev.millis: 100
   
   
   The application.yml for SeaTunnel-Web:
   
   ```yml
   server:
     port: 8801
   
   spring:
     application:
       name: seatunnel
     jackson:
       date-format: yyyy-MM-dd HH:mm:ss
     datasource:
       driver-class-name: com.mysql.cj.jdbc.Driver
       url: 
jdbc:mysql://10.0.6.144:3306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true
       username: seatunnel 
       password: seatunnel
     mvc:
       pathmatch:
         matching-strategy: ant_path_matcher
   
   jwt:
     expireTime: 86400
     # please add key when deploy
     secretKey:
     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
   404 error for web ui
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   Zeta 2.3.7
   
   ### Java or Scala Version
   
   openjdk1.8
   
   ### Screenshots
   
   
![image](https://github.com/user-attachments/assets/60093143-83dd-4c56-91b6-33a591b4174b)
   
   
   ### Are you willing to submit PR?
   
   - [ ] 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]

Reply via email to