I have emailed the list administrator.

Here is the complete stack trace:

ERROR[cessor24]: framework.web.servlet.DispatcherServlet 11485  -
Could not complete request
javax.servlet.ServletException: javax/servlet/jsp/tagext/TagLibraryValidator
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
        at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
        at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
        at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
        at 
org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:97)
        at 
org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
        at 
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:928)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:705)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)
        at 
org.springframework.web.servlet.FrameworkServlet.serviceWrapper(FrameworkServlet.java:386)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:346)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Unknown Source)


On 16/07/05, Christoph Kutzinski <[EMAIL PROTECTED]> wrote:
> I get these responses, too. I wonder if someone has already informed a
> list administrator about this.
> 
> Regarding your original question:
> I've no clues so far, but you should post the complete stacktrace of the
> exception. Maybe the source of the error will get clearer then.
> 
> 
> Christoph
> 
> John Pedersen wrote:
> > Sorry - I should have checked the list. But I just got a response
> > telling me that the email I sent to the list was undeliverable...
> >
> > John
> >
> > On 16/07/05, Christoph Kutzinski <[EMAIL PROTECTED]> wrote:
> >
> >>Your message was not bounced, I already got the first one (then the
> >>second and then this one).
> >>Please check the list before reposting.
> >>
> >>John Pedersen wrote:
> >>
> >>>Bounced twice...
> >>>
> >>>---------- Forwarded message ----------
> >>>From: John Pedersen <[EMAIL PROTECTED]>
> >>>Date: 16-Jul-2005 08:03
> >>>Subject: ServletException: javax/servlet/jsp/tagext/TagLibraryValidator
> >>>To: [email protected]
> >>>
> >>>
> >>>Hi,
> >>>
> >>>I had an app that was working - then I upgraded to Tomcat 5.5.9, and Java 
> >>>1.5.
> >>>
> >>>Now I get a javax.servlet.ServletException:
> >>>javax/servlet/jsp/tagext/TagLibraryValidator when I try to start the
> >>>app. I have followed all the google links for this problem and trawled
> >>>through the docs - I'm stuck!
> >>>
> >>>I use one page to declare my taglibs, and this is included in all the
> >>>other pages:
> >>>
> >>><%@ taglib prefix="spring" uri="http://www.springframework.org/tags"; %>
> >>><%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
> >>>
> >>>If I delete the second line, the app starts fine, although of course
> >>>all the c: tags aren't evaluated. So it seems that the problem is only
> >>>associated with the standard tags.
> >>>
> >>>Here is what I have at the top of my web.xml (I have tried variations!):
> >>>
> >>><!DOCTYPE web-app PUBLIC
> >>>       "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> >>>       "http://java.sun.com/dtd/web-app_2_3.dtd";>
> >>>
> >>><web-app>
> >>>...
> >>>
> >>>Here are the jar files I have in web-app\myApp\lib:
> >>>
> >>>activation.jar
> >>>commons-collections.jar
> >>>commons-dbcp.jar
> >>>commons-fileupload.jar
> >>>commons-logging.jar
> >>>commons-pool.jar
> >>>cos.jar
> >>>itext-1.1.4.jar
> >>>jstl.jar
> >>>junit.jar
> >>>log4j-1.2.9.jar
> >>>mail.jar
> >>>mysql-connector-java-3.1.8-bin.jar
> >>>spring.jar
> >>>standard.jar
> >>>swissEph.jar
> >>>
> >>>and the jar files I have in {tomcat-home}\common\lib:
> >>>
> >>>commons-el.jar
> >>>jasper-compiler-jdt.jar
> >>>jasper-compiler.jar
> >>>jasper-runtime.jar
> >>>jsp-api.jar
> >>>naming-factory-dbcp.jar
> >>>naming-factory.jar
> >>>naming-resources.jar
> >>>servlet-api.jar
> >>>
> >>>Inside the standard jar, in c.tld:
> >>>
> >>><description>JSTL 1.1 core library</description>
> >>> <display-name>JSTL core</display-name>
> >>> <tlib-version>1.1</tlib-version>
> >>> <short-name>c</short-name>
> >>> <uri>http://java.sun.com/jsp/jstl/core</uri>
> >>>
> >>>...
> >>>
> >>>If anyone can help me solve this one, I'll be very relieved,
> >>>
> >>>Thanks,
> >>>
> >>>John Pedersen
> >>>
> >>>---------------------------------------------------------------------
> >>>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]
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > 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]
> 
>

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

Reply via email to