Re: Tomcat 5.5.28 with simple valve causes startup errors

2009-12-16 Thread Martin B. Smith
On 12/16/2009 11:33 AM, Mark Thomas wrote: On 16/12/2009 17:28, Martin B. Smith wrote: Hi folks, I'm getting some exceptions with a vanilla Tomcat 5.5.28 and a simple logging valve. I'm using the following version of Java: java version "1.5.0_22" Java(TM) 2 Runtime Environment, Standard Editio

Re: Tomcat 5.5.28 with simple valve causes startup errors

2009-12-16 Thread Mark Thomas
On 16/12/2009 17:28, Martin B. Smith wrote: > Hi folks, > > I'm getting some exceptions with a vanilla Tomcat 5.5.28 and a simple > logging valve. I'm using the following version of Java: > > java version "1.5.0_22" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03) > Java Ho

Tomcat 5.5.28 with simple valve causes startup errors

2009-12-16 Thread Martin B. Smith
Hi folks, I'm getting some exceptions with a vanilla Tomcat 5.5.28 and a simple logging valve. I'm using the following version of Java: java version "1.5.0_22" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_22-b03, mixed mod

RE: See command-line output with startup errors in Windows

2007-12-10 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: RE: See command-line output with startup errors in Windows > > However, if I comment out "@echo off" as you > suggested, I get output where every line in > the batch file seems to be executing on its own &g

Re: See command-line output with startup errors in Windows

2007-12-10 Thread Martin Gainty
supposed to construct the 'start' option for catalina.bat so you should see something like.. catalina.bat start M-- - Original Message - From: "lightbulb432" <[EMAIL PROTECTED]> To: Sent: Monday, December 10, 2007 1:11 PM Subject: RE: See command-line out

RE: See command-line output with startup errors in Windows

2007-12-10 Thread lightbulb432
s be happening? e.g. commandline> set CMD_LINE_ARGS= If catalina.bat run accomplishes the same thing, what's the purpose of startup.bat? Are there cases where you would want to use it? -- View this message in context: http://www.nabble.com/See-command-line-output-with-startup-errors-in-Windows-t

RE: See command-line output with startup errors in Windows

2007-12-09 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: See command-line output with startup errors in Windows > > How can I view the output in the second command-line window Simply use "catalina.bat run" instead of startup.bat, and comment out the "@echo off&qu

See command-line output with startup errors in Windows

2007-12-09 Thread lightbulb432
n put a pause statement to view the output? Thanks. -- View this message in context: http://www.nabble.com/See-command-line-output-with-startup-errors-in-Windows-tp14246312p14246312.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: Startup errors

2007-03-06 Thread Hernâni Cerqueira
eed to get on with this one... Any help??? Sorry for this super newbie questions, but my client is always asking "why isn't my site online yet?" and i'm freaking with this problem... Caldarale, Charles R escreveu: From: Hernâni Cerqueira [mailto:[EMAIL PROTECTED] Subject:

RE: Startup errors

2007-03-06 Thread Caldarale, Charles R
> From: Hernâni Cerqueira [mailto:[EMAIL PROTECTED] > Subject: Startup errors > > Hello all, after upgrading my jdk to 1.6 on my gentoo server running > tomcat 5.5 and started up i got this errors: These errors are from a 3rd-party script that apparently comes with gentoo&#x

Startup errors

2007-03-06 Thread Hernâni Cerqueira
Hello all, after upgrading my jdk to 1.6 on my gentoo server running tomcat 5.5 and started up i got this errors: Starting tomcat5: lock file found but no process running for pid 9691, continuing /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM /us

Re: Catching startup errors with jsvc

2006-12-05 Thread Cyber Dog
Anyone? On 10/24/06, Cyber Dog <[EMAIL PROTECTED]> wrote: I'm running Tomcat 5.5.20 with JSVC on Redhat, and I'm having trouble catching startup errors. Say I have an invalid server.xml. If I run catalina directly, it throws errors and immediately dies, as expected. The probl

Catching startup errors with jsvc

2006-10-24 Thread Cyber Dog
I'm running Tomcat 5.5.20 with JSVC on Redhat, and I'm having trouble catching startup errors. Say I have an invalid server.xml. If I run catalina directly, it throws errors and immediately dies, as expected. The problem is when I run via jsvc, jsvc keeps running and I doesn't c

Re: Startup Errors

2006-02-28 Thread Sean O'Reilly
On Tue, 28 Feb 2006 13:58:21 +0100 Markus Schönhaber <[EMAIL PROTECTED]> wrote: > Sean O'Reilly wrote: > > Hi, when starting tomcat-5.5.15 i am getting the following error > > > > ./catalina.sh: line 220: exec: : not found > > > > so i looked at line 220 in catalina.sh the content of which is the

Re: Startup Errors

2006-02-28 Thread Markus Schönhaber
Sean O'Reilly wrote: > Hi, when starting tomcat-5.5.15 i am getting the following error > > ./catalina.sh: line 220: exec: : not found > > so i looked at line 220 in catalina.sh the content of which is the first > line of the following statement. > > exec "$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \

Startup Errors

2006-02-28 Thread Sean O'Reilly
Hi, when starting tomcat-5.5.15 i am getting the following error ./catalina.sh: line 220: exec: : not found so i looked at line 220 in catalina.sh the content of which is the first line of the following statement. exec "$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \ -Djava.endorsed.dirs="$JAV