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

   ### 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
   
   ### config/seatunnel.yaml
   ``` shell
    18 seatunnel:
    19   engine:
   ...
    43     http:
    44       enable-http: true
    45       port: 8080
    46       enable-dynamic-port: false
    47       # Uncomment the following lines to enable basic authentication for 
web UI
    48       enable-basic-auth: false
    49       # basic-auth-username: admin
    50       # basic-auth-password: admin
   ```
   When I started seatunnel and tried to enter the webui, I failed.
   ``` shell
   
[email protected]:/media/nvme0n1/wangshaopeng/apache-seatunnel-2.3.13-SNAPSHOT
   # ./bin/seatunnel-cluster.sh -d
   start master_and_worker node
   
[email protected]:/media/nvme0n1/wangshaopeng/apache-seatunnel-2.3.13-SNAPSHOT
   # netstat -lnp | grep 8080
   
[email protected]:/media/nvme0n1/wangshaopeng/apache-seatunnel-2.3.13-SNAPSHOT
   # curl localhost:8080/#/overview
   curl: (7) Failed connect to localhost:8080; Connection refused
   ```
   May I ask everyone how to successfully enter the webui?  Thank you very much 
if you could help me solve it 🙏🙏
   
   ### SeaTunnel Version
   
   2.3.12、2.3.13-SNAPSHOT
   
   ### SeaTunnel Config
   
   ```conf
   seatunnel:
     engine:
       classloader-cache-mode: true
       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
       telemetry:
         metric:
           enabled: false
         logs:
           scheduled-deletion-enable: true
       http:
         enable-http: true
         port: 8080
         enable-dynamic-port: false
         # Uncomment the following lines to enable basic authentication for web 
UI
         enable-basic-auth: false
         # basic-auth-username: admin
         # basic-auth-password: admin
   ```
   
   ### Running Command
   
   ```shell
   start master_and_worker node
   
   curl localhost:8080/#/overview
   ```
   
   ### Error Exception
   
   ```log
   curl: (7) Failed connect to localhost:8080; Connection refused
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### 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