Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 95527 invoked from network); 17 May 2009 01:58:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 May 2009 01:58:11 -0000 Received: (qmail 80340 invoked by uid 500); 17 May 2009 01:58:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 80271 invoked by uid 500); 17 May 2009 01:58:07 -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 80260 invoked by uid 99); 17 May 2009 01:58:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 May 2009 01:58:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trillich@gmail.com designates 209.85.134.185 as permitted sender) Received: from [209.85.134.185] (HELO mu-out-0910.google.com) (209.85.134.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 May 2009 01:57:59 +0000 Received: by mu-out-0910.google.com with SMTP id w9so1107285mue.4 for ; Sat, 16 May 2009 18:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=XvWwkQYNTCvi+kxmLYnRzdZONJIOZ6qq/9xhKWm8gfs=; b=uVClMxAkki/gpGGYJuB3sRnQ+3xJEVdB4uaBGuvVTlvRoq4VG8imwxOL72cO36FHGB yhPoc13f0GVlo2mqpdSTlEZjQhSGGVhIZdw+jpVm0dCMGRfB8kZ3S0Ncz6Y+pXM0P2Pq AK5/LVSWq8o9VjG4XuDDUUkrIHXXSceoR4acE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=aksLS7W1K8P76a1Urfuw7MVI8bnaArk7+Jp3gklQueW3mLQLcruII/QH4wryBkF0Ok xTyn3kCPlcCu7wQYrCaT2lxTYZAFD4ICOXls1ykE+FLqReeZUa/7Dzwr9N3Jf0Mx25Id r7R/hv5TaakuyvojsOUyZd4iKI3JfP73bjVhs= MIME-Version: 1.0 Received: by 10.239.132.205 with SMTP id 13mr343119hbs.168.1242525458410; Sat, 16 May 2009 18:57:38 -0700 (PDT) Date: Sat, 16 May 2009 20:57:38 -0500 Message-ID: Subject: Re: trouble starting tomcat: "error 0" on Windows 64bit SOLVED From: will trillich To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sat, May 16, 2009 at 7:35 PM, Caldarale, Charles R wrote: >> No catalina.out at all, and stderr and stdout are empty. Only the >> jakarta logs from when we tried running it as a service had any info, >> as previously reported. > That's because of your incorrect "server" option - tomcat never got start= ed, so no logs were written. =A0All of the above come from the service wrap= per. Yes indeed, this one boiled down to a cut-and-paste error when populating JAVA_OPTS: should have, but didn't, included the leading dash for "-server". Original error, when trying to start as a service: "The Apache Tomcat service terminated with service-specific error 0 (0x0)." There was no logfile, no ports opened, no diagnostic text at all. When trying to start from the command line, no text, no errors, nothing, just instant quit. JAVA_OPTS should have included "-server" but didn't: the initial dash was missing ("server" without the leading "-"). --=20 will trillich "Our only real economic security lies in our power to meet human needs." -- S.Covey, the 8th Habit --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org