Odd Exception at Startup

2002-10-09 Thread Chuck Carson
I am getting the following exception at startup, however, the server starts and appears to function correctly: [INFO] Registry - -Loading registry information [INFO] Registry - -Creating new Registry instance [INFO] Registry - -Creating MBeanServer [INFO] Http11Protocol - -Initializing Coyote

Re: Odd Exception at Startup

2002-10-09 Thread Craig R. McClanahan
On Wed, 9 Oct 2002, Chuck Carson wrote: Date: Wed, 9 Oct 2002 08:54:52 -0700 From: Chuck Carson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Odd Exception at Startup I am getting the following exception at startup

RE: Odd Exception at Startup

2002-10-09 Thread Chuck Carson
Ahhh. Cool thanks. -Chuck -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 9:14 AM To: Tomcat Users List Subject: Re: Odd Exception at Startup On Wed, 9 Oct 2002, Chuck Carson wrote: Date: Wed, 9 Oct 2002 08

Odd exception

2001-10-04 Thread Brian Richards
2001-10-04 02:45:40 - Ctx() : Exception in R( + /index.jsp + null) - java.lang.NullPointerException at java.io.Writer.write(Writer.java:129) at org.apache.tomcat.modules.loggers.AccessLogInterceptor.beforeCommit(AccessLo gInterceptor.java:241) at

Re: Odd exception

2001-10-04 Thread Byju P.Nair
I have been facing similar problems with tomacat3.2. I have an application whose jsp and html are in in a context say test. These pages send requests to servlets with URL's like /servlet/servletname (notice that it doesn't have a context name preceding the URL

Re: Odd exception

2001-10-04 Thread Manu KY
Hi, please paste the offending code. Manu 2001-10-04 02:45:40 - Ctx() : Exception in R( + /index.jsp + null) - java.lang.NullPointerException at java.io.Writer.write(Writer.java:129) at org.apache.tomcat.modules.loggers.AccessLogInterceptor.beforeCommit(AccessLo gInterceptor.java:241) at

Re: Odd exception

2001-10-04 Thread Brian Richards
/table /center /body /html / end index.jsp ***/ - Original Message - From: Manu KY [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 3:17 AM Subject: Re: Odd exception Hi, please paste the offending code. Manu 2001-10-04 02:45:40