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

   ### 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
   
   I submit job and cannot find job log. Web UI shows fine in tags `Overview`, 
`Exception`, `Configuration` and nothing in `Log`.
   
   ### SeaTunnel Version
   
   2.3.12
   
   ### 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:
             storage.type: s3
       telemetry:
         metric:
           enabled: false
         logs:
           scheduled-deletion-enable: true
       http:
         enable-http: true
         port: 5800
         enable-dynamic-port: false
         # Uncomment the following lines to enable basic authentication for web 
UI
         # enable-basic-auth: true
         # basic-auth-username: admin
         # basic-auth-password: admin
   ```
   
   ### Running Command
   
   ```shell
   services:
     seatunnel:
       image: apache/seatunnel:2.3.12
       container_name: seatunnel
       restart: always
       user: root
       network_mode: host
       environment:
         TZ: Asia/Shanghai
         ST_DOCKER_MEMBER_LIST: ***:5801
       volumes:
         - ./config:/opt/seatunnel/config
         - ./logs:/opt/seatunnel/logs
         - ./jobs:/opt/seatunnel/jobs
       command: /opt/seatunnel/bin/seatunnel-cluster.sh
   ```
   
   ### Error Exception
   
   ```log
   {"status":"fail","message":"Log file path is empty, get logRef : "}
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   <img width="2244" height="330" alt="Image" 
src="https://github.com/user-attachments/assets/6e313649-6334-40e4-8173-07dd7e95045a";
 />
   
   ### 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]

Reply via email to