Re: NoClassDefFoundError for RMIServerImpl when running Flink with Scala 2.12 and Java 11

2021-11-02 Thread L. C. Hsieh
Hi Nicolaus, Thanks for your reply. It turns out to be the Java distribution used in the base image. I changed the base image and it works now. On Tue, Nov 2, 2021 at 10:14 AM Nicolaus Weidner wrote: > > Hi, > > I tried building Flink 1.13 with the Scala 2.12 profile and running some of > the

Re: NoClassDefFoundError for RMIServerImpl when running Flink with Scala 2.12 and Java 11

2021-11-02 Thread Nicolaus Weidner
Hi, I tried building Flink 1.13 with the Scala 2.12 profile and running some of the examples with Java 11, without encountering the issue you describe (with or without HA). Can you give more details on how exactly you built Flink (ideally the full command), and how you ran the job? Best, Nico On

NoClassDefFoundError for RMIServerImpl when running Flink with Scala 2.12 and Java 11

2021-10-28 Thread L . C . Hsieh
Hi Flink developers, I encountered a weird error like follows. It only happens when I build Flink with Scala 2.12 profile and run with Java 11. No such error for Scala 2.11 + Java 8/11. Just search for relative info, but don't find any useful. Do you have any idea about this? Thanks. java.lan