Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-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 29B1411B7E for ; Mon, 4 Aug 2014 11:51:16 +0000 (UTC) Received: (qmail 14719 invoked by uid 500); 4 Aug 2014 11:51:14 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 14661 invoked by uid 500); 4 Aug 2014 11:51:14 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 14648 invoked by uid 99); 4 Aug 2014 11:51:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 11:51:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jak-struts-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 11:51:11 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XEGmq-0004h7-UF for user@struts.apache.org; Mon, 04 Aug 2014 13:50:47 +0200 Received: from proxy-ash-47.dupont.com ([52.129.8.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Aug 2014 13:50:44 +0200 Received: from saikrishnaadivi by proxy-ash-47.dupont.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Aug 2014 13:50:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@struts.apache.org From: saikrishna Subject: Re: session already invalidate error in Tomact 7.0.22 Date: Mon, 4 Aug 2014 11:50:33 +0000 (UTC) Lines: 63 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 52.129.8.47 (Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36) X-Virus-Checked: Checked by ClamAV on apache.org Lukasz Lenart apache.org> writes: > > Can you post the whole stacktrace? > > 2014-07-22 13:59 GMT+02:00 saikrishna gmail.com>: > > Hi > > > > I am getting the below error,repeatedly.Kindly adivce me on the soulution. > > > > > > 2014-07-17 09:25:37,654 ERROR Dispatcher:38 - Exception occurred during > > processing request: getAttribute: Session already invalidated > > java.lang.IllegalStateException: getAttribute: Session already invalidated > > at > > org.apache.catalina.session.StandardSession.getAttribute(StandardSession.jav a: > > 1178) > > > > > > Application is deployment in Tomcat.Is the tomcat version a reason for this ? > > we don't have any login or logout functionality in our application. > > > > Appreciate your help!! > > > > Thanks > > Saikrishna > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe struts.apache.org > > For additional commands, e-mail: user-help struts.apache.org > > > Hello, Here is the full stacktrace. 2014-08-04 01:39:03,107 ERROR Dispatcher:38 - Exception occurred during processing request: getAttribute: Session already invalidated java.lang.IllegalStateException: getAttribute: Session already invalidated at org.apache.catalina.session.StandardSession.getAttribute(StandardSession.jav a:1178) at org.apache.catalina.session.StandardSessionFacade.getAttribute(StandardSessi onFacade.java:122) at org.apache.struts2.dispatcher.SessionMap.get(SessionMap.java:163) at org.apache.struts2.dispatcher.SessionMap.put(SessionMap.java:181) at com.csc.safespec.presentation.action.BaseActionSupport.initSessionBreadCrumb s(BaseActionSupport.java:164) We dont have any logout functionality in our application.Not sure,why this error is coming. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org