Getting the following error message:

  | HTTP Status 408 - The time allowed for the login process has been exceeded. 
If you wish to continue you must either click back twice and re-click the link 
you requested or close and re-open your browser
  | 
  | 
--------------------------------------------------------------------------------
  | 
  | type Status report
  | 
  | message The time allowed for the login process has been exceeded. If you 
wish to continue you must either click back twice and re-click the link you 
requested or close and re-open your browser
  | 
  | description The client did not produce a request within the time that the 
server was prepared to wait (The time allowed for the login process has been 
exceeded. If you wish to continue you must either click back twice and re-click 
the link you requested or close and re-open your browser).
  | 
  | 
  | 
--------------------------------------------------------------------------------
  | 
  | Apache Tomcat/5.0.28
  | 

After some degree of investigation, I found that it happens in the following 
scenario:

1 - Browser loads login page
2 - Restart server
3 - After server settles down, use the existing login page (from step 1) - type 
in user credentials and submit

Based on observation, the jsessionid sent back on step 1 -- is already invalid 
by step 3 -- and is thus sending the http 408 error.

I tried simulating it by manually connecting to port 80 and sending an invalid 
jsessionid -- and indeed I get the error.  On the other hand, if I send a valid 
jsessionid (one that was just generated) -- it works.

Is this some kind of configuration error?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859127#3859127

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859127


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to