From users-return-231301-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Jan 24 00:52:44 2012 Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3D609128 for ; Tue, 24 Jan 2012 00:52:43 +0000 (UTC) Received: (qmail 86184 invoked by uid 500); 24 Jan 2012 00:52:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 86066 invoked by uid 500); 24 Jan 2012 00:52:39 -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 86057 invoked by uid 99); 24 Jan 2012 00:52:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 00:52:39 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of brian@pingtoo.com does not designate 217.154.193.216 as permitted sender) Received: from [217.154.193.216] (HELO mail2.pingtoo.com) (217.154.193.216) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 00:52:33 +0000 Received: from [192.168.1.100] (unknown [120.18.26.127]) by mail.pingtoo.com (Postfix) with ESMTPA id D5CCD13400C for ; Tue, 24 Jan 2012 00:52:11 +0000 (GMT) Message-ID: <4F1E009E.7080904@pingtoo.com> Date: Tue, 24 Jan 2012 10:51:42 +1000 From: Brian Burch User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Thunderbird/3.1.16 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Re: Critical Problem Tomcat 7 References: <4F1DE425.5080908@christopherschultz.net> In-Reply-To: <4F1DE425.5080908@christopherschultz.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 24/01/12 08:50, Christopher Schultz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Lau, > > On 1/18/12 6:52 PM, Lau Eng Huat wrote: >> I have a strange problem. I have deleted a servlet from the project >> in netbeans but the uncompile source code still says the file >> exist. > > I'll bite. What does "uncomple source code" mean. > > Did you delete the .class file or the .java file or both? > >> I have deleted the WEB-INF\classes and did a clean and build. >> Still the problems exists. Does anybody knows how to solved this >> problem ??? > > It's not really clear what the problem is. > > If you think something is really out-of-sync, you should: > > 1. Stop Tomcat > 2. Completely remove your WAR file or exploded WAR Directory > 3. Completely remove your CATALINA_BASE/work directory and its > contents > 4. Re-build your webapp cleanly and re-deploy it > 5. Start Tomcat If those very sensible five steps don't help, then... 6. It might be worth clearing the contents of the ~/.netbeans/x.x/cache/ directory, too. (You won't find the file in an obvious package hierarchy of directories - it is probably just lumped into one of the all-*.dat files). If you wipe out everything in cache, then stop netbeans, it will take a while to start while it repopulates the cache by compiling all your files again. I don't know whether this will resolve your problem, but it wouldn't be the first time confusion was caused by something "supposedly deleted" under netbeans still hanging around. Regards, Brian >> Jan 19, 2012 7:46:37 AM org.apache.catalina.core.ApplicationContext >> log INFO: Marking servlet AdminCardServletLogin as unavailable Jan >> 19, 2012 7:46:37 AM org.apache.catalina.core.StandardWrapperValve >> invoke SEVERE: Allocate exception for servlet ServletABC >> java.lang.RuntimeException: Uncompilable source code - >> AllReadyDeletedServlet > > If, after the above steps, you are still having problems, please post > your entire catalina.out file back with your next post. > > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG/MacGPG2 v2.0.17 (Darwin) > Comment: GPGTools - http://gpgtools.org > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk8d5CUACgkQ9CaO5/Lv0PAvLwCgw2ljN97KjA9XXiJLqdRukhag > 1DIAnjTYUgxkFVcMF1QOJRM8XFEGjLjK > =OTs2 > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org