Bill Barker wrote:

The APR connector is still a bit buggy in 5.5.12. I suggest either upgrading to 5.5.15, or disabling the APR connector.


I don't know the TC source, but the stacktrace appears to show that the bug is within the Catalina code--this has happened to someone else[1] with a JAR file. If 5.5.15 doesn't fix the problem, I would look at the "checkSendfile()" below which appears to be calling this non-existent method.

Glen

[1] http://forum.java.sun.com/thread.jspa?threadID=681043&messageID=3970179


"Dola Woolfe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Hi,

I have a file sound.wav sitting alongside my .jsp
files and when I point the browser to that file, I get
the error below. This has just started happening - I
don't know what I changed. Previously, it would just
serve up the file. In any case, here's the error:

type Exception report

message

description The server encountered an internal error
() that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution
threw an exception


root cause

java.lang.NoSuchMethodError:
org.apache.naming.resources.ResourceAttributes.getCanonicalPath()Ljava/lang/String;

org.apache.catalina.servlets.DefaultServlet.checkSendfile(DefaultServlet.java:1521)

org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServlet.java:839)

org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java:348)

javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


note The full stack trace of the root cause is
available in the Apache Tomcat/5.5.12 logs.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com





---------------------------------------------------------------------
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]

Reply via email to