Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 47944 invoked from network); 7 Oct 2010 05:14:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 05:14:52 -0000 Received: (qmail 13375 invoked by uid 500); 7 Oct 2010 05:14:51 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 13298 invoked by uid 500); 7 Oct 2010 05:14:50 -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 13290 invoked by uid 99); 7 Oct 2010 05:14:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 05:14:50 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-wy0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 05:14:46 +0000 Received: by wyb36 with SMTP id 36so387049wyb.14 for ; Wed, 06 Oct 2010 22:14:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=7RbTTDvUlbjQi/U3d0ZOyGyI23x5tKDO/yB6mJG+5x4=; b=E6OO784invViH3p7qNqr1ki4f5jbpUXVJkxB279j3vhpsvcrMoO/A98wtbHpO2Z0pF ws5GaUVMDLLQSJvDH9FKWbV5RMFXrn9Is2zkNi1b08rSYPC8rh6SbMNp8Swolhppk5M2 yIh1YkFfQPOJVeVembhNPiSltCOlUtVItWOx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=rAzc70RN02ifIogDtYkFr66tY32d0VQ4EjBT1BNk7OcggLp+PKZi+Aop62mxAx4ZIY GOESdxY2qhk7IxGUukl62dOMOCkC7pTigQR0IoO8Ictqk4eboyroIXBGOY+EvWwRhk0Q yj/dYNOPiUTIB5Np+U+yh/9YqmtAumRzqZl7o= MIME-Version: 1.0 Received: by 10.216.30.21 with SMTP id j21mr1768778wea.37.1286428464297; Wed, 06 Oct 2010 22:14:24 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.216.158.149 with HTTP; Wed, 6 Oct 2010 22:14:24 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Oct 2010 22:14:24 -0700 X-Google-Sender-Auth: P1jsYslv4iZE_ZEO3bbuWRcundk Message-ID: Subject: Re: Problem using HBaseTestingUtility From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 I wonder what JVM that build box is using? Complaint is: Failed to set setXIncludeAware(true) for parser Its like the XML parser being used by the JVM to readin the hdfs configuration files has no support for setXIncludeAware where normally -- the sun java6 we all know and love -- that feature is present. Can you poke around on your hudson to see what JVM is being picked up? St.Ack On Wed, Oct 6, 2010 at 10:04 PM, Imran M Yousuf wrote: > Hi, > > I am using HBaseTestingUtility for doing some integration tests and > its being successful in developer machines and not mention extremely > helpful. But we are facing problem when running the test from within > Hudson which has 2 Ethernet cards and IP addresses. Please find the > Hudson log and the source code as follows respectively: > > http://hudson.smartitengineering.com/hudson/job/imyousuf-smart-cms/com.smartitengineering.smart-cms$smart-cms-client-impl/43/console > http://github.com/imyousuf/smart-cms/blob/content/smart-cms-client-impl/src/test/java/com/smartitengineering/cms/client/impl/AppTest.java > > Can someone please help me resolve this error so that I can run the > tests from hudson and not have to manually test each change from my > machine :). > > Regards, > > -- > Imran M Yousuf > Twitter: @imyousuf - http://twitter.com/imyousuf > Blog: http://imyousuf-tech.blogs.smartitengineering.com/ > Mobile: +880-1711402557 >