Return-Path: Delivered-To: apmail-beehive-user-archive@www.apache.org Received: (qmail 91052 invoked from network); 27 Mar 2007 20:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 20:25:46 -0000 Received: (qmail 47786 invoked by uid 500); 27 Mar 2007 20:25:52 -0000 Delivered-To: apmail-beehive-user-archive@beehive.apache.org Received: (qmail 47774 invoked by uid 500); 27 Mar 2007 20:25:52 -0000 Mailing-List: contact user-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list user@beehive.apache.org Delivered-To: moderator for user@beehive.apache.org Received: (qmail 38293 invoked by uid 99); 27 Mar 2007 17:30:08 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) X-IronPort-AV: i="4.14,335,1170651600"; d="scan'208,217"; a="21691975:sNHT61370523" Message-ID: <10383CE5775F044EA3EE2F3A5DC2CC9113FF28@JNJUSPIGMS01.na.jnj.com> From: "Kunnath, Radjhakrishnan [HCSUS Non-J&J]" To: Carlin Rogers Cc: user@beehive.apache.org Subject: RE: NullPointerException on Controls Date: Tue, 27 Mar 2007 11:28:37 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2658.3) content-class: urn:content-classes:message x-mimeole: Produced By Microsoft Exchange V6.5 x-originalarrivaltime: 27 Mar 2007 15:28:37.0396 (UTC) FILETIME=[96F4AD40:01C77084] Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C77084.970572DB" X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C77084.970572DB Content-Type: text/plain; charset="utf-8" We were able to reproduce the NPE. The users click a link and they do not wait for the response to be completed. They click another link and then they go back to the same first link and click again. This produces the NPE. Any thoughts ? -RK -----Original Message----- From: Carlin Rogers [mailto:carlin.rogers@gmail.com] Sent: Thursday, March 22, 2007 6:26 PM To: Kunnath, Radjhakrishnan [HCSUS Non-J&J] Cc: user@beehive.apache.org Subject: Re: NullPointerException on Controls Forgot to copy the user list... On 3/22/07, Carlin Rogers wrote: > It would be great to get a consistent reproduction. My first guess > would be that somehow the session is being invalidated before the call > to the control in the action. PageFlowController implements > HttpSessionBindingListener so that it gets a valueUnbound() event from > the container when a session is being invalidated. This allows the > page flow controller class to clean up any resources, including > controls. > > Another thought would be an issue with inheritance that was recently > fixed in 1.0.2. > Are you using inheritance for your page flows? If so, do any of the > base class page flow controllers contain controls? See... > > http://issues.apache.org/jira/browse/BEEHIVE-1060 > > Carlin > > On 3/22/07, Kunnath, Radjhakrishnan [HCSUS Non-J&J] > wrote: > > > > > > > > Carlin, > > > > Thanks for your response. Before I answer your questions, this is the > > environment we are using > > 1. IDE is workshop for weblogic > > 2. Beehive framework ver is 1.0 > > 3. weblogic server 9.2 deployed in Unix box. > > > > Answers to you question: > > > > > > 1. No. we do not have any other exception before this exception. > > 2. We tested it manually. We did not use any s/w. I assume the user > > sessions will be unique. > > 3. Session invalidation is done during the log off process. > > 4. In this case, the ViewController calls a page which as a iframe and > > the webpage with in the iframe uses their own Page flow controllers. In some > > cases calls to controls are made and in some other cases it is not. > > > > The log trace I sent is just one instance of it. There are multiple > > instances of calls to controls, especially, JDBC controls and Control > > implementation , throws NPE sporadically and cannot be reproduced > > consistently. > > > > Any help would be really appreciated. > > > > Thanks, > > RK > > > > > > > > > ------_=_NextPart_001_01C77084.970572DB--