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 "Jim Kellerman (JIRA)" <ji...@apache.org> on 2007/10/01 19:21:50 UTC

[jira] Updated: (HADOOP-1975) hbase tests failing with java.lang.NumberFormatException

     [ https://issues.apache.org/jira/browse/HADOOP-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HADOOP-1975:
----------------------------------

        Fix Version/s: 0.15.0
    Affects Version/s: 0.15.0
               Status: Patch Available  (was: Open)

> hbase tests failing with java.lang.NumberFormatException 
> ---------------------------------------------------------
>
>                 Key: HADOOP-1975
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1975
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Jim Kellerman
>             Fix For: 0.15.0
>
>         Attachments: patch.txt
>
>
> hbase tests are failing with java.lang.NumberFormatException.
> the stack trace is as follows
> For input string: "0:0:0:0:0:0:0:60000"
> java.lang.NumberFormatException: For input string: "0:0:0:0:0:0:0:60000"
> 	at java.lang.NumberFormatException.forInputString(Unknown Source)
> 	at java.lang.Integer.parseInt(Unknown Source)
> 	at java.lang.Integer.valueOf(Unknown Source)
> 	at org.apache.hadoop.hbase.HServerAddress.<init>(HServerAddress.java:62)
> 	at org.apache.hadoop.hbase.HRegionServer.<init>(HRegionServer.java:413)
> 	at org.apache.hadoop.hbase.HRegionServer.<init>(HRegionServer.java:367)
> 	at org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServer(MiniHBaseCluster.java:264)
> 	at org.apache.hadoop.hbase.MiniHBaseCluster.startRegionServers(MiniHBaseCluster.java:243)
> 	at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:146)
> 	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:109)

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