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

   ### 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
   
   when I run the command:`bash start-seatunnel-flink-15-connector-v2.sh 
--config ./config/v2.streaming.conf.template`;
   I encountered one problem:  "错误: 找不到或无法加载主类 
org.apache.seatunnel.core.starter.flink.FlinkStarter"
   
   
![image](https://github.com/apache/seatunnel/assets/13916787/2f079ea1-4a40-4f2a-a3dd-6cc5e2ea73fa)
   
   
   ### SeaTunnel Version
   
   2.3.3-release
   
   ### SeaTunnel Config
   
   ```conf
   env {
     # You can set flink configuration here
     execution.parallelism = 2
     job.mode = "STREAMING"
     checkpoint.interval = 2000
     #execution.checkpoint.interval = 10000
     #execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"
   }
   
   source {
     # This is a example source plugin **only for test and demonstrate the 
feature source plugin**
     FakeSource {
       parallelism = 2
       result_table_name = "fake"
       row.num = 16
       schema = {
         fields {
           name = "string"
           age = "int"
         }
       }
     }
   
     # If you would like to get more information about how to configure 
SeaTunnel and see full list of source plugins,
     # please go to https://seatunnel.apache.org/docs/category/source-v2
   }
   
   sink {
     Console {
     }
   
     # If you would like to get more information about how to configure 
SeaTunnel and see full list of sink plugins,
     # please go to https://seatunnel.apache.org/docs/category/sink-v2
   }
   ```
   
   
   ### Running Command
   
   ```shell
   bash start-seatunnel-flink-15-connector-v2.sh --config 
./config/v2.streaming.conf.template
   ```
   
   
   ### Error Exception
   
   ```log
   错误: 找不到或无法加载主类 org.apache.seatunnel.core.starter.flink.FlinkStarter
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   flink-15
   
   ### Java or Scala Version
   
   java: 1.8
   
   ### Screenshots
   
   
![image](https://github.com/apache/seatunnel/assets/13916787/5e65b6a1-7fd0-47c7-baf6-fbef287a058a)
   
   
   ### 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