Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F228104A9 for ; Tue, 25 Feb 2014 17:23:36 +0000 (UTC) Received: (qmail 40777 invoked by uid 500); 25 Feb 2014 17:23:31 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 40674 invoked by uid 500); 25 Feb 2014 17:23:31 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 40663 invoked by uid 99); 25 Feb 2014 17:23:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 17:23:31 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_ENVFROM_END_DIGIT,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 17:23:22 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WILie-0005ze-Um for user@hbase.apache.org; Tue, 25 Feb 2014 09:23:00 -0800 Date: Tue, 25 Feb 2014 09:23:00 -0800 (PST) From: shapoor To: user@hbase.apache.org Message-ID: <1393348980934-4056345.post@n3.nabble.com> In-Reply-To: References: <1393248478002-4056268.post@n3.nabble.com> <1393257240983-4056275.post@n3.nabble.com> <1393268694470-4056286.post@n3.nabble.com> <1393277266589-4056297.post@n3.nabble.com> <1393347253403-4056341.post@n3.nabble.com> Subject: Re: (HConnectionManager.java:389) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yes of course. I have tried a few things: 1. The protobuf 2.5.0 you sujested was indeed needed and solved most of the problem in the first place. Although I got other exceptions. 2. Then I saw I had lots of slf4j jars with different versions downloaded from different modules. It might have solved the mystery navigate them to use only one version (with maven exclusions). 3. There was another conflict between hadoop2.2.0 jersey and my own. I also excluded the one shiped with hadoop. It solved other exceptions regarding usage of new hadoop/hbase versions. that was pretty much it and it might seem short but it took a lot of frustration. The migration is successfull and my tests work fine. The last bothering issue is this winutil.exe that is required, which it shouldn't, since my cluster installation is in an Ubuntu server but my client in a win7. I have no installation in win7. The exception doesnt seem to have influence on the functionality but it bothers a little bit so i told my java code to find HBaseConnection a fake winuil.exe. thanks again and regards, -- View this message in context: http://apache-hbase.679495.n3.nabble.com/HConnectionManager-java-389-tp4056268p4056345.html Sent from the HBase User mailing list archive at Nabble.com.