You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2010/03/10 02:56:27 UTC

[jira] Created: (HADOOP-6626) NPE in TestIPC with kerberos

NPE in TestIPC with kerberos
----------------------------

                 Key: HADOOP-6626
                 URL: https://issues.apache.org/jira/browse/HADOOP-6626
             Project: Hadoop Common
          Issue Type: Bug
          Components: ipc
    Affects Versions: 0.22.0
            Reporter: Konstantin Shvachko
             Fix For: 0.22.0


Running TestIPC with {{hadoop.security.authentication=kerberos}}, but without any actual Kerberos around results in NPE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6626) NPE in TestIPC with kerberos

Posted by "Konstantin Shvachko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843405#action_12843405 ] 

Konstantin Shvachko commented on HADOOP-6626:
---------------------------------------------

I just just changed the configuration parameter to "kerberos" in {{core-site.xml}} and ran the test.
The Exception says:
{code}
10/03/09 18:17:35 FATAL ipc.TestIPC: Caught: java.lang.NullPointerException
	at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:437)
	at org.apache.hadoop.ipc.Client$Connection.access$1900(Client.java:207)
	at org.apache.hadoop.ipc.Client.getConnection(Client.java:1015)
	at org.apache.hadoop.ipc.Client.call(Client.java:875)
	at org.apache.hadoop.ipc.TestIPC$SerialCaller.run(TestIPC.java:92)
{code}


> NPE in TestIPC with kerberos
> ----------------------------
>
>                 Key: HADOOP-6626
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6626
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Shvachko
>             Fix For: 0.22.0
>
>
> Running TestIPC with {{hadoop.security.authentication=kerberos}}, but without any actual Kerberos around results in NPE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.