Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17134 invoked from network); 16 Jan 2010 01:52:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2010 01:52:19 -0000 Received: (qmail 54724 invoked by uid 500); 16 Jan 2010 01:52:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 54625 invoked by uid 500); 16 Jan 2010 01:52:18 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 54617 invoked by uid 99); 16 Jan 2010 01:52:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 01:52:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xhhsld@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jan 2010 01:52:12 +0000 Received: by qw-out-2122.google.com with SMTP id 8so289727qwh.25 for ; Fri, 15 Jan 2010 17:51:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=LkYUN8rAXtAvKtjGylt3lPohOjqMX80bqawJsB4cdlw=; b=cshsAbJCL0iKm2uDSAjbonCEHMV7zruhgpmX8AiBI3Y3BQMFZjDpk9CiPDK3VHdGGn b7SRC8eLPuxOGDcd3BJEvnDlvY2i1j6d8GjeuXmUZXXRIyqCN0zlRnbqQgY0asyCA9TS EyZa+4t25MnE28MPVMNcRuWtKIXtGSccU9/Pk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=T2KpateG8fonMKl3DfnOm8oe2pKu1bHm4k1yoTKeD73td5OsWaUkEpYbL9OCj9tDOz ObMUUIM8Z9TnXntRAl0cSWqaDJCTccetBW54c9jq087cfff4T/phi0l8+X7Wh1tfXdiO kzti96JwmK3oQdcwEa17Y3Jb03JS+tDYlkjPo= MIME-Version: 1.0 Received: by 10.229.1.200 with SMTP id 8mr2500343qcg.64.1263606711121; Fri, 15 Jan 2010 17:51:51 -0800 (PST) In-Reply-To: <5eb405c71001151116l7d206beayf378efb0ada1d206@mail.gmail.com> References: <5eb405c71001151116l7d206beayf378efb0ada1d206@mail.gmail.com> Date: Sat, 16 Jan 2010 09:51:51 +0800 Message-ID: <45f744e41001151751k4af3f097n874f7213f4e6df03@mail.gmail.com> Subject: Re: welcome app in trunk From: Ivan To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=00148539421826f6c0047d3e5d6f --00148539421826f6c0047d3e5d6f Content-Type: text/plain; charset=ISO-8859-1 2010/1/16 Jarek Gawor > Hey folks, > > I tried building a server with welcome app with Tomcat in trunk and > ran into a few of problems (at least one of which I thought was > previously fixed). I'm getting these error when starting a server with > welcome app: > 1) GERONIMO-5033 - there is a number of warning from Tomcat about > missing xsd/dtd files from servlet spec and possible from jsp spec (or > missing import somewhere) > Yes, I wish to add them in a few days ago, but not sure the license issue, so ... > 2) java.lang.ClassNotFoundException: > org.apache.geronimo.tomcat.listener.DispatchListener - thought this > was already fixed > It is a classloader issue, you could just uncomment the createWrapper method in GeronimoStandardContext to avoid it. I guess that Tomcat is fixing in now ? > 3) java.lang.NullPointerException at > org.apache.catalina.startup.WebXml.configureContext(WebXml.java:1152) > - might be a separate problem or be caused by 1) or 2). > I did not remember I got this error, could you please check it after solving the issue 2 ? > Is anybody else seeing these problems too? i thought the welcome app > used to work fine. > > Jarek > -- Ivan --00148539421826f6c0047d3e5d6f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/1/16 Jarek Gawor <jgawor@gmail.com>
Hey folks,

I tried building a server with welcome app with Tomcat in trunk and
ran into a few of problems (at least one of which I thought was
previously fixed). I'm getting these error when starting a server with<= br> welcome app:=A0
1) GERONIMO-5033 - there is a number of warning from Tomcat about
missing xsd/dtd files from servlet spec and possible from jsp spec (or
missing import somewhere)
=A0 Yes, I wish to add them = in a few days ago, but not sure the license issue, so ...
=A0
=
2) java.lang.ClassNotFoundException:
org.apache.geronimo.tomcat.listener.DispatchListener - thought this
was already fixed

=A0 It is a classloader issue, y= ou could just uncomment the createWrapper method in GeronimoStandardContext= to avoid it. I guess that Tomcat is fixing in now ?
=A0
3) java.lang.NullPointerException at
org.apache.catalina.startup.WebXml.configureContext(WebXml.java:1152)
- might be a separate problem or be caused by 1) or 2).
=A0=A0
=A0I did not remember I got this error, could you please check= it after solving the issue 2 ?


Is anybody else seeing these problems too? i thought the welcome app
used to work fine.

Jarek



--
Ivan
--00148539421826f6c0047d3e5d6f--