Jill,

In Tomcat 4.0.4, line 436 of AuthenticatorBase is:

<snip>
 ((HttpServletRequest) request.getRequest()).getUserPrincipal();
</snip>

That Error is "Thrown when a particular method cannot be found. " so make
sure your CLASSPATH doesn't contain conflicting JAR files or classes, for
instance, from an older version of Tomcat.

This page
http://java.sun.com/products/servlet/2.1/api/javax.servlet.http.HttpServle
tRequest.html

(damn the line wrap)

seems to indicate that in the 2.1 version of the servlet api,
getUserPrincipal() wasn't a method.

Servlets work fine?

Regards,
Michael


----- Original Message -----
From: "Jill Veronda" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 1:27 PM
Subject: RE: XML parsing error on file /WEB-INF/web.xml


> Can you give me any clues as to the reason behind the Ajp13Processor
error then?
>
> > 2002-08-28 09:36:10 Ajp13Processor[8009][4] process: invoke
> > java.lang.NoSuchMethodError
> > at
> > org.apache.catalina.authenticator.AuthenticatorBase.invoke(Aut
> > henticatorBase.java:436)
>
> as I said, this happens whenever I try to access a jsp page.
>
> -Jill




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

Reply via email to