Return-Path: Delivered-To: apmail-incubator-river-commits-archive@locus.apache.org Received: (qmail 17976 invoked from network); 24 Jul 2007 07:14:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 07:14:53 -0000 Received: (qmail 32088 invoked by uid 500); 24 Jul 2007 07:14:54 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 32040 invoked by uid 500); 24 Jul 2007 07:14:54 -0000 Mailing-List: contact river-commits-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-commits@incubator.apache.org Received: (qmail 31922 invoked by uid 99); 24 Jul 2007 07:14:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 00:14:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 00:14:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80E867141F5 for ; Tue, 24 Jul 2007 00:14:31 -0700 (PDT) Message-ID: <19087294.1185261271522.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 00:14:31 -0700 (PDT) From: "Mark Brouwer (JIRA)" To: river-commits@incubator.apache.org Subject: [jira] Updated: (RIVER-25) Improve logging for JoinManager at INFO level In-Reply-To: <27732557.1178542275304.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/RIVER-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brouwer updated RIVER-25: ------------------------------ Component/s: net_jini_lookup Affects Version/s: jtsk_2.1 > Improve logging for JoinManager at INFO level > --------------------------------------------- > > Key: RIVER-25 > URL: https://issues.apache.org/jira/browse/RIVER-25 > Project: River > Issue Type: Improvement > Components: net_jini_lookup > Affects Versions: jtsk_2.1 > Reporter: Mark Brouwer > Assignee: Mark Brouwer > Priority: Minor > > All logging at the {{INFO}} level lacks context information (the proxy for which an exception occurs) and as such the logging is not very helpful with troubleshooting. > {noformat:nopanel=true} > INFO: JoinManager - failure > java.rmi.NoSuchObjectException: no such object in table > at net.jini.jeri.BasicObjectEndpoint.executeCall(BasicObjectEndpoint.java:420) > at net.jini.jeri.BasicInvocationHandler.invokeRemoteMethodOnce(BasicInvocationHandler.java:806) > at net.jini.jeri.BasicInvocationHandler.invokeRemoteMethod(BasicInvocationHandler.java:659) > at net.jini.jeri.BasicInvocationHandler.invoke(BasicInvocationHandler.java:528) > at org.cheiron.seven.proxy.BasicInvocationHandler.invokeMethod(BasicInvocationHandler.java:323) > at org.cheiron.seven.proxy.BasicInvocationHandler.invoke(BasicInvocationHandler.java:152) > at org.cheiron.seven.proxy.StubInvokerHandler.invoke(StubInvokerHandler.java:171) > at org.cheiron.seven.proxy.BasicInvocationHandler.invokeMethod(BasicInvocationHandler.java:323) > at org.cheiron.seven.proxy.ServiceStubProxyHandler.specializedInvoke(ServiceStubProxyHandler.java:199) > at org.cheiron.seven.proxy.BasicInvocationHandler.invoke(BasicInvocationHandler.java:142) > at com.sun.jini.reggie.$Proxy298.renewServiceLease(Unknown Source) > at com.sun.jini.reggie.ServiceLease.doRenew(ServiceLease.java:98) > at com.sun.jini.lease.AbstractLease.renew(AbstractLease.java:94) > at net.jini.lease.LeaseRenewalManager.renewAll(LeaseRenewalManager.java:1465) > at net.jini.lease.LeaseRenewalManager.access$500(LeaseRenewalManager.java:349) > at net.jini.lease.LeaseRenewalManager$RenewTask.run(LeaseRenewalManager.java:489) > at com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:331) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.