Re: [HELP] ExceptionInInitializerError caused by ImmutableBeans?

2021-02-10 Thread Ruben Q L
I have created https://issues.apache.org/jira/browse/CALCITE-4492 to address this issue. @Stamatis Zampetakis please note that, while the Flink error was observed with Java9, my error was observed with Java8 (on Websphere). On Tue, Feb 9, 2021 at 10:56 PM Stamatis Zampetakis wrote: >

Re: [HELP] ExceptionInInitializerError caused by ImmutableBeans?

2021-02-09 Thread Stamatis Zampetakis
Definitely worth logging/fixing but given that java9 is already EOL [1] I don't think there are going to be many people impacted by this. [1] https://www.oracle.com/java/technologies/java-se-support-roadmap.html On Tue, Feb 9, 2021 at 10:38 PM Julian Hyde wrote: > Can you please log it? Link

Re: [HELP] ExceptionInInitializerError caused by ImmutableBeans?

2021-02-09 Thread Julian Hyde
Can you please log it? Link it to https://issues.apache.org/jira/browse/CALCITE-4200 (if it’s not the same issue) and of course FLINK-19820. > On Feb 9, 2021, at 8:28 AM, Ruben Q L wrote: > > Hello everyone, > > While testing an

[HELP] ExceptionInInitializerError caused by ImmutableBeans?

2021-02-09 Thread Ruben Q L
Hello everyone, While testing an application that uses Calcite, I'm getting an error when I try to run it on a Websphere9 environment (IBM J9 VM, Java8, Ubuntu) [1]. It would seem there is an issue around org.apache.calcite.util.ImmutableBeans and the reflection mechanisms that it uses, in the