Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Error on logout: Session already invalidated

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Error on logout: Session already invalidated


Chronological Thread 
  • From: "Dr. Loris Bennett" <>
  • To: "GW Brown, Information Systems and Computing" <>
  • Cc: Grouper Users Mailing List <>
  • Subject: Re: [grouper-users] Error on logout: Session already invalidated
  • Date: Thu, 12 Mar 2009 11:53:00 +0100
  • Organization: Freie Universität Berlin

Thanks, Gary. That fixed the problem.

Cheers

Loris

On Thu, 2009-03-12 at 10:27 +0000, GW Brown, Information Systems and
Computing wrote:
> Hi Loris,
>
> Wrong order of some code. I'll update CVS, but for now, if you edit
> GrouperCapableAction ~ line 307 and move the 'fixSessionFields' block below
> the 'loggedOut' test (see below), and rebuild, that should stop the error.
>
> Gary
>
> if(Boolean.TRUE.equals(request.getAttribute("loggedOut"))) {
> return forward;
> }
>
> try {
> GrouperHelper.fixSessionFields((Map)session.getAttribute("fieldList"),
>
> getNavResources(request));
> }catch(SchemaException e) {
> LOG.error(e);
> }
>
> --On 12 March 2009 11:09 +0100 "Dr. Loris Bennett"
> <>
> wrote:
>
> > Hi,
> >
> > When I log out of the grouper UI, the following error occurs
> >
> > 2009-03-12 11:00:52,260: [http-130.133.2.116-9080-5] ERROR
> > ErrorFilter.doFilter(145) - java.lang.IllegalStateException:
> > getAttribute: Session already invalidated
> > at
> >
> > org.apache.catalina.session.StandardSession.getAttribute(StandardSession.
> > java:1032) at
> >
> > org.apache.catalina.session.StandardSessionFacade.getAttribute(StandardSe
> > ssionFacade.java:110) at
> >
> > edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction.execute(
> > GrouperCapableAction.java:307)
> > Any ideas?
> >
> > Loris
> >
> > --
> > Dr. Loris Bennett (Mr.)
> > Freie Universität Berlin
> > ZEDAT - Zentraleinrichtung für Datenverarbeitung / Computer Center
> > Compute & Media Service
> > Fabeckstr. 32, Room 221
> > D-14195 Berlin
> > Tel ++49 30 838 51024
> > Fax ++49 30 838 56721
> > Email
> >
> > Web www.zedat.fu-berlin.de
> >
>
>
>
> ----------------------
> GW Brown, Information Systems and Computing
>
--
Dr. Loris Bennett (Mr.)
Freie Universität Berlin
ZEDAT - Zentraleinrichtung für Datenverarbeitung / Computer Center
Compute & Media Service
Fabeckstr. 32, Room 221
D-14195 Berlin
Tel ++49 30 838 51024
Fax ++49 30 838 56721
Email

Web www.zedat.fu-berlin.de




Archive powered by MHonArc 2.6.16.

Top of Page