phoenixhadoop opened a new issue, #4323: URL: https://github.com/apache/streampark/issues/4323
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version jdk-1.8.0_181 ### Scala Version 2.12.x ### StreamPark Version 2.1.5 ### Flink Version flink 1.17.1 ### Deploy mode None ### What happened Hi guys Now I am adding the flink home of flink-1.17.1 on web page of the streampark 2.1.7(https://www.apache.org/dyn/closer.lua/streampark/2.1.7/apache-streampark_2.12-2.1.7-bin.tar.gz?action=download),when I click the button eye to view flink conf of this flink version, unfortunately some exceptions happened. These exceptions from the log file of streampark show as below . java.lang.IllegalArgumentException: Illegal base64 character 2d at java.util.Base64$Decoder.decode0(Base64.java:714) at java.util.Basee64$Decoder.decode(Base64.java:526) at java.util.Base64$Decoder.decode(Base64.java:549) at org.apache.streampark.common.util.Deflater$.unzipString(Deflaterutils.scala:44) at org.apache.streampark.common.util.Deflater.unzipString(Deflaterutils.scala) at org.apache.streampark.console.core.entity.FlinkEnv.unzipFlinkConf(FlinkEnv.java:145) at org.apache.streampark.console.core.controller.FlinkEnvController.get(FlinkEnvController.java:75) My Enviroment Jdk version is jdk-1.8.0_181, Looing forward to your response. Thank you very much. ### Error Exception ```log java.lang.IllegalArgumentException: Illegal base64 character 2d at java.util.Base64$Decoder.decode0(Base64.java:714) at java.util.Basee64$Decoder.decode(Base64.java:526) at java.util.Base64$Decoder.decode(Base64.java:549) at org.apache.streampark.common.util.Deflater$.unzipString(Deflaterutils.scala:44) at org.apache.streampark.common.util.Deflater.unzipString(Deflaterutils.scala) at org.apache.streampark.console.core.entity.FlinkEnv.unzipFlinkConf(FlinkEnv.java:145) at org.apache.streampark.console.core.controller.FlinkEnvController.get(FlinkEnvController.java:75) ``` ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个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]
