I was using Apache Beam and in the lib folder I had a JAR that was using Flink 1.7 in its POM. After bumping that to 1.8 it works :)
On Tue, Aug 6, 2019 at 11:58 AM Kaymak, Tobias <tobias.kay...@ricardo.ch> wrote: > It completely works when using the docker image tag 1.7.2 - I just bumped > back and the web interface was there. > > On Tue, Aug 6, 2019 at 10:21 AM Kaymak, Tobias <tobias.kay...@ricardo.ch> > wrote: > >> Hello, >> >> after upgrading the docker image from version 1.7.2 to 1.8.1 and wiping >> out zookeeper completely I see >> >> {"errors":["Not found."]} >> >> when trying to access the webinterface of Flink. I can launch jobs from >> the cmdline and I can't spot any error in the logs (so far on level INFO). >> I tried adding the flink-runtime-web_2.12-1.8.1.jar as a dependency into >> the lib folder when building the Docker container, but this did not help >> either. >> >> Has anyone experienced this problem? Is my Flink config faulty or what >> could be the reason? >> >