Re: Tomcat Going down Frequently

2010-11-17 Thread Amol Puglia
--- On Tue, 11/16/10, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: Tomcat Going down Frequently To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, November 16, 2010, 4:55 PM Amol Puglia wrote: Hello Andre, Thanks for the updates. I am not using

Re: Tomcat Going down Frequently

2010-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/16/2010 6:24 PM, Pid wrote: On 16/11/2010 21:15, Christopher Schultz wrote: 2. There is no way for a client to check the validity of an HttpSession object before calling getAttribute (or setAttribute for that matter) The HttpSession

Re: Tomcat Going down Frequently

2010-11-16 Thread Pid
/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so Is there anything we have to tune configuration on apache,tomcat or application,please suggest. --- On Mon, 11/15/10, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: Tomcat Going down Frequently

Re: Tomcat Going down Frequently

2010-11-16 Thread André Warnier
Amol Puglia wrote: Hello Pid, Thanks for the updates.It would be great if you could let us know whether the issue is in application server or application. Also we are using apache to load balance tomcat instances using following modules. You most probably are /not/ using all of the

Re: Tomcat Going down Frequently

2010-11-16 Thread Amol Puglia
, 11/16/10, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: Tomcat Going down Frequently To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, November 16, 2010, 2:54 PM Amol Puglia wrote: Hello Pid, Thanks for the updates.It would be great if you

Re: Tomcat Going down Frequently

2010-11-16 Thread André Warnier
Amol Puglia wrote: Hello Andre, Thanks for the updates. I am not using mod_jk , I am using proxy modules for redirecting request from apache to tomcat. Ok, sorry, I confused your post with another one. But anyway, your configuration shows a whole lot of proxy modules, many of which do not

Re: Tomcat Going down Frequently

2010-11-16 Thread André Warnier
/Location ErrorLog /opt/web/apache/app/mxora/logs/error.log /VirtualHost # END port 80 --- On Tue, 11/16/10, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: Tomcat Going down Frequently To: Tomcat Users List users@tomcat.apache.org Date

Re: Tomcat Going down Frequently

2010-11-16 Thread Pid
, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: Tomcat Going down Frequently To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, November 16, 2010, 4:55 PM Amol Puglia wrote: Hello Andre, Thanks for the updates. I am not using mod_jk , I am

Re: Tomcat Going down Frequently

2010-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/16/2010 1:21 PM, André Warnier wrote: WARNING: Exception processing manager org.apache.catalina.session.standardmana...@a20981 background process java.lang.IllegalStateException: getAttributeNames: Session already invalidated

Re: Tomcat Going down Frequently

2010-11-16 Thread Pid
On 16/11/2010 21:15, Christopher Schultz wrote: 2. There is no way for a client to check the validity of an HttpSession object before calling getAttribute (or setAttribute for that matter) The HttpSession interface javadoc says For session that are invalidated or expire, notifications are

Tomcat Going down Frequently

2010-11-15 Thread Amol Puglia
Hello team, Tomcat Server going down frequently with the following messages in the logs. kindly help. body { margin: 0pt; padding: 0pt; }td, div { font-family: Tahoma; font-size: 8pt; vertical-align: top; }body { margin: 0pt; padding: 0pt; }.transcript { background-color: rgb(210, 210, 210);

Re: Tomcat Going down Frequently

2010-11-15 Thread André Warnier
Amol Puglia wrote: Hello team, Tomcat Server going down frequently with the following messages in the logs. kindly help. Hello Amol. If it is not too much of an inconvenience, would you kindly care to let us know which version of Tomcat this is, which JVM, on which platform, and where you

Re: Tomcat Going down Frequently

2010-11-15 Thread Pid
On 15/11/2010 11:35, André Warnier wrote: Amol Puglia wrote: Hello team, Tomcat Server going down frequently with the following messages in the logs. kindly help. Hello Amol. If it is not too much of an inconvenience, would you kindly care to let us know which version of Tomcat this is,

Re: Tomcat Going down Frequently

2010-11-15 Thread Amol Puglia
in case any information is required. --- On Mon, 11/15/10, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: Tomcat Going down Frequently To: Tomcat Users List users@tomcat.apache.org Date: Monday, November 15, 2010, 5:09 PM On 15/11/2010 11:35, André Warnier wrote: Amol Puglia wrote

Re: Tomcat Going down Frequently

2010-11-15 Thread Jim Cox
Is LoginBean.java your code (or code that you control)? You might have to change that code a bit to handle a session that has already been invalidated. On Mon, Nov 15, 2010 at 6:03 AM, Amol Puglia amolcpug...@yahoo.com wrote: Hello team, Tomcat Server going down frequently with the following

Re: Tomcat Going down Frequently

2010-11-15 Thread Pid
On 15/11/2010 11:03, Amol Puglia wrote: at org.apache.catalina.session.StandardSessionFacade.getAttributeNames(StandardSessionFacade.java:120) at com.ericsson.mars.jspbean.LoginBean.logout(LoginBean.java:2366) at

Re: Tomcat Going down Frequently

2010-11-15 Thread Amol Puglia
/mod_proxy_balancer.so Is there anything we have to tune configuration on apache,tomcat or application,please suggest. --- On Mon, 11/15/10, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: Tomcat Going down Frequently To: Tomcat Users List users@tomcat.apache.org Date: Monday