I remember that zookeeper had an issue with soylatte on the mac. Is there a new mac packaging of java with this version in it? Give us a pointer and we'll try over here. And if you revert the version, it works? St.Ack
On Mon, Jul 20, 2009 at 11:30 AM, Guilherme Germoglio <[email protected]>wrote: > Hello guys, > I've just updated JDK to version 1.6.0_13 and HBase is not working > anymore. For example, after a clean checkout from apache svn repo, when I > run ant -Dtestcase=TestHBaseCluster, the test hangs until its timeout (10 > minutes, I think). > > I've already tried to use 30000ms instead of 15000ms on the client side > without success. > > I think the problem lies somewhere before this line: > > [junit] 2009-07-20 18:14:17,580 ERROR [main] > hbase.HBaseClusterTestCase(148): Exception in setup! > [junit] org.apache.hadoop.hbase.client.NoServerForRegionException: > Timed out trying to locate root region > [junit] at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRootRegion(HConnectionManager.java:867) > [junit] at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:517) > [junit] at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.relocateRegion(HConnectionManager.java:499) > [junit] at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:630) > [junit] at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:526) > [junit] at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:493) > [junit] at > org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:124) > [junit] at > org.apache.hadoop.hbase.HBaseClusterTestCase.hBaseClusterSetup(HBaseClusterTestCase.java:107) > [junit] at > org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:143) > [junit] at junit.framework.TestCase.runBare(TestCase.java:125) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) > [junit] at > junit.framework.TestResult.runProtected(TestResult.java:124) > [junit] at junit.framework.TestResult.run(TestResult.java:109) > [junit] at junit.framework.TestCase.run(TestCase.java:118) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:208) > [junit] at junit.framework.TestSuite.run(TestSuite.java:203) > [junit] at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420) > [junit] at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911) > [junit] at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768) > [junit] 2009-07-20 18:14:17,582 DEBUG [main] > hbase.LocalHBaseCluster(252): Shutting down HBase Cluster > > but I couldn't figure out a solution (to be honest, I'm now using > VirtualBox + Ubuntu). I've attached a file which contains the debug log and > the stacktrace (ctrl+\) when hanging. > > Thank you very much, > > -- > Guilherme > > msn: [email protected] > homepage: http://germoglio.googlepages.com >
