Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 89174 invoked from network); 14 Jun 2004 17:08:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jun 2004 17:08:04 -0000 Received: (qmail 3288 invoked by uid 500); 14 Jun 2004 17:07:48 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 3265 invoked by uid 500); 14 Jun 2004 17:07:47 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3102 invoked by uid 99); 14 Jun 2004 17:07:46 -0000 Received: from [81.174.253.36] (HELO SON-BFS-SVR2.streamon.local) (81.174.253.36) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 14 Jun 2004 10:07:46 -0700 Subject: RE: Can someone explain this? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 14 Jun 2004 18:06:15 +0100 Content-Transfer-Encoding: quoted-printable Message-ID: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Can someone explain this? Thread-Index: AcRSKnMLb9hMgLoZTc+8kYWhiWe0OAABnJcg From: "Stephen Reilly" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Brent, Sounds like your Jar is in the right place, so it must be that you need to do an <%@ page import=3D"" %> for the JspXslt at the top of your = page. The error is definitely the java compiler not finding the JspXslt class, and not an XSLT error. Stephen -----Original Message----- From: Worley Brent - bworle [mailto:Brent.Worley@acxiom.com]=20 Sent: 14 June 2004 17:09 To: 'Tomcat Users List' Subject: RE: Can someone explain this? The Xslt is in my application directory WEB-INF/lib/Xslt.jar. According to everything I've read this is in the path and should be picked up. -----Original Message----- From: Stephen Reilly [mailto:stephen@streamon.net] Sent: Monday, June 14, 2004 10:07 AM To: Tomcat Users List Subject: RE: Can someone explain this? Brent, I'm quite a newbie with Tomcat, but this looks like a Java compilation error. I assume that the XSLT parser is not a standard part of the Tomcat Distro, so have you put the JAR file containing it into the $CATALINA_BASE/common/lib directory? You might also have to import the required classes on your page. I haven't used tag libs yet so I am not 100% on this point. Hope this helps, Stephen -----Original Message----- From: Worley Brent - bworle [mailto:Brent.Worley@acxiom.com]=20 Sent: 14 June 2004 14:48 To: 'Tomcat Users List' Subject: Can someone explain this? Can someone explain this error to me? Am I using an older standard for XSLT? Here is the line that is pointed to in the .jsp file: " Thanks, Brent --------------------------- org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 55 in the jsp file: /search.jsp Generated servlet error: [javac] Compiling 1 source file /usr/local/jakarta-tomcat-5.0.24/work/Catalina/localhost/SIT/org/apache/ jsp/ search_jsp.java:295: cannot resolve symbol symbol : class JspXslt=20 location: class org.apache.jsp.search_jsp JspXslt _jspx_th_acx_xslt_0 =3D (JspXslt) _jspx_tagPool_acx_xslt_xslt_xml.get(JspXslt.class); ^ An error occurred at line: 55 in the jsp file: /search.jsp Generated servlet error: /usr/local/jakarta-tomcat-5.0.24/work/Catalina/localhost/SIT/org/apache/ jsp/ search_jsp.java:295: cannot resolve symbol symbol : class JspXslt=20 location: class org.apache.jsp.search_jsp JspXslt _jspx_th_acx_xslt_0 =3D (JspXslt) _jspx_tagPool_acx_xslt_xslt_xml.get(JspXslt.class); ^ An error occurred at line: 55 in the jsp file: /search.jsp Generated servlet error: /usr/local/jakarta-tomcat-5.0.24/work/Catalina/localhost/SIT/org/apache/ jsp/ search_jsp.java:295: cannot resolve symbol symbol : class JspXslt=20 location: class org.apache.jsp.search_jsp JspXslt _jspx_th_acx_xslt_0 =3D (JspXslt) _jspx_tagPool_acx_xslt_xslt_xml.get(JspXslt.class); =20 ^ Note: /usr/local/jakarta-tomcat-5.0.24/work/Catalina/localhost/SIT/org/apache/ jsp/ search_jsp.java uses or overrides a deprecated API. Note: Recompile with -deprecation for details. 3 errors at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHa ndle r.java:83) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.ja va:3 06) at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:398) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:441) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:422) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja va:5 07) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:2 74) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica tion FilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt erCh ain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv e.ja va:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo ntex t.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5 20) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon text Valve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv e.ja va:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo ntex t.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5 20) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java :137 ) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo ntex t.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java :117 ) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo ntex t.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5 20) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve. java :109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo ntex t.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5 20) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:79 3) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC onne ction(Http11Protocol.java:702) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:57 1) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .jav a:644) at java.lang.Thread.run(Thread.java:534) ********************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination,=20 distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org