Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71319 invoked from network); 26 Oct 2005 12:32:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 12:32:58 -0000 Received: (qmail 66985 invoked by uid 500); 26 Oct 2005 12:32:36 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 66961 invoked by uid 500); 26 Oct 2005 12:32:35 -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 66948 invoked by uid 99); 26 Oct 2005 12:32:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 05:32:35 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.160.218.103] (HELO p15139033.pureserver.info) (217.160.218.103) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 05:32:33 -0700 Received: (qmail 17384 invoked from network); 26 Oct 2005 12:32:13 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 26 Oct 2005 12:32:13 -0000 Received: from 193.254.155.48 ([193.254.155.48]) by webmail.logemann.org (IMP) with HTTP for ; Wed, 26 Oct 2005 14:32:13 +0200 Message-ID: <1130329933.435f774d177bb@webmail.logemann.org> Date: Wed, 26 Oct 2005 14:32:13 +0200 From: ml@logemann.org To: users@tomcat.apache.org Subject: new Date() returns 0 w/ Tomcat 5.028 on IBM JDK 1.4.2 Linux PPC MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Originating-IP: 193.254.155.48 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, i am getting strange things on the following environment: Tomcat 5.0.28 IBMJDK 1.4.2 on SLES Linux PPC When i start up our webapplication, everything is fine, i am getting current dates back when issuesing new Date() and log4j is also logging like expected. After some minutes new Date() returns timestamp 0 (01/01/1970) and log4j also fails to log dates of course. At the same time, when calling a simple test public static main program which prints new Date() to console, the date is perfect, but in each and every servlet, the same call returns 0. This is really scary, because as we all know, this cant be a problem in the user code. Normally i would say that this is a JVM issue, but like explained, command line java programs work, only serverside program fail here. I will also try to address this one at some IBM related spot. But perhaps some has a clue. Marc Logemann ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org