RE: java.lang.IllegalStateException: Session is invalid at jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:379)

2004-01-09 Thread Bryan F. Hogan
You know it may be. I do have that checked. I'll uncheck it and see if I
get the errors again. When they popup mysteriously.

 
Thanks

-Original Message-
From: Ubqtous [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 09, 2004 11:06 AM
To: CF-Talk
Subject: Re: java.lang.IllegalStateException: Session is invalid at
jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:3
79)

I was getting a similar error ("session is invalid") on an MX6.1/Linux
server. The only thing that made it go away was disabling "Use J2EE
session variables" in CF Administrator. I have no idea if that's the
actual cause or just a coincidence, but I haven't seen the error
since.

~ Ubqtous ~
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: java.lang.IllegalStateException: Session is invalid at jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:379)

2004-01-09 Thread Ubqtous
Bryan,

On 1/9/2004 at 10:53, you wrote:

BFH> There is no explanation in the scopes about
BFH> why. Just that the IllegalStateException exception was returned as far
BFH> as I can tell.

I was getting a similar error ("session is invalid") on an MX6.1/Linux
server. The only thing that made it go away was disabling "Use J2EE
session variables" in CF Administrator. I have no idea if that's the
actual cause or just a coincidence, but I haven't seen the error
since.

~ Ubqtous ~
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: java.lang.IllegalStateException: Session is invalid at jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:379)

2004-01-09 Thread Bryan F. Hogan
I haven't added the try/catch around the cfapplication tag. But my error
reporting has all of this information already. All I know is the the
checkSessionValidity() should have a try/catch around it if possible.
Everything else is fine. There is no explanation in the scopes about
why. Just that the IllegalStateException exception was returned as far
as I can tell.

-Original Message-
From: Nathan Strutz [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 09, 2004 10:49 AM
To: CF-Talk
Subject: RE: java.lang.IllegalStateException: Session is invalid at
jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:3
79)

You can put a try/catch around your cfapplication tag. There's a good
chance
it will pick up these error conditions, then send yourself an html email
with cfdumps of #session#, #variables# and
#getpagecontext().getcfscopes()#
to find out what's going on.

-nathan strutz
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: java.lang.IllegalStateException: Session is invalid at jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:379)

2004-01-09 Thread Nathan Strutz
You can put a try/catch around your cfapplication tag. There's a good chance
it will pick up these error conditions, then send yourself an html email
with cfdumps of #session#, #variables# and #getpagecontext().getcfscopes()#
to find out what's going on.

-nathan strutz

  -Original Message-
  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
  Sent: Friday, January 09, 2004 7:21 AM
  To: CF-Talk
  Subject: java.lang.IllegalStateException: Session is invalid at
jrun.servlet.session.JRunSession.checkSessionValidity(JRunSession.java:379)

  I know very little about Java but can't this function have a try/catch
  block and if invalid just recreate the session? I'm getting "Session is
  invalid null" errors.

  The tagcontext is the application tag on line 5. Here is a copy of it.

  
  clientmanagement="yes"
  sessionmanagement="yes"
  setclientcookies="yes"
  setdomaincookies="no"
  sessiontimeout="#createTimeSpan(0,0,60,0)#"
  applicationtimeout="#createTimeSpan(0,0,60,0)#"
  loginstorage="session">

  Anyone know how to correct the problem?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]