Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 14401 invoked from network); 2 Apr 2011 16:48:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2011 16:48:46 -0000 Received: (qmail 53540 invoked by uid 500); 2 Apr 2011 16:48:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53331 invoked by uid 500); 2 Apr 2011 16:48:42 -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 53322 invoked by uid 99); 2 Apr 2011 16:48:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Apr 2011 16:48:42 +0000 X-ASF-Spam-Status: No, hits=4.0 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pplupo@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Apr 2011 16:48:37 +0000 Received: by wyb42 with SMTP id 42so4780038wyb.18 for ; Sat, 02 Apr 2011 09:48:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=G1kZw70Oj4kYmEwHBBZ8KcvxS80rZmP/w78jkAfKiZk=; b=dNHk+r8pixTTa7tU7jUK3xoci07k2FXSHO4poSsax8iX+rsWCFKW3CPxVtYpze+FYq WOrI0ImlGXoxs5J51crq0+q6r6ThYgINkKJfAmsSBViBi7lza8QVMfJG/YycZhbaSSTH f7N5jUd1pNQLvGRNOKtsUgg1jDbG5Zpvd9xRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=moqhQJDo5j/xgfK8mFP98UyQA7qr9FV6pAcTeH9x5A2viU5mBnVuum/2Iu1EJkhy4S UoWRhaDsfwBygw7sZdvAvmM+6CiMidlbgdlIJIvW5+3gUMNYWO2I8Lkn9gB1F1J09dMi Lg7Jo8/etBWAaHsUKapPWOvCdj5YfVzezAxXY= Received: by 10.227.159.204 with SMTP id k12mr689722wbx.162.1301762896111; Sat, 02 Apr 2011 09:48:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.155.198 with HTTP; Sat, 2 Apr 2011 09:47:56 -0700 (PDT) In-Reply-To: References: <99C8B2929B39C24493377AC7A121E21FACD895F21A@USEA-EXCH8.na.uis.unisys.com> <99C8B2929B39C24493377AC7A121E21FACD895F2AF@USEA-EXCH8.na.uis.unisys.com> <99C8B2929B39C24493377AC7A121E21FACD895F2D4@USEA-EXCH8.na.uis.unisys.com> <99C8B2929B39C24493377AC7A121E21FACD89BC2D5@USEA-EXCH8.na.uis.unisys.com> From: "Peter P. Lupo" Date: Sat, 2 Apr 2011 13:47:56 -0300 Message-ID: Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) To: Tomcat Users List Content-Type: multipart/alternative; boundary=00248c0d7392012a96049ff24b3a X-Virus-Checked: Checked by ClamAV on apache.org --00248c0d7392012a96049ff24b3a Content-Type: text/plain; charset=ISO-8859-1 Just reporting back that the issue was related to JDK 7 beta. It would only happen with Tomcat 7, not 6, but it seems to be JVM's fault, not Tomcat's fault. Sorry for the inconvenience. Thank you for the assitance. Regards, Peter P. Lupo http://craftnicely.blogspot.com - http://sites.google.com/site/pplupo MPS.BR Authorized Implementation Practitioner- Certified ScrumMaster Oracle Certified Associate, Java SE 5/SE 6 - Java Black Belt +55 (021) 81742487 On Thu, Mar 17, 2011 at 12:28 PM, Konstantin Kolinko wrote: > 2011/3/17 Caldarale, Charles R : > >> From: Peter P. Lupo [mailto:pplupo@gmail.com] > >> Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) > > > >> I found some logs on eclipse root regarding the error Im > >> having on tomcat (Im running tomcat from eclipse). > > > > The logs contain a major hint: > > > > # JRE version: 7.0-b125 > > # If you would like to submit a bug report, please visit: > > # http://java.sun.com/webapps/bugreport/crash.jsp > > > > You broke the JVM. You might want to use a supported JVM, not an > experimental one. > > > > As suspected. > > Regarding "Exception in thread "" messages > 1) I am sure that those are printed by ThreadGroup.uncaughtException(..). > > 2) There should have been a stacktrace following them. Looking into > Throwable.printStackTrace(), there is a synchronized block there > against the stream it is writing to. It looks as if the threads are > not able to enter that block. > > > Also, I'd strongly recommend that you do *not* run Tomcat under Eclipse - > the IDEs like to do their own configuration and hide things - as you just > found out. > > Nothing wrong with that. You just have to know what those things are. > > http://wiki.eclipse.org/WTP_Tomcat_FAQ > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --00248c0d7392012a96049ff24b3a--