• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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...
reply
    Bookmark Topic Watch Topic
  • New Topic