Error information
Cause of error
Starting from Flink 1.11, the dependency of flink-streaming-java on flink-clients has been removed and the clients dependency needs to be added manually.
How to Fix
Modify the POM file and add the Flink clients dependency
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.12</artifactId>
<version>1.12.2</version>
</dependency>
Read More:
- [ERROR] Failed to execute goal on project simple-project: Could not resolve dependencies for project
- [Solved] The Bean Validation API is on the classpath but no implementation could be found
- How to Solve Error: No suitable driver found for
- [Solved] SpringBoot Pack Project: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
- [Solved] Spring Boot Package Error: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0
- How to Solve JasperFillManager.fillReport Stuck issue (No Error and No Processing)
- [Solved] Spring Error: This application has no explicit mapping for /error
- [Solved] SpringBoot Error: This application has no explicit mapping for /error,so you are seeing this as a fallback
- [Solved] Mybatis.generator error: Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2
- [Solved] O2oa compile error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
- [Solved] docker skywalking error: no provider found for module storage
- [Solved] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on
- [Solved] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:analyze-only
- SpringBoot 404 Error: Whitelabel Error Page This application has no explicit mapping for /error, so yo
- [Solved] org.apache.ibatis.executor.ExecutorException: No constructor found in void matching [java.lang.String]
- [Solved] No validator could be found for constraint ‘javax.validation.constraints.NotBlank’ validating type ‘java.lang.String’
- SpringBoot Project Run Page Error: Whitelabel Error Page This application has no explicit mapping for /error
- springboot jsp: There was an unexpected error (type=Not Found, status=404). No message available
- maven.TestGenerateMojo.execute(TestGenerateMojo.java:65) [How to Solve]