Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 88945 invoked from network); 19 Oct 2006 14:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 14:55:16 -0000 Received: (qmail 62415 invoked by uid 500); 19 Oct 2006 14:54:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62397 invoked by uid 500); 19 Oct 2006 14:54:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 62386 invoked by uid 99); 19 Oct 2006 14:54:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 07:54:58 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcoaureliocom@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 07:54:53 -0700 Received: by wr-out-0506.google.com with SMTP id i7so132101wra for ; Thu, 19 Oct 2006 07:54:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Mh1/kZFQSv/BZdzgXL3YQ04nXmn3hMZT6o2Kq3nEeI4JoFgyXPkXGZj0S/w76cld9cuKqa81RHUj32UqpbcUy1Nl+5PEeWBsi3catnUwZQCXVVN2u0xIO/TUdgecu7mgg0M6z99thYr8MMF703uFNAxhbJGoLDnKgaOlXs3YGZg= Received: by 10.35.96.7 with SMTP id y7mr29811pyl; Thu, 19 Oct 2006 07:39:39 -0700 (PDT) Received: by 10.35.130.2 with HTTP; Thu, 19 Oct 2006 07:39:39 -0700 (PDT) Message-ID: Date: Thu, 19 Oct 2006 11:39:39 -0300 From: "=?ISO-8859-1?Q?Marco_Aur=E9lio_S._Silva?=" To: "Tomcat Users List" Subject: Re: Problem Deploying an Application In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3100_11242333.1161268779027" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3100_11242333.1161268779027 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The both are ok! I have some applications running well.... and some give me this problem 2006/10/19, Li : > > It looks like servlet jar can not be found, if your class path setting is > ok, make sure the permission is ok > > > On 10/19/06, Marco Aur=E9lio S. Silva wrote: > > > > Hi folks, > > > > I'm trying to deploy an application on my Tomcat 5.5.9 under a Windows > > 2003 > > Server with JVM 1.5.0_04, and get the following stack error: > > > > 19/Out/2006 11:02:13 org.apache.catalina.core.StandardWrapperValveinvok= e > > SEVERE: Servlet.service() for servlet HTMLManager threw exception > > java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest > > at > > > org.apache.commons.fileupload.servlet.ServletRequestContext.getContentTyp= e > > ( > > ServletRequestContext.java:72) > > at org.apache.commons.fileupload.FileUploadBase.parseRequest( > > FileUploadBase.java:290) > > at org.apache.commons.fileupload.FileUploadBase.parseRequest( > > FileUploadBase.java:268) > > at org.apache.catalina.manager.HTMLManagerServlet.doPost( > > HTMLManagerServlet.java:157) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( > > ApplicationFilterChain.java:252) > > at org.apache.catalina.core.ApplicationFilterChain.doFilter( > > ApplicationFilterChain.java:173) > > at org.apache.catalina.core.StandardWrapperValve.invoke( > > StandardWrapperValve.java:213) > > at org.apache.catalina.core.StandardContextValve.invoke( > > StandardContextValve.java:178) > > at org.apache.catalina.authenticator.AuthenticatorBase.invoke( > > AuthenticatorBase.java:482) > > at org.apache.catalina.core.StandardHostValve.invoke( > > StandardHostValve.java > > :126) > > at org.apache.catalina.valves.ErrorReportValve.invoke( > > ErrorReportValve.java > > :105) > > at org.apache.catalina.core.StandardEngineValve.invoke( > > StandardEngineValve.java:107) > > at org.apache.catalina.connector.CoyoteAdapter.service( > CoyoteAdapter.java > > :148) > > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.jav= a > > :856) > > at > > > > > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection > > (Http11Protocol.java:744) > > at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket( > > PoolTcpEndpoint.java:527) > > at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( > > LeaderFollowerWorkerThread.java:80) > > at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( > > ThreadPool.java:684) > > at java.lang.Thread.run(Unknown Source) > > > > I was looking for how to solve it, and find that it seems to be a > problem > > on > > the ClassLoader, and only a new installation of the Tomcat solve it! Is > > that > > true or there is another way to solve it? > > > > I checked the servlet-api.jar and it's ok! > > > > Thanks, > > > > -- > > Marco Aur=E9lio S. Silva > > marcoaureliocom@gmail.com > > > > > > > -- > When we invent time, we invent death. > > --=20 Marco Aur=E9lio S. Silva marcoaureliocom@gmail.com ------=_Part_3100_11242333.1161268779027--