You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kan Zhang (JIRA)" <ji...@apache.org> on 2009/03/09 22:19:50 UTC

[jira] Commented: (HADOOP-5432) TestHdfsProxy fails on 0.20

    [ https://issues.apache.org/jira/browse/HADOOP-5432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680282#action_12680282 ] 

Kan Zhang commented on HADOOP-5432:
-----------------------------------

+1

> TestHdfsProxy fails on 0.20
> ---------------------------
>
>                 Key: HADOOP-5432
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5432
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>    Affects Versions: 0.20.0
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>         Attachments: 5432-0.patch, 5432-0v20.patch
>
>
> TestHdfsProxy fails with the following exception:
> {noformat}
> 09/03/06 18:28:05 ERROR mortbay.log: EXCEPTION 
> java.lang.NullPointerException
>         at org.mortbay.jetty.security.SslSocketConnector.createFactory(SslSocketConnector.java:215)
>         at org.mortbay.jetty.security.SslSocketConnector.newServerSocket(SslSocketConnector.java:423)
>         at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
>         at org.apache.hadoop.http.HttpServer.start(HttpServer.java:420)
>         at org.apache.hadoop.hdfsproxy.HdfsProxy.start(HdfsProxy.java:96)
>         at org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:232)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at junit.framework.TestCase.runTest(TestCase.java:154)
>         at junit.framework.TestCase.runBare(TestCase.java:127)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:118)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
>         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
>         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
> {noformat}

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