Re: log4j error in jsp?

2003-10-24 Thread Rishikesh Tembe
Tomcat 4.1.27

I can find log4j in my classpath.. I have placed it in the WEB-INF/lib
folder.
calls to the logger work fine from within my java classes..

I'll search Bugzilla..

-Rishi.

On Fri, 24 Oct 2003 18:02:29 -0500, "Jacob Kjome" <[EMAIL PROTECTED]> said:
> At 02:52 PM 10/24/2003 -0800, you wrote:
> >nopes.. I have been careful to not use the Category class.
> >also, I do have the jar file in the classpath.
> >
> >moreover, this is not a consistently reproducible error.. some users get
> >it, while others dont!
> >
> >-Rishi
> 
> Looks like an exception happening in the container.  Tomcat uses 
> commons-logging which uses Log4j if it finds it in the classpath.  What 
> version of Tomcat are you using?  Can you find Log4j in your 
> classpath?  You might want to search Apache's Bugzilla system for a
> similar 
> bug ( http://issues.apache.org/bugzilla/ ).
> 
> Jake
> 

ciao,
Rishi
-
"Let's think the unthinkable, let's do the undoable, let's prepare to
grapple with the ineffable itself... And see if we may not eff it after
all."

-- 
http://www.fastmail.fm - I mean, what is it about a decent email service?

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



Re: log4j error in jsp?

2003-10-24 Thread Jacob Kjome
At 02:52 PM 10/24/2003 -0800, you wrote:
nopes.. I have been careful to not use the Category class.
also, I do have the jar file in the classpath.
moreover, this is not a consistently reproducible error.. some users get
it, while others dont!
-Rishi
Looks like an exception happening in the container.  Tomcat uses 
commons-logging which uses Log4j if it finds it in the classpath.  What 
version of Tomcat are you using?  Can you find Log4j in your 
classpath?  You might want to search Apache's Bugzilla system for a similar 
bug ( http://issues.apache.org/bugzilla/ ).

Jake

On Fri, 24 Oct 2003 17:59:49 -0400, "Christopher Schultz"
<[EMAIL PROTECTED]> said:
> Rishikesh,
>
> > Can anyone shed some light as to why I get the following error when I try
> > to access the JSP..
> >
> > It seems to be a log4j related exception. But why should I get it when I
> > dont have any logging in the jsp?
>
> Maybe you are importing the Category class, though not using it, and you
> don't have log4j available to this app.
>
> -chris
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
ciao,
Rishi
-
"Let's think the unthinkable, let's do the undoable, let's prepare to
grapple with the ineffable itself... And see if we may not eff it after
all."
--
http://www.fastmail.fm - Choose from over 50 domains or use your own
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


Re: log4j error in jsp?

2003-10-24 Thread Rishikesh Tembe
nopes.. I have been careful to not use the Category class.
also, I do have the jar file in the classpath.

moreover, this is not a consistently reproducible error.. some users get
it, while others dont!

-Rishi

On Fri, 24 Oct 2003 17:59:49 -0400, "Christopher Schultz"
<[EMAIL PROTECTED]> said:
> Rishikesh,
> 
> > Can anyone shed some light as to why I get the following error when I try
> > to access the JSP..
> > 
> > It seems to be a log4j related exception. But why should I get it when I
> > dont have any logging in the jsp?
> 
> Maybe you are importing the Category class, though not using it, and you 
> don't have log4j available to this app.
> 
> -chris
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
ciao,
Rishi
-
"Let's think the unthinkable, let's do the undoable, let's prepare to
grapple with the ineffable itself... And see if we may not eff it after
all."

-- 
http://www.fastmail.fm - Choose from over 50 domains or use your own

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



Re: log4j error in jsp?

2003-10-24 Thread Christopher Schultz
Rishikesh,

Can anyone shed some light as to why I get the following error when I try
to access the JSP..
It seems to be a log4j related exception. But why should I get it when I
dont have any logging in the jsp?
Maybe you are importing the Category class, though not using it, and you 
don't have log4j available to this app.

-chris



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


log4j error in jsp?

2003-10-24 Thread Rishikesh Tembe
Hi, 

Can anyone shed some light as to why I get the following error when I try
to access the JSP..

javax.servlet.ServletException: org/apache/log4j/Category at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
at
org.apache.jsp.create_0002dreader_jsp._jspService(create_0002dreader_jsp.java:195)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina……….

It seems to be a log4j related exception. But why should I get it when I
dont have any logging in the jsp?

thanks,
Rishi
ciao,
Rishi
-
"Let's think the unthinkable, let's do the undoable, let's prepare to
grapple with the ineffable itself... And see if we may not eff it after
all."

-- 
http://www.fastmail.fm - mmm... Fastmail...

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