Re: Exception in localhost file

2010-01-13 Thread Mohit Anchlia
Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/java Server version: Apache Tomcat/6.0.18 Server built: Jul 22 2008 02:00:36 Server number: 6.0.18.0 OS Name:Linux OS Version:

Re: Exception in localhost file

2010-01-13 Thread Konstantin Kolinko
I have asked already: what is your Tomcat version and your Java version? If you do not know, please run "catalina.sh version" org.apache.juli.FileHandler uses java.util.logging.SimpleFormatter by default, and you should look in your JDK sources to see how that class is implemented. As of 6u16 it

Re: Exception in localhost file

2010-01-13 Thread Mohit Anchlia
I am looking at file in "vi" and don't see stack trace On Wed, Jan 13, 2010 at 11:02 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mohit, > > On 1/11/2010 9:10 PM, Mohit Anchlia wrote: >> I am seeing following exception in localhost file with no stack trace.

Re: Exception in localhost file

2010-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 1/11/2010 9:10 PM, Mohit Anchlia wrote: > I am seeing following exception in localhost file with no stack trace. [snip] > Jan 11, 2010 4:12:57 PM org.apache.catalina.core.StandardWrapperValve invoke > SEVERE: Servlet.service() for servlet

Re: Exception in localhost file

2010-01-12 Thread Mohit Anchlia
-Original Message- > From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Sent: Tuesday, January 12, 2010 9:58 AM > To: Tomcat Users List > Subject: Re: Exception in localhost file > > There seems to be no code. This is logging properties. I am not sure > why the exce

RE: Exception in localhost file

2010-01-12 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Subject: Re: Exception in localhost file > > There seems to be no code. Obviously a false statement. You need to find the code for SwchServlet (it's not part of Tomcat) and determine why it is throwing (and possibly

RE: Exception in localhost file

2010-01-12 Thread Joseph Morgan
This isn't a Tomcat issue at all, just code in SwchServlet behaving badly or getting unexpected data. -Original Message- From: Mohit Anchlia [mailto:mohitanch...@gmail.com] Sent: Tuesday, January 12, 2010 9:58 AM To: Tomcat Users List Subject: Re: Exception in localhost file

Re: Exception in localhost file

2010-01-12 Thread Mohit Anchlia
There seems to be no code. This is logging properties. I am not sure why the exception is not getting logged. I do have application specific log4j.xml but that's only for application logs that is working fine. #org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO org.apache.c

RE: Exception in localhost file

2010-01-12 Thread Joseph Morgan
>> Jan 11, 2010 4:12:57 PM org.apache.catalina.core.StandardWrapperValve invoke >> SEVERE: Servlet.service() for servlet SwchServlet threw exception >> java.lang.ArrayIndexOutOfBoundsException >> There is no clue as to why this might be happening. False, that IS the clue. SwchServlet code is usi

Re: Exception in localhost file

2010-01-11 Thread Konstantin Kolinko
2010/1/12 Mohit Anchlia : > tomcat 6: > > I am seeing following exception in localhost file with no stack trace. > There is no clue as to why this might be happening. How do I get the > full stack trace to narrow down the problem? We also have our > application log where our application specific ex