Look at the com.beganto.listeners.SessionListener class.
In the sessionDestroyed() method, check for a call to
Session.getAttribute().
This is not allowed here because the session has been invalidated.

If you are interested in Session attributes, perhaps you should be using an
HttpSessionAttributeListener or an HttpSessionBindingListener

HTH
        Andy

-----Original Message-----
From: Raja Balasubramanian [mailto:[EMAIL PROTECTED] 
Sent: 09 December 2003 16:08
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: [jk_ajp_common.c (970)]: ERROR sending data to client. Connectio n
aborted or network problems
Importance: High


Hi Guys,
 
I am getting following error could you pls advice me what could be the
reason and it could be resolved.
 
in mod_jk.log file, 
 
[Tue Jun 24 16:20:05 2003]  [jk_ajp_common.c (970)]: ERROR sending data to
client. Connection aborted or network problems
 
localhost_log.2003-12-09
 
2003-12-09 15:20:41 StandardManager[] Session event listener threw exception
java.lang.IllegalStateException: getAttribute: Session already invalidated
 at
org.apache.catalina.session.StandardSession.getAttribute(StandardSession.jav
a:900)
 at
org.apache.catalina.session.StandardSessionFacade.getAttribute(StandardSessi
onFacade.java:171)
 at
com.beganto.listeners.SessionListener.sessionDestroyed(SessionListener.java:
41)
 at
org.apache.catalina.session.StandardSession.expire(StandardSession.java:617)
 at
org.apache.catalina.session.StandardManager.processExpires(StandardManager.j
ava:755)
 at
org.apache.catalina.session.StandardManager.run(StandardManager.java:832)
 at java.lang.Thread.run(Thread.java:484)
 
Thanks in advance!
 
Raja
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to