This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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...
 
What's that smell? Hey, sniff 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