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 77427 invoked from network); 3 Feb 2000 18:00:46 -0000 Received: from talisker.channelpoint.com (208.226.244.33) by 63.211.145.10 with SMTP; 3 Feb 2000 18:00:46 -0000 Received: from earthlink.net (dyn-00-00-002.channelpoint.com [10.96.13.2]) by talisker.channelpoint.com (8.9.1/8.9.1) with ESMTP id LAA13612 for ; Thu, 3 Feb 2000 11:00:45 -0700 (MST) Message-ID: <3899C24B.EE1B0A27@earthlink.net> Date: Thu, 03 Feb 2000 11:00:43 -0700 From: Danno Ferrin X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Re: nightly build scripts (was: IllegalAccessError and Tags) References: <200002031743.LAA18626@chinet.chinet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I don't think it is the same bug. I build tomcat with IBM118 and Sun122 and I have never had this problem myself. If it is the "try {/*nothing*/} catch (Expceiton e) {something()}" bug that used to be an issue with tomcat, but it no longer is. --Danno Rajiv Mordani wrote: > > Well this is a compiler bug that exists in 1.1.x compilers (including > compilers from Symantec, Microsoft, Borland etc) and is a regression in 1.3 ea > (fixed in the next release). > > - Rajiv > > Danno Ferrin wrote: > > More follow-up on this for the build process.... > > > > Where are the tomcat zips being made? After seeing this error on two > > (or more...) different binary releases it leads me to believe that this > > error is being introduced by someting that can be changed and not by > > random occurrence. Is the compiler jikes or the 1.3ea compiler? Is > > there an old xml jar in the extensions? If it happens more than once it > > can be nailed down. > > > > --Danno > > > > Theo wrote: > > > > > > Hi there > > > > > > I can't get the Tag Extensions example to work with none of the builds using > > > windows NT. > > > I've tried to include additional XML jars (e.g. xml4j.jar), jdk1.3, > > > allow-all-policy files. > > > Does it actually work? It seems like the java.lang.IllegalAccessError is > > > caused my a call on a method that does not exists? Below a screen dump of > > > using tomcat.zip (3 Feb 2000) after a call to > > > http://127.0.0.1:8080/examples/jsp/simpletag/foo.jsp from the tag example > > > page. > > > > > > Otherwise, viva Tomcat! > > > Thanks for a good product > > > > > > Theo van Niekerk > > > > > > ---------- > > > > > > Using classpath: > > > .\classes;.\lib\webserver.jar;.\lib\servlet.jar;.\lib\jasper.jar;.\webpages\ > > > WEB-INF\classes\jsp\beans;. > > > \lib\xml.jar;c:\java\jdk1.2.2\lib\tools.jar;.; > > > Automatic addContext( /examples, webapps/examples) > > > Automatic addContext( , webapps/ROOT) > > > Automatic addContext( /test, webapps/test) > > > Context(/examples): webapps/examples > > > Context(/examples): Loading -2147483646 jsp > > > Context(/examples): jsp: init > > > Context(/examples): Loading -2147483646 default > > > Context(/examples): default: init > > > Context(/test): webapps/test > > > Context(/test): Loading -2147483646 jsp > > > Context(/test): jsp: init > > > Context(/test): Loading -2147483646 default > > > Context(/test): default: init > > > Context(): webapps/ROOT > > > Context(): Loading -2147483646 jsp > > > Context(): jsp: init > > > Context(): Loading -2147483646 default > > > Context(): default: 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 > > > 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/TagL > > > ibraryInfoImpl > > > at > > > org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve > > > ntListener.java, Compiled Code) > > > at > > > org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve > > > ntListener.java, Compiled Code) > > > at > > > org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingList > > > ener.java:110) > > > 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:1002) > > > at org.apache.jasper.compiler.Parser.parse(Parser.java:998) > > > at org.apache.jasper.compiler.Compiler.compile(Compiler.java, > > > Compiled Code) > > > at org.apache.jasper.runtime.JspLoader.loadJSP(JspLoader.java:227) > > > at > > > org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspSe > > > rvlet.java:138) > > > at > > > org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja > > > va:149) > > > at > > > org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:256) > > > at org.apache.jasper.runtime.JspServlet.service(JspServlet.java, > > > Compiled Code) > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865) > > > at > > > org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java, > > > Compiled Code) > > > at > > > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:234) > > > at > > > org.apache.tomcat.core.ContextManager.service(ContextManager.java:367) > > > at > > > org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC > > > onnectionHandler.java:144) > > > at > > > org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:305) > > > at java.lang.Thread.run(Thread.java:479) > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > > > -- > UNIX _is_ user friendly, > he's just very picky about who his friends are. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org