Help Center/
MapReduce Service/
Developer Guide (Normal_Earlier Than 3.x)/
Flink Development Guide/
FAQs About Flink Application Development/
Why Can't I Access the Flink Web Page?
Updated on 2024-08-16 GMT+08:00
Why Can't I Access the Flink Web Page?
Issue
The Flink web page cannot be accessed through http://JobManager IP:Port of the JobManager.
Answer
The IP address of the computer you used has not been added to the whitelist of the Flink web page. To solve the problem, perform the following operation:
- Check the configuration file conf/flink-conf.yaml on the client.
- Check whether the value of the jobmanager.web.ssl.enabled parameter is false.
- If the value is not false, change the value to false.
- If the value is false, perform the next step.
- Check whether the IP address of the computer you used has been added to the jobmanager.web.access-control-allow-origin and jobmanager.web.allow-access-address parameters. If the IP address has not been added, add it to these two parameters. Example:
jobmanager.web.access-control-allow-origin: 192.168.252.35,192.168.24.216 jobmanager.web.allow-access-address: 192.168.252.35,192.168.24.216
Parent topic: FAQs About Flink Application Development
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot