One of 2 places to rectify-
make a backup copy of %JAVA_HOME%/jre/lib/i386/jvm.cfg
If and ONLY IF its related to Java add those entries into 
%JAVA_HOME%/jre/lib/i386/jvm.cfg

or if this is specifically related to your Application
find the db.properties on your system e.g.
'Nix 
cd /
find . -name db.properties
'Dos
cd \
dir /S db.properties

.. make sure db.properties is located on your CLASSPATH
'Nix
echo $CLASSPATH
'Dos
echo %CLASSPATH%

pick a folder in the CLASSPATH and place the corrected db.properties in that 
folder which will now be on the CLASSPATH

HTH,
Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "McDaniel, Brad" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, June 30, 2006 4:22 PM
Subject: RE: The Jakarta NT Service - The service stops immediately


It says "Can't read the properties file. Make sure db.properties is in
the CLASSPATH" in jvm.stderr.  But, the path is in the CLASSPATH
environment variable.

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 30, 2006 3:04 PM
To: users@tomcat.apache.org
Subject: RE: The Jakarta NT Service - The service stops immediately

Mr McDaniel

check the logs specifically

catalina.out

OR

stdout_YYYYMMDD.log

HTH,
Martin --
__________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and
Sender 
does not endorse distribution to any party other than intended
recipient. 
Sender does not necessarily endorse content contained within this 
transmission.





>From: "McDaniel, Brad" <[EMAIL PROTECTED]>
>Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
>To: "Tomcat Users List" <users@tomcat.apache.org>
>Subject: RE: The Jakarta NT Service - The service stops immediately
>Date: Fri, 30 Jun 2006 14:59:55 -0500
>MIME-Version: 1.0
>Received: from mail.apache.org ([209.237.227.199]) by 
>bay0-mc11-f7.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444);
Fri, 
>30 Jun 2006 13:00:35 -0700
>Received: (qmail 75427 invoked by uid 500); 30 Jun 2006 20:00:22 -0000
>Received: (qmail 75416 invoked by uid 99); 30 Jun 2006 20:00:22 -0000
>Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49)
by 
>apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 13:00:22 -0700
>Received: pass (asf.osuosl.org: local policy)
>Received: from [199.196.10.35] (HELO zixvpm1.7-11.com) (199.196.10.35)

>by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 13:00:21
-0700
>Received: from zixvpm1.7-11.com (ZixVPM [127.0.0.1])by 
>Outbound.zixvpm.7-11.com (Proprietary) with ESMTP id 6419AA7B8Bfor 
><users@tomcat.apache.org>; Fri, 30 Jun 2006 09:52:11 -0500 (CDT)
>Received: from ustxalamf1.7-11.com (ustxalamf1.7-11.com
[10.132.10.236])by 
>zixvpm1.7-11.com (Proprietary) with ESMTP id 9F61527EC91for 
><users@tomcat.apache.org>; Fri, 30 Jun 2006 09:52:09 -0500 (CDT)
>Received: from ustxalamf1.7-11.com (127.0.0.1) by ustxalamf1.7-11.com 
>(MlfMTA v3.1r24) id hkm1bm0171sk for <users@tomcat.apache.org>; Fri, 30
Jun 
>2006 14:59:55 -0500 (envelope-from <[EMAIL PROTECTED]>)
>Received: from ustxalmfe2.7-11.com ([10.132.10.234])by
ustxalamf1.7-11.com 
>(7-11 Email)with ESMTP; Fri, 30 Jun 2006 14:59:55 -0500
>Received: from USDLM7ERMB3.7-11.com ([172.19.30.153]) by 
>ustxalmfe2.7-11.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 30 Jun
2006 
>14:59:55 -0500
>X-Message-Info: LsUYwwHHNt1wE2+A9o/IdJqnf0EENpqFa6o87/A9Cfc=
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Precedence: bulk
>List-Help: <mailto:[EMAIL PROTECTED]>
>List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
>List-Post: <mailto:users@tomcat.apache.org>
>List-Id: <users.tomcat.apache.org>
>Delivered-To: mailing list users@tomcat.apache.org
>X-ASF-Spam-Status: No, hits=2.2 
>required=10.0tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MAILTO_TO_SPAM_
ADDR
>X-Spam-Check-By: apache.org
>X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0
>content-class: urn:content-classes:message
>X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: The Jakarta NT
Service 
>- The service stops immediately
>Thread-Index: AcacdL5ZDAbrACf2TjKdnGBRGFz/DwACmLew
>X-OriginalArrivalTime: 30 Jun 2006 19:59:55.0178 (UTC) 
>FILETIME=[C1BC98A0:01C69C7F]
>X-Mlf-Version: 4.6.0.7527
>X-Virus-Checked: Checked by ClamAV on apache.org
>Return-Path: [EMAIL PROTECTED]
>
>Bug 6702 in Bugzilla helped me fix my problem...had to add -Xrs to the
>wrapper.jvm.options property in wrapper.properties.  Now the service
>starts okay and stays running.
>
>But now I'm getting NullPointerExceptions in my .jsp pages that I
wasn't
>getting when starting the service with startup.bat.
>
>Any thoughts on this?  Off to do more searching...
>
>-----Original Message-----
>From: Martin Gainty [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 30, 2006 1:41 PM
>To: McDaniel, Brad
>Cc: Tomcat Users List
>Subject: Re: The Jakarta NT Service - The service stops immediately
>
>Good Afternoon Mr McDaniel-
>
>Here is my startup script for Windows version of Tomcat
>"C:\Tomcat\Tomcat 5.5\bin\tomcat5.exe" //RS//Tomcat5
>
>Martin --
>P.S.
>Do you have any relations named Tim that work in chelmsford???
>*********************************************************************
>This email message and any files transmitted with it contain
>confidential
>information intended only for the person(s) to whom this email message
>is
>addressed.  If you have received this email message in error, please
>notify
>the sender immediately by telephone or email and destroy the original
>message without making a copy.  Thank you.
>
>
>
>----- Original Message -----
>From: "McDaniel, Brad" <[EMAIL PROTECTED]>
>To: <users@tomcat.apache.org>
>Sent: Friday, June 30, 2006 11:18 AM
>Subject: The Jakarta NT Service - The service stops immediately
>
>
>Hello all - I am using Callidus TrueComp Viewer 3.2, which comes
bundled
>with Jakarta Tomcat 3.3.1.  I have followed all the documentation (to
>the best of knowledge) to get Jakarta set up.  It is working fine when
I
>run startup.bat.  This is running on Windows Server 2003
>
>However, I want to run Jakarta as a service instead of having to run
>startup.bat, and I followed the "The Jakarta NT Service" instructions
in
>the documentation.
>
>The service is created fine, but when I use Component Services to start
>it, it enters a started state, and immediately enters a stopped state.
>
>When I use jk_nt_service.exe to start it, all it says is "The service
>failed to start."  I also used JavaService to create the service and
>start it, but same thing happens.
>
>The jakarata directory is in
>C:\Callidus\TrueComp\Viewer\jakarta-tomcat-3.3.1.  I tried moving it
all
>to C:\tomcat (and changed the environment variables and registry
>settings), but to no avail.
>
>Any advice on getting the service stating and keeping it running?
>
>Thanks,
>
>Brad McDaniel
>Compensation Systems Analyst
>[EMAIL PROTECTED]
>214-828-7975
>Fax: 214-828-7512
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to