Return-Path: Delivered-To: apmail-incubator-river-dev-archive@locus.apache.org Received: (qmail 54233 invoked from network); 21 May 2007 19:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 19:27:27 -0000 Received: (qmail 61369 invoked by uid 500); 21 May 2007 19:27:33 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 61266 invoked by uid 500); 21 May 2007 19:27:32 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 61257 invoked by uid 99); 21 May 2007 19:27:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 12:27:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 12:27:23 -0700 Received: from fe-amer-09.sun.com ([192.18.108.183]) by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l4LJQgdQ005622 for ; Mon, 21 May 2007 19:26:42 GMT Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JIE00H01O09KF00@mail-amer.sun.com> (original mail from Bob.Scheifler@Sun.COM) for river-dev@incubator.apache.org; Mon, 21 May 2007 13:26:42 -0600 (MDT) Received: from [129.148.70.124] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JIE00MRQONY273G@mail-amer.sun.com>; Mon, 21 May 2007 13:26:25 -0600 (MDT) Date: Mon, 21 May 2007 15:26:22 -0400 From: Bob Scheifler Subject: Re: JavaSpace.notify() "not reliable" In-reply-to: Sender: Bob.Scheifler@Sun.COM To: Timur Mehrvarz Cc: river-dev@incubator.apache.org, JAVASPACES-USERS@JAVA.SUN.COM Reply-to: Bob.Scheifler@Sun.COM Message-id: <4651F25E.6070906@Sun.COM> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <4643E0BC.7090600@wonderly.org> <6D3DB5CA-82DA-4DE0-9DB0-E057BC9ED947@web.de> <464575E1.4040108@dcrdev.demon.co.uk> <46469006.8080303@cytetech.com> <4646CF6D.4050505@dcrdev.demon.co.uk> <4648BF63.5070502@wonderly.org> <34315FBC-8CE2-457D-8C79-07F914CEFE40@web.de> <464E2F1E.2000609@Sun.COM> <5BF28E45-30BF-484B-9228-C6459F754ED4@web.de> <4651CF89.3030309@Sun.COM> User-Agent: Thunderbird 1.5.0.5 (X11/20060731) X-Virus-Checked: Checked by ClamAV on apache.org > Done. Now, when I experience a notification being dropped, a > NoSuchObjectException is indeed being logged: So first, I had things bass ackwards, you really wanted to turn on client remote call logging in outrigger, not server remote call logging. And the logging change previously discussed should not have altered seeing the logging record you provided, as it's using an outrigger logger, not an RMI one. Are you sure something else hasn't changed? > Obviously, my JavaSpace client is becoming "permanently unavailable > (NoSuchObjectException)" and "further events will not be delivered to > it." Is anyone able to speculate, how my humble client may cause this > behavior? If your client isn't holding a strong reference to the listener impl, it can get GC'd. But this exception doesn't correlate with your description of occasionally dropped events. Or is your client re-registering for events, and you didn't explain that before? Or are you perhaps seeing a new different problem than before? - Bob