Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFA6ECEB8 for ; Tue, 10 Sep 2013 19:11:31 +0000 (UTC) Received: (qmail 34621 invoked by uid 500); 10 Sep 2013 19:11:30 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 34559 invoked by uid 500); 10 Sep 2013 19:11:30 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 34549 invoked by uid 99); 10 Sep 2013 19:11:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 19:11:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 19:11:24 +0000 Received: by mail-bk0-f52.google.com with SMTP id e11so3059892bkh.25 for ; Tue, 10 Sep 2013 12:11:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=eY559RZoXHQJhFc7pJDLCuIqQnnU9aivT/Sv0faWr9U=; b=GnuG+83kMZAwFvtoByNth1+1WF2sp1pUtiWK1/TmdAnzAVCwf6OETbtYKLgY1LLwKe ZHOQZ+Gkstffctovb86cM7ZJRjfYlU5MNLHuetM/QnO89wSx+Wi3LZ2kkgwawDiXSI/J Unu0h8tRgQ3GVpp0WqdGNH6B0DUMiAjwf15MlLD9m/gsRs0W6pk0Vabiw8HtWHubjYqQ KzcMhHSRzQtaoF4yLcNhbWHVKFs3jxXg+kzbm9elbxck+/qrD2F7uSNwOHAeQoUEaKd9 SI/0dxJkyNDRU8FwKrwMzbjxnJBA0+hL/HkDeJDq7/KicIUZSlhamjU4kUzK2oRC5tkU 1yAg== MIME-Version: 1.0 X-Received: by 10.205.24.131 with SMTP id re3mr20638643bkb.8.1378840262382; Tue, 10 Sep 2013 12:11:02 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.204.238.138 with HTTP; Tue, 10 Sep 2013 12:11:02 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Sep 2013 12:11:02 -0700 X-Google-Sender-Auth: gLOUlwgu4g_o123H6NdZdqN4zKE Message-ID: Subject: Re: 0.95 Error in Connecting From: Stack To: HBase Dev List Content-Type: multipart/alternative; boundary=20cf301e2dd10acb9704e60c4487 X-Virus-Checked: Checked by ClamAV on apache.org --20cf301e2dd10acb9704e60c4487 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Sep 9, 2013 at 6:19 PM, David Williams wrote= : > > Hi all, > > I am working on a api demo that talks to hbase. Today I upgraded to 0.95 > to get access to the hbase-client 0.95 libraries. > 0.95 poms have not had the cleanup that is in the 0.96.0RC pom. You should use the latter. See this note for location of staging repositories: http://search-hadoop.com/m/7W1PfyzHy51 > I unpacked the 0.95 binaries on my system, and started hbase. I logged > into Hbase shell, and checked status etc. Then I added the client libs a > hadoop 1.2.1 and hbase 0.95 to my pom.xml and ran a unit test which check= s > if I can read and write a simple test value to a table, which I created > before hand. The output is a stack trace and some timeouts. The ip > addresses correspond to my machine on the local network. It then repeats > this on the command line. What should I try next? My goal is to simply > programmatically read and write to a local hbase on Mac OS X running in > pseudo distributed mode. > > > Here is a pom I made testing downstreamers' experience. It may be of help (the versions, etc., may have changed since -- be warned): 4.0.0 org.hbase.downstreamer hbase-downstreamer jar 1.0-SNAPSHOT hbase-downstreamer https://github.com/saintstack/hbase-downstreamer 0.95.2-hadoop1-SNAPSHOT 1.1.2 junit junit 4.11 test org.apache.hbase hbase-hadoop-compat ${hbase.version} test-jar test org.apache.hbase hbase-hadoop1-compat ${hbase.version} test-jar test org.apache.hbase hbase-server ${hbase.version} test-jar test org.apache.hbase hbase-common ${hbase.version} test-jar test org.apache.hadoop hadoop-test ${hadoop.version} test org.apache.hbase hbase-server jar ${hbase.version} test org.apache.hbase hbase-client ${hbase.version} > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.example.hbase.HConnectionTest > 13/09/09 18:06:32 INFO annotation.ClassPathBeanDefinitionScanner: JSR-330 > 'javax.inject.Named' annotation found and supported for component scannin= g > 13/09/09 18:06:32 INFO annotation.AnnotationConfigApplicationContext: > Refreshing > org.springframework.context.annotation.AnnotationConfigApplicationContext= @4b40de18: > startup date [Mon Sep 09 18:06:32 PDT 2013]; root of context hierarchy > 13/09/09 18:06:32 INFO annotation.ClassPathBeanDefinitionScanner: JSR-330 > 'javax.inject.Named' annotation found and supported for component scannin= g > 13/09/09 18:06:32 INFO annotation.ClassPathBeanDefinitionScanner: JSR-330 > 'javax.inject.Named' annotation found and supported for component scannin= g > 13/09/09 18:06:32 INFO annotation.AnnotationConfigApplicationContext: > Refreshing > org.springframework.context.annotation.AnnotationConfigApplicationContext= @27c549b9: > startup date [Mon Sep 09 18:06:32 PDT 2013]; root of context hierarchy > 13/09/09 18:06:32 INFO annotation.ClassPathBeanDefinitionScanner: JSR-330 > 'javax.inject.Named' annotation found and supported for component scannin= g > 13/09/09 18:06:32 INFO annotation.AutowiredAnnotationBeanPostProcessor: > JSR-330 'javax.inject.Inject' annotation found and supported for autowiri= ng > 13/09/09 18:06:32 INFO support.DefaultListableBeanFactory: > Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@594f= 8a87: > defining beans > [org.springframework.context.annotation.internalConfigurationAnnotationPr= ocessor,org.springframework.context.annotation.internalAutowiredAnnotationP= rocessor,org.springframework.context.annotation.internalRequiredAnnotationP= rocessor,org.springframework.context.annotation.internalCommonAnnotationPro= cessor,config,org.springframework.context.annotation.ConfigurationClassPost= Processor.importAwareProcessor,properties,hTablePool,appHealthCheck,healthC= heck,validate,jsonProvider,submit,hConnection,jaxRsServer,cxf,hadoopConfigu= ration,jaxRsApiApplication,decode]; > root of factory hierarchy > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:zookeeper.version=3D3.3.2-1031432, built on 11/05/2010 05:32 = GMT > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client environment:host.name > =3D10.14.49.129 > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.version=3D1.7.0_25 > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.vendor=3DOracle Corporation > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.home=3D/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk= /Contents/Home/jre > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.class.path=3D/Users/dwilliams/IdeaProjects/vinapi/target= /test-classes:/Users/dwilliams/IdeaProjects/vinapi/target/classes:/Users/dw= illiams/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commo= ns-beanutils-core-1.8.3.jar:/Users/dwilliams/.m2/repository/commons-logging= /commons-logging/1.1.1/commons-logging-1.1.1.jar:/Users/dwilliams/.m2/repos= itory/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar= :/Users/dwilliams/.m2/repository/org/apache/cxf/cxf-rt-frontend-jaxrs/2.7.2= /cxf-rt-frontend-jaxrs-2.7.2.jar:/Users/dwilliams/.m2/repository/org/apache= /cxf/cxf-api/2.7.2/cxf-api-2.7.2.jar:/Users/dwilliams/.m2/repository/org/co= dehaus/woodstox/woodstox-core-asl/4.1.4/woodstox-core-asl-4.1.4.jar:/Users/= dwilliams/.m2/repository/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.= 1.1.jar:/Users/dwilliams/.m2/repository/org/apache/ws/xmlschema/xmlschema-c= ore/2.0.3/xmlschema-core-2.0.3.jar:/Users/dwilliams/.m2/repository/org/apac= he/geronimo/specs/geronimo-javamail_1.4_spec/1.7.1/geronimo-javamail_1.4_sp= ec-1.7.1.jar:/Users/dwilliams/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6= .2.jar:/Users/dwilliams/.m2/repository/org/apache/cxf/cxf-rt-core/2.7.2/cxf= -rt-core-2.7.2.jar:/Users/dwilliams/.m2/repository/com/sun/xml/bind/jaxb-im= pl/2.2.6/jaxb-impl-2.2.6.jar:/Users/dwilliams/.m2/repository/javax/ws/rs/ja= vax.ws.rs-api/2.0-m10/javax.ws.rs-api-2.0-m10.jar:/Users/dwilliams/.m2/repo= sitory/org/apache/cxf/cxf-rt-bindings-xml/2.7.2/cxf-rt-bindings-xml-2.7.2.j= ar:/Users/dwilliams/.m2/repository/org/apache/cxf/cxf-rt-transports-http/2.= 7.2/cxf-rt-transports-http-2.7.2.jar:/Users/dwilliams/.m2/repository/org/ap= ache/cxf/cxf-rt-frontend-jaxws/2.7.2/cxf-rt-frontend-jaxws-2.7.2.jar:/Users= /dwilliams/.m2/repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.ja= r:/Users/dwilliams/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar:/Users/dwilli= ams/.m2/repository/org/apache/cxf/cxf-rt-bindings-soap/2.7.2/cxf-rt-binding= s-soap-2.7.2.jar:/Users/dwilliams/.m2/repository/org/apache/cxf/cxf-rt-data= binding-jaxb/2.7.2/cxf-rt-databinding-jaxb-2.7.2.jar:/Users/dwilliams/.m2/r= epository/org/apache/cxf/cxf-rt-frontend-simple/2.7.2/cxf-rt-frontend-simpl= e-2.7.2.jar:/Users/dwilliams/.m2/repository/org/apache/cxf/cxf-rt-ws-addr/2= .7.2/cxf-rt-ws-addr-2.7.2.jar:/Users/dwilliams/.m2/repository/org/apache/cx= f/cxf-rt-ws-policy/2.7.2/cxf-rt-ws-policy-2.7.2.jar:/Users/dwilliams/.m2/re= pository/org/apache/neethi/neethi/3.0.2/neethi-3.0.2.jar:/Users/dwilliams/.= m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.12/jackson-core-asl= -1.9.12.jar:/Users/dwilliams/.m2/repository/org/codehaus/jackson/jackson-ma= pper-asl/1.9.12/jackson-mapper-asl-1.9.12.jar:/Users/dwilliams/.m2/reposito= ry/org/codehaus/jackson/jackson-jaxrs/1.9.12/jackson-jaxrs-1.9.12.jar:/User= s/dwilliams/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.12/jackson-x= c-1.9.12.jar:/Users/dwilliams/.m2/repository/org/springframework/spring-cor= e/3.2.4.RELEASE/spring-core-3.2.4.RELEASE.jar:/Users/dwilliams/.m2/reposito= ry/org/springframework/spring-context/3.2.4.RELEASE/spring-context-3.2.4.RE= LEASE.jar:/Users/dwilliams/.m2/repository/org/springframework/spring-aop/3.= 2.4.RELEASE/spring-aop-3.2.4.RELEASE.jar:/Users/dwilliams/.m2/repository/ao= palliance/aopalliance/1.0/aopalliance-1.0.jar:/Users/dwilliams/.m2/reposito= ry/org/springframework/spring-beans/3.2.4.RELEASE/spring-beans-3.2.4.RELEAS= E.jar:/Users/dwilliams/.m2/repository/org/springframework/spring-expression= /3.2.4.RELEASE/spring-expression-3.2.4.RELEASE.jar:/Users/dwilliams/.m2/rep= ository/org/springframework/spring-webmvc/3.2.4.RELEASE/spring-webmvc-3.2.4= .RELEASE.jar:/Users/dwilliams/.m2/repository/org/springframework/spring-web= /3.2.4.RELEASE/spring-web-3.2.4.RELEASE.jar:/Users/dwilliams/.m2/repository= /ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar:/Users/dw= illiams/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/Users= /dwilliams/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1= .0.13.jar:/Users/dwilliams/.m2/repository/junit/junit/4.11/junit-4.11.jar:/= Users/dwilliams/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core= -1.3.jar:/Users/dwilliams/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv= -2.3.jar:/Users/dwilliams/.m2/repository/javax/inject/javax.inject/1/javax.= inject-1.jar:/Users/dwilliams/.m2/repository/org/eclipse/jetty/jetty-server= /9.0.4.v20130625/jetty-server-9.0.4.v20130625.jar:/Users/dwilliams/.m2/repo= sitory/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.serv= let-3.0.0.v201112011016.jar:/Users/dwilliams/.m2/repository/org/eclipse/jet= ty/jetty-http/9.0.4.v20130625/jetty-http-9.0.4.v20130625.jar:/Users/dwillia= ms/.m2/repository/org/eclipse/jetty/jetty-util/9.0.4.v20130625/jetty-util-9= .0.4.v20130625.jar:/Users/dwilliams/.m2/repository/org/eclipse/jetty/jetty-= io/9.0.4.v20130625/jetty-io-9.0.4.v20130625.jar:/Users/dwilliams/.m2/reposi= tory/org/eclipse/jetty/jetty-webapp/9.0.4.v20130625/jetty-webapp-9.0.4.v201= 30625.jar:/Users/dwilliams/.m2/repository/org/eclipse/jetty/jetty-xml/9.0.4= .v20130625/jetty-xml-9.0.4.v20130625.jar:/Users/dwilliams/.m2/repository/or= g/eclipse/jetty/jetty-servlet/9.0.4.v20130625/jetty-servlet-9.0.4.v20130625= .jar:/Users/dwilliams/.m2/repository/org/eclipse/jetty/jetty-security/9.0.4= .v20130625/jetty-security-9.0.4.v20130625.jar:/Users/dwilliams/.m2/reposito= ry/org/apache/hbase/hbase-client/0.95.0/hbase-client-0.95.0.jar:/Users/dwil= liams/.m2/repository/org/apache/hbase/hbase-common/0.95.0/hbase-common-0.95= .0.jar:/Users/dwilliams/.m2/repository/com/google/guava/guava/12.0.1/guava-= 12.0.1.jar:/Users/dwilliams/.m2/repository/com/google/code/findbugs/jsr305/= 1.3.9/jsr305-1.3.9.jar:/Users/dwilliams/.m2/repository/org/slf4j/slf4j-log4= j12/1.4.3/slf4j-log4j12-1.4.3.jar:/Users/dwilliams/.m2/repository/org/apach= e/hbase/hbase-protocol/0.95.0/hbase-protocol-0.95.0.jar:/Users/dwilliams/.m= 2/repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.ja= r:/Users/dwilliams/.m2/repository/org/cloudera/htrace/htrace/1.50/htrace-1.= 50.jar:/Users/dwilliams/.m2/repository/org/mortbay/jetty/jetty-util/6.1.26/= jetty-util-6.1.26.jar:/Users/dwilliams/.m2/repository/io/netty/netty/3.5.9.= Final/netty-3.5.9.Final.jar:/Users/dwilliams/.m2/repository/org/apache/hado= op/hadoop-core/1.1.2/hadoop-core-1.1.2.jar:/Users/dwilliams/.m2/repository/= commons-cli/commons-cli/1.2/commons-cli-1.2.jar:/Users/dwilliams/.m2/reposi= tory/xmlenc/xmlenc/0.52/xmlenc-0.52.jar:/Users/dwilliams/.m2/repository/com= /sun/jersey/jersey-core/1.8/jersey-core-1.8.jar:/Users/dwilliams/.m2/reposi= tory/com/sun/jersey/jersey-json/1.8/jersey-json-1.8.jar:/Users/dwilliams/.m= 2/repository/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar:/Users/dwi= lliams/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/Users/dwillia= ms/.m2/repository/com/sun/jersey/jersey-server/1.8/jersey-server-1.8.jar:/U= sers/dwilliams/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1.jar:= /Users/dwilliams/.m2/repository/commons-httpclient/commons-httpclient/3.0.1= /commons-httpclient-3.0.1.jar:/Users/dwilliams/.m2/repository/commons-codec= /commons-codec/1.4/commons-codec-1.4.jar:/Users/dwilliams/.m2/repository/or= g/apache/commons/commons-math/2.1/commons-math-2.1.jar:/Users/dwilliams/.m2= /repository/commons-configuration/commons-configuration/1.6/commons-configu= ration-1.6.jar:/Users/dwilliams/.m2/repository/commons-collections/commons-= collections/3.2.1/commons-collections-3.2.1.jar:/Users/dwilliams/.m2/reposi= tory/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/Users/dwilliams/.m= 2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar= :/Users/dwilliams/.m2/repository/commons-net/commons-net/1.4.1/commons-net-= 1.4.1.jar:/Users/dwilliams/.m2/repository/org/mortbay/jetty/jetty/6.1.26/je= tty-6.1.26.jar:/Users/dwilliams/.m2/repository/org/mortbay/jetty/servlet-ap= i/2.5-20081211/servlet-api-2.5-20081211.jar:/Users/dwilliams/.m2/repository= /tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12.jar:/Users/dwilliams/.m= 2/repository/tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12.jar:/User= s/dwilliams/.m2/repository/org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1= -6.1.14.jar:/Users/dwilliams/.m2/repository/org/mortbay/jetty/servlet-api-2= .5/6.1.14/servlet-api-2.5-6.1.14.jar:/Users/dwilliams/.m2/repository/org/mo= rtbay/jetty/jsp-2.1/6.1.14/jsp-2.1-6.1.14.jar:/Users/dwilliams/.m2/reposito= ry/ant/ant/1.6.5/ant-1.6.5.jar:/Users/dwilliams/.m2/repository/commons-el/c= ommons-el/1.0/commons-el-1.0.jar:/Users/dwilliams/.m2/repository/com/github= /stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-= 1.jar:/Users/dwilliams/.m2/repository/org/apache/hadoop/hadoop-client/1.2.1= /hadoop-client-1.2.1.jar:/Users/dwilliams/.m2/repository/org/apache/zookeep= er/zookeeper/3.3.2/zookeeper-3.3.2.jar:/Users/dwilliams/.m2/repository/log4= j/log4j/1.2.15/log4j-1.2.15.jar:/Users/dwilliams/.m2/repository/javax/mail/= mail/1.4/mail-1.4.jar:/Users/dwilliams/.m2/repository/javax/activation/acti= vation/1.1/activation-1.1.jar:/Users/dwilliams/.m2/repository/jline/jline/0= .9.94/jline-0.9.94.jar: > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.library.path=3D/Users/dwilliams/Library/Java/Extensions:= /Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/J= ava/Extensions:/usr/lib/java:. > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.io.tmpdir=3D/var/folders/97/0mrcz3c97mj1lf7s74gld9k00000= gp/T/ > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:java.compiler=3D > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client environment:os.name=3D= Mac > OS X > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:os.arch=3Dx86_64 > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:os.version=3D10.8.4 > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client environment:user.name > =3Ddwilliams > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:user.home=3D/Users/dwilliams > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Client > environment:user.dir=3D/Users/dwilliams/IdeaProjects/vinapi > 13/09/09 18:06:32 INFO zookeeper.ZooKeeper: Initiating client connection, > connectString=3Dlocalhost:2181 sessionTimeout=3D180000 > watcher=3Dhconnection-0xc6824d9 > 13/09/09 18:06:32 INFO zookeeper.ClientCnxn: Opening socket connection to > server localhost/127.0.0.1:2181 > 13/09/09 18:06:32 INFO zookeeper.RecoverableZooKeeper: The identifier of > this process is hconnection-0xc6824d9 > 13/09/09 18:06:32 INFO zookeeper.ClientCnxn: Socket connection establishe= d > to localhost/127.0.0.1:2181, initiating session > 13/09/09 18:06:32 INFO zookeeper.ClientCnxn: Session establishment > complete on server localhost/127.0.0.1:2181, sessionid =3D > 0x141054787380008, negotiated timeout =3D 40000 > 13/09/09 18:06:32 INFO > client.HConnectionManager$HConnectionImplementation: ClusterId is > b8404b5d-0e9f-45f4-aef6-4c895c887457 > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/Users/dwilliams/.m2/repository/ch/qos/logback/logback-classic/= 1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/dwilliams/.m2/repository/org/slf4j/slf4j-log4j12/1.4.3/s= lf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type > [ch.qos.logback.classic.util.ContextSelectorStaticBinder] > 13/09/09 18:06:33 INFO annotation.AutowiredAnnotationBeanPostProcessor: > JSR-330 'javax.inject.Inject' annotation found and supported for autowiri= ng > 13/09/09 18:06:33 INFO support.DefaultListableBeanFactory: > Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@3598= d24f: > defining beans > [org.springframework.context.annotation.internalConfigurationAnnotationPr= ocessor,org.springframework.context.annotation.internalAutowiredAnnotationP= rocessor,org.springframework.context.annotation.internalRequiredAnnotationP= rocessor,org.springframework.context.annotation.internalCommonAnnotationPro= cessor,config,org.springframework.context.annotation.ConfigurationClassPost= Processor.importAwareProcessor,properties,hTablePool,appHealthCheck,healthC= heck,validate,jsonProvider,submit,hConnection,jaxRsServer,cxf,hadoopConfigu= ration,jaxRsApiApplication,decode]; > root of factory hierarchy > 13/09/09 18:06:33 INFO zookeeper.ZooKeeper: Initiating client connection, > connectString=3Dlocalhost:2181 sessionTimeout=3D180000 > watcher=3Dhconnection-0x1abd5c6b > 13/09/09 18:06:33 INFO zookeeper.RecoverableZooKeeper: The identifier of > this process is hconnection-0x1abd5c6b > 13/09/09 18:06:33 INFO zookeeper.ClientCnxn: Opening socket connection to > server localhost/127.0.0.1:2181 > 13/09/09 18:06:33 INFO zookeeper.ClientCnxn: Socket connection establishe= d > to localhost/127.0.0.1:2181, initiating session > 13/09/09 18:06:33 INFO zookeeper.ClientCnxn: Session establishment > complete on server localhost/127.0.0.1:2181, sessionid =3D > 0x141054787380009, negotiated timeout =3D 40000 > 13/09/09 18:06:33 INFO > client.HConnectionManager$HConnectionImplementation: ClusterId is > b8404b5d-0e9f-45f4-aef6-4c895c887457 > 2013-09-09 18:06:33.938 java[14568:1703] Unable to load realm info from > SCDynamicStore > 13/09/09 18:06:33 INFO zookeeper.ZooKeeper: Initiating client connection, > connectString=3Dlocalhost:2181 sessionTimeout=3D180000 > watcher=3Dhconnection-0x1c077cfc > 13/09/09 18:06:33 INFO zookeeper.RecoverableZooKeeper: The identifier of > this process is hconnection-0x1c077cfc > 13/09/09 18:06:33 INFO zookeeper.ClientCnxn: Opening socket connection to > server localhost/127.0.0.1:2181 > 13/09/09 18:06:33 INFO zookeeper.ClientCnxn: Socket connection establishe= d > to localhost/127.0.0.1:2181, initiating session > 13/09/09 18:06:33 INFO zookeeper.ClientCnxn: Session establishment > complete on server localhost/127.0.0.1:2181, sessionid =3D > 0x14105478738000a, negotiated timeout =3D 40000 > 13/09/09 18:06:34 INFO > client.HConnectionManager$HConnectionImplementation: ClusterId is > b8404b5d-0e9f-45f4-aef6-4c895c887457 > 13/09/09 18:06:34 WARN client.ServerCallable: Received exception, tries= =3D0, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:35 WARN client.ServerCallable: Received exception, tries= =3D1, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:36 WARN client.ServerCallable: Received exception, tries= =3D2, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:37 WARN client.ServerCallable: Received exception, tries= =3D3, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:39 WARN client.ServerCallable: Received exception, tries= =3D4, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:41 WARN client.ServerCallable: Received exception, tries= =3D5, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:45 WARN client.ServerCallable: Received exception, tries= =3D6, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:49 WARN client.ServerCallable: Received exception, tries= =3D7, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:06:57 WARN client.ServerCallable: Received exception, tries= =3D8, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:13 WARN client.ServerCallable: Received exception, tries= =3D9, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:13 WARN > client.HConnectionManager$HConnectionImplementation: Encountered problems > when prefetch META table: > org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after > attempts=3D10, exceptions: > Mon Sep 09 18:06:34 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:35 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:36 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:37 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:39 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:41 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:45 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:49 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:06:57 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > Mon Sep 09 18:07:13 PDT 2013, > org.apache.hadoop.hbase.client.HTable$2@79ab14cd, java.io.IOException: > Call to /10.14.49.129:55073 failed on local exception: > java.io.EOFException > > at > org.apache.hadoop.hbase.client.ServerCallable.withRetries(ServerCallable.= java:191) > at org.apache.hadoop.hbase.client.HTable.getRowOrBefore(HTable.java:515) > at > org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:161) > at > org.apache.hadoop.hbase.client.MetaScanner.access$000(MetaScanner.java:54= ) > at > org.apache.hadoop.hbase.client.MetaScanner$1.connect(MetaScanner.java:133= ) > at > org.apache.hadoop.hbase.client.MetaScanner$1.connect(MetaScanner.java:130= ) > at > org.apache.hadoop.hbase.client.HConnectionManager.execute(HConnectionMana= ger.java:382) > at > org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:130) > at > org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:105) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementati= on.prefetchRegionCache(HConnectionManager.java:1082) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementati= on.locateRegionInMeta(HConnectionManager.java:1135) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementati= on.locateRegion(HConnectionManager.java:1034) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementati= on.locateRegion(HConnectionManager.java:984) > at org.apache.hadoop.hbase.client.HTable.finishSetup(HTable.java:246) > at org.apache.hadoop.hbase.client.HTable.(HTable.java:187) > at > org.apache.hadoop.hbase.client.HTableFactory.createHTableInterface(HTable= Factory.java:39) > at > org.apache.hadoop.hbase.client.HTablePool.createHTable(HTablePool.java:27= 0) > at > org.apache.hadoop.hbase.client.HTablePool.findOrCreateTable(HTablePool.ja= va:200) > at org.apache.hadoop.hbase.client.HTablePool.getTable(HTablePool.java:179= ) > at > com.truecar.intelligence.vinapi.HConnectionTest.testHConnection(HConnecti= onTest.java:31) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMeth= od.java:47) > at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallabl= e.java:12) > at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod= .java:44) > at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.= java:17) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.= java:70) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.= java:50) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > at org.junit.runners.ParentRunner.run(ParentRunner.java:309) > at > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java= :35) > at > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Prov= ider.java:115) > at > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.jav= a:97) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(= ProviderFactory.java:103) > at com.sun.proxy.$Proxy0.invoke(Unknown Source) > at > org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireS= tarter.java:150) > at > org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(Suref= ireStarter.java:91) > at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:6= 9) > Caused by: java.io.IOException: Call to /10.14.49.129:55073 failed on > local exception: java.io.EOFException > at > org.apache.hadoop.hbase.ipc.HBaseClient.wrapException(HBaseClient.java:13= 54) > at org.apache.hadoop.hbase.ipc.HBaseClient.call(HBaseClient.java:1325) > at > org.apache.hadoop.hbase.ipc.ProtobufRpcClientEngine$Invoker.invoke(Protob= ufRpcClientEngine.java:131) > at com.sun.proxy.$Proxy27.get(Unknown Source) > at > org.apache.hadoop.hbase.protobuf.ProtobufUtil.getRowOrBefore(ProtobufUtil= .java:1183) > at org.apache.hadoop.hbase.client.HTable$2.call(HTable.java:517) > at org.apache.hadoop.hbase.client.HTable$2.call(HTable.java:515) > at > org.apache.hadoop.hbase.client.ServerCallable.withRetries(ServerCallable.= java:167) > ... 48 more > Caused by: java.io.EOFException > at java.io.DataInputStream.readInt(DataInputStream.java:392) > at > org.apache.hadoop.hbase.ipc.HBaseClient$Connection.readResponse(HBaseClie= nt.java:991) > at > org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:6= 61) > > > 13/09/09 18:07:14 WARN client.ServerCallable: Received exception, tries= =3D0, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:15 WARN client.ServerCallable: Received exception, tries= =3D1, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:16 WARN client.ServerCallable: Received exception, tries= =3D2, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:17 WARN client.ServerCallable: Received exception, tries= =3D3, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:19 WARN client.ServerCallable: Received exception, tries= =3D4, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:21 WARN client.ServerCallable: Received exception, tries= =3D5, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:25 WARN client.ServerCallable: Received exception, tries= =3D6, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:29 WARN client.ServerCallable: Received exception, tries= =3D7, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > 13/09/09 18:07:37 WARN client.ServerCallable: Received exception, tries= =3D8, > numRetries=3D10 message=3DCall to /10.14.49.129:55073 failed on local > exception: java.io.EOFException > > On the exceptions, what Nicolas said. EOFException usually means some mess in your filesystem -- i.e. files that do not make sense (be warned that if you are running against local filesystem, that the hadoop implementation of local filesystem does not support sync so an unclean shutdown can make for 'interesting' state). Was the hbase.rootdir clean when you started? St.Ack > -- > > --20cf301e2dd10acb9704e60c4487--