You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Rajit (Created) (JIRA)" <ji...@apache.org> on 2011/09/27 02:09:12 UTC

[jira] [Created] (HDFS-2369) Fsck Fails

Fsck Fails
----------

                 Key: HDFS-2369
                 URL: https://issues.apache.org/jira/browse/HDFS-2369
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
    Affects Versions: 0.20.205.0
            Reporter: Rajit
            Priority: Critical


$hadoop fsck /
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 500 for URL: https://<NN hostname>:50470/fsck?ugi=hdfs&path=%2F
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
	at org.apache.hadoop.hdfs.tools.DFSck$1.run(DFSck.java:141)
	at org.apache.hadoop.hdfs.tools.DFSck$1.run(DFSck.java:110)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:396)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
	at org.apache.hadoop.hdfs.tools.DFSck.run(DFSck.java:110)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
	at org.apache.hadoop.hdfs.tools.DFSck.main(DFSck.java:182)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HDFS-2369) Fsck Fails

Posted by "Jitendra Nath Pandey (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jitendra Nath Pandey resolved HDFS-2369.
----------------------------------------

    Resolution: Fixed

HDFS-2361 should fix this as well.
                
> Fsck Fails
> ----------
>
>                 Key: HDFS-2369
>                 URL: https://issues.apache.org/jira/browse/HDFS-2369
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node
>    Affects Versions: 0.20.205.0
>            Reporter: Rajit Saha
>            Priority: Critical
>
> $hadoop fsck /
> Exception in thread "main" java.io.IOException: Server returned HTTP response code: 500 for URL: https://<NN hostname>:50470/fsck?ugi=hdfs&path=%2F
> 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
> 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> 	at org.apache.hadoop.hdfs.tools.DFSck$1.run(DFSck.java:141)
> 	at org.apache.hadoop.hdfs.tools.DFSck$1.run(DFSck.java:110)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:396)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1059)
> 	at org.apache.hadoop.hdfs.tools.DFSck.run(DFSck.java:110)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.hdfs.tools.DFSck.main(DFSck.java:182)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira