• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

IllegalStateException in Sessions

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We have a web application deployed on an iPlanet web server v4.1. Sometimes we get IllegalStateExceptions at the method call com.netscape.server.http.session.SimpleSession.getId(). In order to track the issue, we have added println statements to see whether a timeout occurred or not. Following is what we saw for the latest exception :


Current Time : Thu Jun 17 13:16:35 EEST 2004
Session Creation Time : Thu Jun 17 13:16:28 EEST 2004
Session Last Accessed Time : Thu Jun 17 13:16:35 EEST 2004
Session Maximum Inactive Interval Setting : 43200000



So, we deduce that the reason was not a session timeout. Is there any way for a session to cause those IllegalStateExceptions other than timeout and deliberate usage of calls in the application?

Any bit of help is appreciated.

Thanks in advance...
 
It's feeding time! Give me the food you were going to give to this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic