Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 37972 invoked from network); 27 Feb 2006 11:03:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Feb 2006 11:03:20 -0000 Received: (qmail 25456 invoked by uid 500); 27 Feb 2006 11:02:42 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 25433 invoked by uid 500); 27 Feb 2006 11:02:41 -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 25422 invoked by uid 99); 27 Feb 2006 11:02:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 03:02:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rosenberg.leon@googlemail.com designates 64.233.184.207 as permitted sender) Received: from [64.233.184.207] (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 03:02:39 -0800 Received: by wproxy.gmail.com with SMTP id 68so810623wra for ; Mon, 27 Feb 2006 03:02:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H0kNOxWzhXaoZEuLEROkRhML938gLUhIG33AatIL2aLsL0Jc/nZC8+0wwm3WkZXz28UIYNW91PWkym9T1SYpqfqqfZneF8peklvws4+gMifPH6BOXwj/Xk9fZb+WrJ+cZt5R0VgynAQDR+tPqT9bSltbX+bed+uD1FuLU/jXBwQ= Received: by 10.65.225.13 with SMTP id c13mr4264301qbr; Mon, 27 Feb 2006 03:02:17 -0800 (PST) Received: by 10.65.98.14 with HTTP; Mon, 27 Feb 2006 03:02:17 -0800 (PST) Message-ID: <327858f40602270302s572339c9w6290c9ae077819e8@mail.gmail.com> Date: Mon, 27 Feb 2006 12:02:17 +0100 From: "Leon Rosenberg" To: "Tomcat Users List" Subject: Re: Debug question ? In-Reply-To: <00cb01c63b85$fb555300$080110ac@infpc005> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <00cb01c63b85$fb555300$080110ac@infpc005> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think you have something in session which is not serializable. Therefore tomcat aborts writing session contents to file. Next start tomcat tries to load stored sessions, but can't due to previously aborted writing. If you don't care about restart session persistence, you can try to find the proper switch in the conf-docs or just add following to your bin/catalina.sh: rm -rf work/Catalina/localhost//SESSIONS.ser regards Leon On 2/27/06, Philippe Couas wrote: > Hi > How could i debug Tomcat for resolving this Problem ? > Regards > Philippe > > 2006-02-27 10:58:17 StandardManager[/test] Exception au chargement des > sessio > ns depuis le stockage persistant (persistent storage) > > java.io.WriteAbortedException: writing aborted; > java.io.NotSerializableException > : java.util.PropertyResourceBundle > > at > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309) > > > > at > org.apache.catalina.core.StandardServer.stop(StandardServer.java:2225 > > > at org.apache.catalina.startup.Catalina.start(Catalina.java:543) > > ... 7 more > > > > > Philippe COUAS > Responsable D=E9veloppement > INFODEV S.A. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org