Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 40278 invoked from network); 1 Sep 2005 23:52:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2005 23:52:22 -0000 Received: (qmail 31539 invoked by uid 500); 1 Sep 2005 23:52:16 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 31496 invoked by uid 500); 1 Sep 2005 23:52:15 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31483 invoked by uid 99); 1 Sep 2005 23:52:14 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 16:52:13 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 5BA0EE0; Fri, 2 Sep 2005 01:52:12 +0200 (CEST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 36469] New: - Jasper unable to compile struts tags (but it seems spuradic) X-Bugzilla-Reason: AssignedTo Message-Id: <20050901235212.5BA0EE0@ajax.apache.org> Date: Fri, 2 Sep 2005 01:52:12 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=36469 Summary: Jasper unable to compile struts tags (but it seems spuradic) Product: Tomcat 5 Version: 5.5.9 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: cbrak1@hotmail.com Jasper error: ------------------------------------------------------------------------------ 18:38:46,640 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: The method _jspx_meth_template_put_0(JspTag, PageContext) in the type whoson_jsp is not applicable for the arguments (InsertTag, PageContext) Generated servlet error: The method _jspx_meth_template_put_1(JspTag, PageContext) in the type whoson_jsp is not applicable for the arguments (InsertTag, PageContext) Generated servlet error: The method _jspx_meth_template_put_2(JspTag, PageContext) in the type whoson_jsp is not applicable for the arguments (InsertTag, PageContext) at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErro rHandler.java:84) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher .java:328) at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java :397) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:288) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext .java:556) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:293) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3 14) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) -------------------------------------------------------------------------------- code: ################################################################################ <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %> ################################################################################ I have to assume this is a class loading issue, but I am just not sure. What I am unable to figure out is if I call another page that looks the same with different content attributes, it works fine. This bug (if it is a bug) seems spuradic...not spuradic in that if I call whoson.jsp and the exception is thrown one time, it won't be thrown on a different call to whoson.jsp, but rather the fact that calling whoson.jsp throws the exception whereas profile.jsp (exact duplicate in terms of tags) does not. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org