Flink无法启动
来源:3-4 Flink部署

qq_叵耐竖子_0
2021-12-28
FIink启动无效,看日志报错信息如下
2021-12-28 10:51:47,525 ERROR org.apache.flink.runtime.util.EnvironmentInformation [] - The file .flink-runtime.version.properties has not been generated correctly. You MUST run ‘mvn generate-sources’ in the flink-runtime module. : java.time.format.DateTimeParseException: Text ‘2021-02-26T17:14:28+0100’ could not be parsed: Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=3600},ISO resolved to 2021-02-26T17:14:28 of type java.time.format.Parsed
网上寻找多种解决方法,均无效
写回答
1回答
-
qq_叵耐竖子_0
提问者
2021-12-28
解决了,是JDK版本的问题,1.8.0_11这个版本有bug,换一个就好了
10
相似问题