Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 59898 invoked from network); 21 Jan 2000 21:30:26 -0000 Received: from altaras.altasoft.com (204.242.142.33) by 63.211.145.10 with SMTP; 21 Jan 2000 21:30:26 -0000 Received: from davidpeckham (dhcp186.altasoft.com [204.242.142.186]) by altaras.altasoft.com (Netscape Messaging Server 3.6) with SMTP id 351; Fri, 21 Jan 2000 16:37:06 -0500 From: "Dave Peckham" To: Cc: Subject: RE: Custom JSP tag (demo) bug? Date: Fri, 21 Jan 2000 16:26:34 -0500 Message-ID: <003401bf6456$318f1950$ba8ef2cc@cysive.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0035_01BF642C.48B91150" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <200001211759.TAA09373@apollo.decamedia.net> ------=_NextPart_000_0035_01BF642C.48B91150 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit You probably need to build from the latest source at apache.org. The Jakarta FAQ says that there was a mistake in the latest build of the binary distribution. I rebuilt from source and it works for me. Dave ------=_NextPart_000_0035_01BF642C.48B91150 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: attachment Reply-To: From: "Anssi Alaranta" To: Subject: Custom JSP tag (demo) bug? Date: Fri, 21 Jan 2000 16:26:34 -0500 Message-ID: <200001211759.TAA09373@apollo.decamedia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-No-Archive: yes list-help: list-unsubscribe: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 I think there's some kind of bug in Tomcat 3.0 with Apache 1.3.9 in Solaris 7 (SPARC). Here's my Solaris patch level and JDK I'm using with Jakarta. [root@dev /]# uname -a SunOS dev 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-5_10 [root@dev /]# /usr/local/jdk1.2.2/bin/java -version java version "1.2.2" Classic VM (build JDK-1.2.2-001, green threads, sunwjit) [root@dev /]# This what I get when I try to run "http://dev:8080/examples/jsp/simpletag/foo.jsp". Other JSP pages work just fine. [root@dev /usr/local/tomcat]# ./startup.sh Using classpath: ./webserver.jar:./lib/servlet.jar:./lib/jasper.jar:./lib/xml.jar:/usr/local/ jdk1.2.2/bin/../lib/tools.jar [root@dev /usr/local/tomcat]# Tomcat Web Server Version 3.0 Loaded configuration from: file:/usr/local/tomcat/server.xml Configuring web service using "default" Configuring web service using "file:/usr/local/tomcat/examples/WEB-INF/web.xml" default: init jsp: init Configuring web service using "default" Configuring web service using "file:/usr/local/tomcat/webpages/WEB-INF/web.xml" default: init jsp: init Starting tcp endpoint on 8080 with org.apache.tomcat.service.http.HttpConnectionHandler Starting tcp endpoint on 8007 with org.apache.tomcat.service.connector.Ajp12ConnectionHandler [root@dev /usr/local/tomcat]# Unhandled error! You might want to consider having an error page to report such errors more gracefully java.lang.IllegalAccessError: try to access class com/sun/xml/tree/ParentNode from class org/apache/jasper/compiler/TagLibraryInfoImpl at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve ntListener.java, Compiled Code) at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList ener.java, Compiled Code) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java, Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code) at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code) at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled Code) at org.apache.jasper.runtime.JspLoader.loadJSP(JspLoader.java, Compiled Code) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspSe rvlet.java, Compiled Code) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja va, Compiled Code) at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java, Compiled Code) at org.apache.jasper.runtime.JspServlet.service(JspServlet.java, Compiled Code) at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code) at org.apache.tomcat.core.ServiceInvocationHandler.method(ServletWrapper.java, Compiled Code) at org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java, Compiled Code) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code) at org.apache.tomcat.core.Context.handleRequest(Context.java, Compiled Code) at org.apache.tomcat.core.ContextManager.service(ContextManager.java, Compiled Code) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC onnectionHandler.java, Compiled Code) at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java, Compiled Code) at java.lang.Thread.run(Thread.java, Compiled Code) -- Anssi Alaranta aa@decamedia.net --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org ------=_NextPart_000_0035_01BF642C.48B91150--