[
https://issues.apache.org/jira/browse/HADOOP-11273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239656#comment-14239656
]
Hadoop QA commented on HADOOP-11273:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12686029/HADOOP-11273-branch-2.6.0.patch
against trunk revision 82707b4.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:red}-1 findbugs{color}. The patch appears to introduce 2 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-common-project/hadoop-minikdc.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5208//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5208//artifact/patchprocess/newPatchFindbugsWarningshadoop-minikdc.html
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5208//console
This message is automatically generated.
> TestMiniKdc failure: login options not compatible with IBM JDK
> --------------------------------------------------------------
>
> Key: HADOOP-11273
> URL: https://issues.apache.org/jira/browse/HADOOP-11273
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Gao Zhong Liang
> Assignee: Gao Zhong Liang
> Fix For: 2.4.1
>
> Attachments: HADOOP-11273-branch-2.6.0.patch, HADOOP-11273.patch
>
>
> When running test with IBM JDK, the testcase in
> /hadoop-common-project/hadoop-minikdc/src/test/java/org/apache/hadoop/minikdc/TestMiniKdc
> failed due to incompatible login options for IBM Java.
> The login options needs to update to IBM Java options.
> Testcases failed with the following stack:
> javax.security.auth.login.LoginException: Bad JAAS configuration:
> unrecognized option: isInitiator
> at
> com.ibm.security.jgss.i18n.I18NException.throwLoginException(I18NException.java:165)
> at
> com.ibm.security.auth.module.Krb5LoginModule.checkForUnsupportedOptions(Krb5LoginModule.java:1406)
> at
> com.ibm.security.auth.module.Krb5LoginModule.parseJAASConfigOptions(Krb5LoginModule.java:954)
> at
> com.ibm.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:260)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:619)
> at javax.security.auth.login.LoginContext.invoke(LoginContext.java:796)
> at
> javax.security.auth.login.LoginContext.access$000(LoginContext.java:211)
> at javax.security.auth.login.LoginContext$5.run(LoginContext.java:733)
> at javax.security.auth.login.LoginContext$5.run(LoginContext.java:731)
> at
> java.security.AccessController.doPrivileged(AccessController.java:366)
> at
> javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:730)
> at javax.security.auth.login.LoginContext.login(LoginContext.java:600)
> at
> org.apache.hadoop.minikdc.TestMiniKdc.testKerberosLogin(TestMiniKdc.java:137)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)