[ 
https://issues.apache.org/jira/browse/CALCITE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533547#comment-17533547
 ] 

Benchao Li commented on CALCITE-5140:
-------------------------------------

I believe I found the root cause:
1. I downloaded the latest openj9 jdk8 version '8u332b09', and tried locally on 
my mac, the error reproduces.

2. I downloaded the penultimate version '8u322b06', and it works fine without 
any error.

3. I checked the github action 'AdoptOpenJDK/install-jdk', it's always using 
the latest  
[https://github.com/AdoptOpenJDK/install-jdk/blob/master/src/installer.ts#L96] 

4. I checked the release of openj9, they released v0.32.0 16 days ago: 
[https://github.com/eclipse-openj9/openj9/releases/tag/openj9-0.32.0] 

 

Hence, I think it's caused by the release of '8u332b09' for openj9 jdk8.

BTW, you can download openj9 jdk here: 
[https://developer.ibm.com/languages/java/semeru-runtimes/downloads/] 

> The Github CI failed in Linux (OpenJ9 8)
> ----------------------------------------
>
>                 Key: CALCITE-5140
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5140
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.30.0
>            Reporter: xiong duan
>            Priority: Major
>
> Many PR filed in this process. This failure first appeared on May 2, 2022 
> [6303017566|https://github.com/apache/calcite/runs/6303017566?check_suite_focus=true].
>  The info:
> {noformat}
>    Caused by: javax.security.auth.login.LoginException: unable to find 
> LoginModule class: com.ibm.security.auth.module.LinuxLoginModule
> 11591                at 
> javax.security.auth.login.LoginContext.invoke(LoginContext.java:794)
> 11592                at 
> javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)
> 11593                at 
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)
> 11594                at 
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)
> 11595                at 
> java.security.AccessController.doPrivileged(AccessController.java:783)
> 11596                at 
> javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
> 11597                at 
> javax.security.auth.login.LoginContext.login(LoginContext.java:587)
> 11598                at 
> org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:814)
> 11599                ... 66 more{noformat}
> I check the CALCITE-5003 change, The failure is irrelevant to this PR. This 
> happened before we upgrade the JDK 18 in Calcite. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to