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 18:22:50 UTC

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

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

Jim Kellerman commented on HADOOP-1975:
---------------------------------------

In what environment are you seeing this problem?

I looked at the build logs for Hadoop nightly and Hadoop patch back through September 28 and saw no failure like this.

If this is happening in your build environment, any information about the build machine and how it is configured would be helpful.

> 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
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Jim Kellerman
>
> 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.