• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Waiting for Session Check-Out
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Waiting for Session Check-Out


  • Subject: Re: Waiting for Session Check-Out
  • From: Andrew Lindesay <email@hidden>
  • Date: Tue, 2 Dec 2008 12:38:13 +1300

Hello Mike;

I guess that's only really possible through a slip-up in the top-level exception handling... hmmm... thanks.

cheers.

Does anybody know what the monitor object for this synchronised- block might be for?

[1] java.lang.Object.wait (native method)
[2] java.lang.Object.wait (Object.java:474)
[3] com.webobjects.appserver.WOSessionStore.checkOutSessionWithID (WOSessionStore.java:191)
It means a session didn't get checked back in properly at some point ... The monitor is blocking on the TimeoutEntry to see if the session has timed out, but checking out a session increments a counter on that, so it basically waits until the counter goes back down to zero before it can claim the session.

___ Andrew Lindesay www.lindesay.co.nz

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Waiting for Session Check-Out
      • From: Chuck Hill <email@hidden>
References: 
 >Waiting for Session Check-Out (From: Andrew Lindesay <email@hidden>)
 >Re: Waiting for Session Check-Out (From: Mike Schrag <email@hidden>)

  • Prev by Date: Re: Localization problem, hello world too
  • Next by Date: Re: Chuck officially wins
  • Previous by thread: Re: Waiting for Session Check-Out
  • Next by thread: Re: Waiting for Session Check-Out
  • Index(es):
    • Date
    • Thread