Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-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 1AE261113F for ; Tue, 22 Apr 2014 13:36:37 +0000 (UTC) Received: (qmail 84217 invoked by uid 500); 22 Apr 2014 13:35:49 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 83980 invoked by uid 500); 22 Apr 2014 13:35:40 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 83508 invoked by uid 99); 22 Apr 2014 13:35:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 13:35:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of threadedblue@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-we0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 13:35:18 +0000 Received: by mail-we0-f178.google.com with SMTP id u56so5037601wes.9 for ; Tue, 22 Apr 2014 06:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/I+uWqXtCncGQAbvgKN3y+cz1ynZoW7m9BBqAmpUiRQ=; b=qVVHXVW4HRnLveV868j6zL/TlZwtAfP7dxObV5w7fEN8CsVDJYAfoOxrB9OWt2kUX1 e5Oz1WJoF9D2uiFsULkZmeRIHYMWfPWzPJ1XjoEuWGGT12FqZLESX1A8g2ml7852ELbl XBrrJUFg9SMPpMylGkg5I1uR3jal0lq/jfcjSjtiE08RF9nmdwOqxj5tbtiW62lCreAO XMmsVqlNNQ3mZaZ3pE5r5IW3lBe8V8egoBktkFdguNuI3bbnH3DNfRoyCPIHVZSiyDvX ryfsJvhiUraSeBOQkcNfbH5RZ+FYuQ0LRfKKki+B/ac7Z6H9iTyYxXK0ecWszQ/05z6r NtSw== MIME-Version: 1.0 X-Received: by 10.180.96.66 with SMTP id dq2mr18804525wib.54.1398173695955; Tue, 22 Apr 2014 06:34:55 -0700 (PDT) Received: by 10.194.139.76 with HTTP; Tue, 22 Apr 2014 06:34:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Apr 2014 09:34:55 -0400 Message-ID: Subject: Re: Zookeeper can't find org/ietf/jgss/GSSException and neither can I From: Geoffry Roberts To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=f46d044480617b584404f7a1aefd X-Virus-Checked: Checked by ClamAV on apache.org --f46d044480617b584404f7a1aefd Content-Type: text/plain; charset=UTF-8 You both are right. And I did manage to find it. The problem is now how to get OSGi to find it. BndTools has a flag for these things, but it's not working just yet. Thanks for responding. On Tue, Apr 22, 2014 at 9:22 AM, Matt Brown wrote: > It is definitely a part of the JDK: > http://docs.oracle.com/javase/7/docs/api/org/ietf/jgss/GSSException.html > > On my machine, OS X 10.9.2 with JDK 1.7.0_21, it is present in > /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre/lib/rt. > jar: > > $ unzip -l > /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre/lib/rt. > jar | grep GSSException > 3612 04-07-13 15:01 org/ietf/jgss/GSSException.class > 1130 04-07-13 15:01 sun/security/jgss/GSSExceptionImpl.class > > > the same is true for JDK 1.8.0: > > $ unzip -l > /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/rt.jar > | grep GSSException > 3616 03-04-14 03:15 org/ietf/jgss/GSSException.class > 1130 03-04-14 03:15 sun/security/jgss/GSSExceptionImpl.class > > > > > > On 4/21/14, 7:26 PM, "Geoffry Roberts" wrote: > > >Interesting you say it's there, like I said above... > > > >I'll look more carefully. > >On Apr 21, 2014 6:38 PM, "Camille Fournier" wrote: > > > >> Oh OSGi always bedevils me. It's definitely part of the standard Java > >> libraries not sure why OSGi is giving you issues. Fwiw I'm in osx and > >>it's > >> definitely there in Java for osx. Sorry I can't help more. > >> On Apr 21, 2014 6:32 PM, "Geoffry Roberts" > >>wrote: > >> > >> > I have several: 1.6 and a number of 1.7s. I did a jarscan on the whole > >> tree > >> > and nada. It could be because I'm using OSX. But Zookeeper runs fine > >>as > >> a > >> > service. I can also run it as a client outside OSGi. But as an OSGi > >> > bundle, that's when the trouble starts. > >> > On Apr 21, 2014 5:17 PM, "Camille Fournier" > >>wrote: > >> > > >> > > It's in the JDK on my machine... what JDK are you running? > >> > > > >> > > > >> > > On Mon, Apr 21, 2014 at 5:14 PM, Geoffry Roberts < > >> threadedblue@gmail.com > >> > > >wrote: > >> > > > >> > > > How can I resolve this dependency? > >> > > > > >> > > > I am getting an error when I try to connect to Zookeeper from an > >> > Accumulo > >> > > > client. I get a CNFE on class org.ietf.jgss.GSSException. I have > >> > > Googled > >> > > > on this and can't find much. One source said the class in question > >> > would > >> > > be > >> > > > in rt.jar. I checked, it's not there. > >> > > > > >> > > > Can anyone point me in the right direction? > >> > > > > >> > > > Thanks mucho > >> > > > > >> > > > -- > >> > > > There are ways and there are ways, > >> > > > > >> > > > Geoffry Roberts > >> > > > > >> > > > >> > > >> > > -- There are ways and there are ways, Geoffry Roberts --f46d044480617b584404f7a1aefd--