Re: History server UI not working

2020-03-10 Thread Yadong Xie
Hi pwestermann I believe this is related to https://issues.apache.org/jira/browse/FLINK-13799 It seems that the configuration.features['web-submit'] is missed from the api when you upgrading from 1.7 to 1.9.2 Do you have the same problem when upgrading to 1.10? feel free to ping me if you still

Re: History server UI not working

2020-03-09 Thread pwestermann
Hey Robert, I just tried Flink 1.10 and the history server UI works for me too. Only Flink 1.9.2 is not loading. Since we were already looking into upgrading to 1.10, I might just do that now. Thanks, Peter -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: History server UI not working

2020-03-07 Thread Robert Metzger
Hey Peter, I tried reproducing the error, and for a second, I though the 1.10 release really broke the web ui, because I saw a pretty similar error. However after clearing the cache, the error was gone. Are you sure that you cleared the cache of your browser? I have also asked the main

Re: History server UI not working

2020-03-06 Thread pwestermann
I am seeing this error in firefox: ERROR TypeError: "this.statusService.configuration.features is undefined" t http://10.25.197.60:8082/main.177039bdbab11da4f8ac.js:1 qr http://10.25.197.60:8082/main.177039bdbab11da4f8ac.js:1 Gr http://10.25.197.60:8082/main.177039bdbab11da4f8ac.js:1

Re: History server UI not working

2020-03-06 Thread Robert Metzger
I'm also suspecting a problem with the UI updated Do the Developer Tools of the browser show any error messages? On Thu, Mar 5, 2020 at 7:00 AM Yang Wang wrote: > If all the rest api could be viewed successfully, then the reason may be > js cache. > You could try to force a refresh(e.g.

Re: History server UI not working

2020-03-04 Thread Yang Wang
If all the rest api could be viewed successfully, then the reason may be js cache. You could try to force a refresh(e.g. Cmd+Shft+R for Mac). It solved my problem before. Best, Yang pwestermann 于2020年3月4日周三 下午8:40写道: > We recently upgraded from Flink 1.7 to Flink 1.9.2 and the history server

History server UI not working

2020-03-04 Thread pwestermann
We recently upgraded from Flink 1.7 to Flink 1.9.2 and the history server UI now seems to be broken. It doesn't load and always just displays a blank screen. The individual endpoints (e.g. /jobs/overview) still work. Could this be an issue caused by the Angular update for the regular UI? --